Feb 28, 2022
01:57 AM
1 Kudo
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/installshield21langref/helplibrary/CreateShortcut.htm IS Sample: https://docs.revenera.com/installshield22helplib/Subsystems/installshield22langref/helplibrary/CreateShortcutEx1.htm Thanks, Thananjeyan
... View more
Sep 30, 2021
04:42 AM
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
... View more
Labels
- Labels:
-
InstallShield 2020
Aug 26, 2021
09:14 AM
Hi, Try below installscript code szProgram = szSupportDir ^ "Setup.exe"; szInstallPath = "\\"+"\""+szInstallPath+"\\"+"\""; szCommandLine = "/s /v"+"\""+"INSTALLDIR="+szInstallPath+" PROPERTY="+szprop+" /qn" +"\"" ; LaunchAppAndWait(szProgram,szCommandLine,LAAW_OPTION_WAIT|LAAW_OPTION_HIDDEN); Thanks, Thananjeyan
... View more
Aug 26, 2021
08:01 AM
Write custom action to move your appdata files to another location. We can write custom action using Installscript , vbscript, Powershell..etc If you are using Basic MSI project then use LocalAppDataFolder property. This will return local app data path. Thanks, Thananjeyan
... View more
Aug 26, 2021
07:32 AM
1 Kudo
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
... View more
Aug 26, 2021
06:00 AM
Use exclude file pattern (*.config) in dynamic file settings. Thanks, Thananjeyan
... View more
Aug 18, 2021
05:58 AM
Varul, I will check with this new option. Thank you very much
... View more
Aug 18, 2021
05:40 AM
You need to do custom prerequisite (PRQ) to install NodeJS.msi as prerequisites to your product. Open Prerequisite editor and create custom prerequisite.
... View more
Aug 18, 2021
05:12 AM
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
... View more
Labels
- Labels:
-
InstallShield 2020 R2
May 12, 2021
02:59 AM
Write custom action in Installscript to create the registry keys and use Disable(LOGGING) - Enable(LOGGING) functions. It will not remove your registry entries after uninstallation. Thanks, Thananjeyan
... View more
May 12, 2021
02:49 AM
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 dynamically based property value? Thanks, Thananjeyan
... View more
Labels
- Labels:
-
InstallShield 2020
Apr 06, 2021
09:31 AM
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 values : A\n B\n C\n Thanks, Thananjeyan
... View more
Labels
- Labels:
-
InstallShield 2020
Dec 22, 2020
06:50 AM
Just check the Path Variables are mapped properly with your source location. Regards, Thananjeyan
... View more
Dec 14, 2020
03:18 AM
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 checkbox through code. Feature condition (Action State and Install State) is not working as excepted. Any suggestions would be greatly appreciated Thanks, Thananjeyan
... View more
Labels
- Labels:
-
InstallShield
-
InstallShield 2020
Dec 14, 2020
02:45 AM
I'm unable to validate my exit condition during upgrade process. We already released suite version 1.0.0 with exit condition and now we added few more exit conditions for 2.0.0 version. The newly added exit condition is not working in Maintenance mode. It is directly showing MaintenanceWelcome dialog. Any idea? Thanks, Thananjeyan
... View more
Labels
- Labels:
-
InstallShield
-
InstallShield 2020
Latest posts by Thananjeyan_M
Subject | Views | Posted |
---|---|---|
349 | Feb 28, 2022 01:57 AM | |
330 | Sep 30, 2021 04:42 AM | |
457 | Aug 26, 2021 09:14 AM | |
270 | Aug 26, 2021 08:01 AM | |
450 | Aug 26, 2021 07:32 AM | |
366 | Aug 26, 2021 06:00 AM | |
408 | Aug 18, 2021 05:58 AM | |
623 | Aug 18, 2021 05:40 AM | |
417 | Aug 18, 2021 05:12 AM | |
671 | May 12, 2021 02:59 AM |
Activity Feed
- Got a Kudo for Re: Space characters in Setup.exe command line. Sep 15, 2022 07:33 AM
- Got a Kudo for Re: Prompt user to create shortcuts. Feb 28, 2022 12:33 PM
- Posted Re: Prompt user to create shortcuts on InstallShield Forum. Feb 28, 2022 01:57 AM
- Posted Check Suite UI exe is running on Silent Mode on InstallShield Forum. Sep 30, 2021 04:42 AM
- Got a Kudo for Re: Find Installed Location of application If you know GUID. Sep 08, 2021 02:38 AM
- Posted Re: Impossible to escape blank space ? on InstallShield Forum. Aug 26, 2021 09:14 AM
- Posted Re: Moving previous AppData files to new location (if any exist) during install. on InstallShield Forum. Aug 26, 2021 08:01 AM
- Posted Re: Find Installed Location of application If you know GUID on InstallShield Forum. Aug 26, 2021 07:32 AM
- Posted Re: How to prevent dynamically linked files from being overwritten on InstallShield Forum. Aug 26, 2021 06:00 AM
- Posted Re: Access Advanced Suite UI setup.exe (Compressed) path on InstallShield Forum. Aug 18, 2021 05:58 AM
- Posted Re: How to check for nodejs from installshield? on InstallShield Forum. Aug 18, 2021 05:40 AM
- Posted Access Advanced Suite UI setup.exe (Compressed) path on InstallShield Forum. Aug 18, 2021 05:12 AM
- Posted Re: InstallShield 2019 uninstalls entire registry key with 2 programs on InstallShield Forum. May 12, 2021 02:59 AM
- Posted Feature visible condition is not working dynamically in Suite UI project. on InstallShield Forum. May 12, 2021 02:49 AM
- Posted Suite UI Project - Label control & Text box Control vertical scroll bar not working on InstallShield Forum. Apr 06, 2021 09:31 AM
- Posted Re: Changing Files Fesatures Paths on InstallShield Forum. Dec 22, 2020 06:50 AM
- Posted Suite UI Featureselection Tree checkbox on InstallShield Forum. Dec 14, 2020 03:18 AM
- Posted Suite Exit Condition not working in Maintenance mode on InstallShield Forum. Dec 14, 2020 02:45 AM
- Posted Re: How to read parameter from rul-file on InstallShield Forum. Dec 14, 2020 01:57 AM
- Posted Re: Install Component only during upgrade in InstallScript project on InstallShield Forum. Dec 07, 2020 03:36 AM