Search found 7 matches

Go to advanced search

by gvnsandeep
Fri Oct 29, 2021 12:06 pm
Forum: Common Problems
Topic: How to uninstall the package immediately after the installation has completed using PowerSheel
Replies: 1
Views: 5415
 
Jump to post

How to uninstall the package immediately after the installation has completed using PowerSheel

Hi, I have a requirement to uninstall the MSI immediately after completing the installation using a Power Shell Script. Could you please let me know how to achieve that? I am using the code below to do that "msiexec /uninstall "{66F0FF56-7139-48D7-BB00-B39F6A93A93D}" /qn". I woul...
by gvnsandeep
Fri Nov 27, 2020 8:44 am
Forum: Common Problems
Topic: How to build the AIP Project from a C# Project
Replies: 1
Views: 1160
 
Jump to post

How to build the AIP Project from a C# Project

Hi, We are in the process of automating the builds of Advanced Installer Projects. Could you please help on "How can I achieve the same from a C# Project"? I have tried invoking the command line arguments from a C# Project. However it didn't worked, I am not sure where I am going wrong. I ...
by gvnsandeep
Wed Oct 14, 2020 7:10 am
Forum: Common Problems
Topic: Change of Control Size is not getting reflected in RunTime.
Replies: 1
Views: 1055
 
Jump to post

Change of Control Size is not getting reflected in RunTime.

Hi , I am facing an issue with Control Sizing after updating the size of a dialog window. Could some one help me what is going wrong. I have a requirement where in the size of one Dialog window to be increased, and based on the window, I have readjusted the controls height. However the control heigh...
by gvnsandeep
Mon Aug 17, 2020 10:31 am
Forum: Building Installers
Topic: How to disable a feature at run time?
Replies: 7
Views: 3777
 
Jump to post

Re: How to disable a feature at run time?

Hi Catalin,

Could you please help me with the problem what I am facing?

Regards,

Sandeep
by gvnsandeep
Thu Aug 13, 2020 8:00 am
Forum: Building Installers
Topic: How to disable a feature at run time?
Replies: 7
Views: 3777
 
Jump to post

Re: How to disable a feature at run time?

Hi Catalin, I have tried what you said... Like created an Installer Property in the name of DISABLE_FEATURE_1 and set the value by default to false in Install Parameters section, and have updated the condition Disabled If property to DISABLE_FEATURE_1 <> "false". Created a C# DLL to set th...
by gvnsandeep
Wed Aug 12, 2020 5:53 am
Forum: Building Installers
Topic: How to disable a feature at run time?
Replies: 7
Views: 3777
 
Jump to post

Re: How to disable a feature at run time?

Hi Catalin, Here is my scenario. I will be creating an installer with the following features. 1. Feature 1 2. Feature 2 3. Feature 3 Once the installer gets started, I will ask the user to upload a license file, once after the file gets uploaded, I should be able to decode the file and disable the f...
by gvnsandeep
Tue Aug 11, 2020 3:27 pm
Forum: Building Installers
Topic: How to disable a feature at run time?
Replies: 7
Views: 3777
 
Jump to post

How to disable a feature at run time?

Hi,

Can some one help me with a project sample on "How to disable a feature at run time based on the supplied license file"?

Go to advanced search