Oct 11, 2018
12:31 PM
I currently have IS 2018 Premier SP1 installed. If I update to IS 2018 R2, will all of my existing .ism project files need updating as well? Will there be an IS 2018 R2 Standalone Build Component?
... View more
Labels
- Labels:
-
InstallShield 2018
Jun 11, 2018
02:08 PM
Add the exe you want to run along with its supporting files in the "Support Directory" (i.e. Support Files -> Language Independent). You can then execute the .exe from that location, from InstallScript code, it will look like: LaunchAppAndWait(SUPPORTDIR ^ "your.exe", LAAW_OPTION_WAIT) or something similar.
... View more
Apr 12, 2018
12:10 PM
"Control Themes" is the help topic you need. I too needed to do this for my install.
... View more
Apr 12, 2018
11:55 AM
I'm not sure if this is possible, but I'd like to know as well if anybody else was able to make this work...
... View more
Apr 09, 2018
03:27 PM
I suggest you take a look at the StrSub function. You would have to figure out the start and end indexes (assuming the filename you are removing is of constant length) but it would give you the value you would want.
... View more
Jun 13, 2017
06:26 PM
Hello there, what exactly did you do to achieve this? I too want this behavior for my installer. Thanks.
... View more
Jan 04, 2012
03:01 PM
use launchappandwait to call msiexec.exe and then feed it the switches to launch your msi.
... View more
Oct 21, 2010
01:33 PM
This really depends on the application you are installing. If the future release has 64-bit components, then you may have to create a separate 64-bit installer.
... View more
Oct 21, 2010
12:01 PM
I ran into this problem about a year ago. Before I figured out that .pfx files worked, I was using a signcode window monitoring tool to automatically fill in the certificate password if ever the signcode window popped up. I've since converted to .pfx files and haven't looked back since.
... View more
Oct 20, 2010
01:32 PM
You can't run two basic msi installers concurrently. The windows installer engine will not allow it. The best approach is to uninstall the applications seperately and not within another installation.
... View more
Oct 20, 2010
01:29 PM
You won't be able to initialize more than one msiexec process during the Execute Sequence. That is why your quiet mode custom actions will fail. What you can do is create a setup launcher that can send uninstall commands to your language packs, then calls your main app installation/uninstallation.
... View more
Oct 15, 2010
03:43 PM
On 64bit systems, you have to use REGDB_OPTIONS = REGDB_OPTIONS | REGDB_OPTION_WOW64_64KEY if you want to check the 64bit hives. Otherwise, the current check will look at the syswow64 instance of HKLM.
... View more
Oct 13, 2010
12:10 PM
Use the SELECTED_LANGUAGE variable and compare it with the InstallScript Language IDs (e.g. ISLANG_ENGLISH). From there I'm sure you can get the language code also...
... View more
Oct 12, 2010
01:41 PM
Try creating separate control events for service stop and service uninstall.
... View more
Latest posts by gbaltazar
Subject | Views | Posted |
---|---|---|
850 | Oct 11, 2018 12:31 PM | |
846 | Jun 11, 2018 02:08 PM | |
995 | Apr 12, 2018 12:10 PM | |
1604 | Apr 12, 2018 11:55 AM | |
810 | Apr 09, 2018 03:27 PM | |
4120 | Oct 10, 2017 06:18 PM | |
805 | Jun 13, 2017 06:26 PM | |
661 | Jan 04, 2012 03:01 PM | |
609 | Oct 21, 2010 01:33 PM | |
590 | Oct 21, 2010 12:01 PM |
Activity Feed
- Posted Upgrading IS2018 on InstallShield Forum. Oct 11, 2018 12:31 PM
- Posted Re: Running external application from inside Installshield on InstallShield Forum. Jun 11, 2018 02:08 PM
- Posted Re: Suite footer buttons, change color? on InstallShield Forum. Apr 12, 2018 12:10 PM
- Posted Re: How to remove InstallShield water mark in Suite installer on InstallShield Forum. Apr 12, 2018 11:55 AM
- Posted Re: Setting a property with a substing of a value retreived from the registry... on InstallShield Forum. Apr 09, 2018 03:27 PM
- Posted Re: Delete(FilePath\*.*) not working on InstallShield Forum. Oct 10, 2017 06:18 PM
- Posted Re: Suite - Don't allow Maintenance Mode on InstallShield Forum. Jun 13, 2017 06:26 PM
- Posted Re: Launching a third party MSI package. on InstallShield Forum. Jan 04, 2012 03:01 PM
- Posted Re: Installer for 64-bit OS on InstallShield Forum. Oct 21, 2010 01:33 PM
- Posted Re: Code signing and build automation to date on InstallShield Forum. Oct 21, 2010 12:01 PM
- Posted Re: How to invoke a Basic MSI installer from another Basic MSI installer silently on InstallShield Forum. Oct 20, 2010 01:32 PM
- Posted Re: Install Main Applcation + install language update and uninstall all of them on InstallShield Forum. Oct 20, 2010 01:29 PM
- Posted Re: RegDBKeyExist Fails on InstallShield Forum. Oct 15, 2010 03:43 PM
- Posted Re: Retrieve Setup Language in InstallScript on InstallShield Forum. Oct 13, 2010 12:10 PM
- Posted Re: Stop and delete service is not working in uninstall. on InstallShield Forum. Oct 12, 2010 01:41 PM
- Posted Re: Including 64 Bit Components in a 32 Bit Install... on InstallShield Forum. Oct 08, 2010 12:15 PM
- Posted Re: problem with custom action permissions on vista with MSI installation. on InstallShield Forum. Oct 07, 2010 06:42 PM
- Posted Re: Help launching an installer within an installer on InstallShield Forum. Oct 06, 2010 05:54 PM
- Posted Re: Visual Studio 2010 integration and CI builds on InstallShield Forum. Oct 06, 2010 12:43 PM
- Posted Re: Condition for Custom Action to run only on upgrade on InstallShield Forum. Oct 06, 2010 12:30 PM