The Community is now in read-only mode to prepare for the launch of the new Flexera Community. During this time, you will be unable to register, log in, or access customer resources. Click
here
for more information.
before I install software on target machine ,auto uninstall the old version.i find some advice about silent installation .what is it mean ,i can't find some using information in help.can you help me .regard
hi: i create a multi-instance script project. first i installed the project. when i reinstall the project,the dialog that select one instance popup. how to no popup the dialog so that i can install another instance????
:confused: hello .i build an installscript project .when i set the property "maintenance experience " of project in the install designer view as "NO install or maintenance" ,the project always install with no uninstall or maintenance.i debug the code...
hello ,every body . i build a script project by IS2009. i modify the event that OnShowUI(). i want force install but no uniinstall the older version. the project install successful ,but reinstall can not work right,the ...
ChandanOmkar wrote:Write the code for uninstallation of your old version in OnBegin() event. After uninstallation, OnFirstUIBefore() gets executed and the new setup will automatically launch. This worked for me.hi :this is my uninstall code.function ...
hi ,you can coding to selecte the feature that to be biult. first define the macro which describe the name of all features. seconde: define a var to mark different how many feature to be built. you maybe use the List to contain the feature name .and...
thanks for your helping .it has any other method for modify the property of the setup.exe .you know ,it is very terrible that modify property of multiple setup.exe.