I need to check whether installer setup is running on Silent mode or not in Advance Suite UI project.I have tried MODE and UILEVEL in Suite UI but it's not working. kindly help me to resolve this issue. Thanks,Thananjeyan
Hi,I want to access Advanced Suite UI setup.exe (Compressed) source directory path. I have tried SETUPEXEDIR but it return temp path not SRCDIR path. Any other way to access setup.exe path ?Thanks,Thananjeyan
I want to display features in FeatureSelectionTree control based up on property value. I'm getting property value from another dialog and setting property value in feature VISIBLE condition but is not working. Any other way to display features dynam...
Hi In Suite UI project, I'm setting text Property value in Label control & text box control with vertical scroll bar but it is not working. Property Values are showing in controls but Vertical bars are not working it looks like disable. Property val...
My Suite UI installer has suite exe and it refers two features. (One Suite package refer two features).During upgrade process, feature selection tree checked the both features.So I want to know how to checked/Unchecked the feature selection tree chec...
Hi Isherman,1.Create Custom Dialog to get user input (Shortcut on Desktop or Start Menu).2.Create InstallScript custom action to create shortcut based on user selection.Help URL https://docs.revenera.com/installshield21helplib/Subsystems/installshie...
Write custom action to move your appdata files to another location. We can write custom action using Installscript , vbscript, Powershell..etcIf you are using Basic MSI project then use LocalAppDataFolder property. This will return local app data pat...
Kindly get "InstallLocation" key from below registry path. HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Uninstall\{GUID}Note: Some installers may not have this value.Thanks, Thananjeyan