Sep 13, 2017
02:04 PM
think you need to just modify the options: if (SYSINFO.bIsWow64 != 0) then REGDB_OPTIONS = REGDB_OPTIONS | REGDB_OPTION_WOW64_64KEY; endif; and lose the WOW6432 in the specified key names
... View more
Aug 23, 2017
06:06 PM
if you are running on a system with UAC, you might need this: if (SYSINFO.WINNT.bWinXP != TRUE) then LAAW_SHELLEXECUTEVERB = "runas"; endif;
... View more
Jun 27, 2017
12:12 PM
even with installshield 2016, I had to change my args from: somebatch.cmd to cmd /c somebatch.cmd because of this I lose my errorlevel, which makes it difficult to know if I need to reboot or not. my batch file is used to install a device driver that call dpinst. I have tried using the device driver settings in the component before, but it wasn't working because we have a single driver that does both x32 & x64. the installshield seemed to be using the last setting entered. I haven't tried sp2, maybe that fixes the problem.
... View more
Jun 26, 2017
03:20 PM
Apparently, it was added or updated in Service pack 1.
... View more
Jun 20, 2017
07:13 PM
It appears that LaunchAppAndWait is failing for me when I try to execute a batch file on windows 10. Basically, doing this: if (SYSINFO.WINNT.bWinXP != TRUE) then LAAW_SHELLEXECUTEVERB = "runas"; endif; nOptions = nOptions|LAAW_OPTION_HIDDEN|LAAW_OPTION_SHOW_HOURGLASS|LAAW_OPTION_WAIT|LAAW_OPTION_USE_SHELLEXECUTE; SetStatusWindow (-1, szProgram+"("+szCmdLine+")"); nResult = LaunchAppAndWait (szProgram, szCmdLine, nOptions);
... View more
Labels
- Labels:
-
InstallShield 2015
Jun 20, 2017
07:00 PM
According to the SP 1 release notes: New InstallShield Prerequisites for Microsoft Visual C++ 2015 and .NET Framework 4.6 InstallShield includes new InstallShield prerequisites that you can add to Advanced UI, Basic MSI, InstallScript, InstallScript MSI, and Suite/Advanced UI projects: •Microsoft Visual C++ 2015 Redistributable Package (x86) •Microsoft Visual C++ 2015 Redistributable Package (x64) •Microsoft .NET Framework 4.6 Full •Microsoft .NET Framework 4.6 Web These prerequisites install the appropriate technologies on supported target systems. But they don't show up in my redistributable. The only this that the redistributable downloader shows are the language packs that I don't care about. So HOW to I get these updated?
... View more
May 18, 2017
05:28 PM
associated it to the feature, that should be after the license step
... View more
May 18, 2017
05:26 PM
why doesn't Visual studio 2015 prerequisites show up? I thought that this would be in by default on IS 2015.
... View more
Labels
- Labels:
-
InstallShield 2015
Mar 03, 2017
05:52 PM
Installshield 2015 fixes this issue. maybe Installshield 2014, but I haven't tried that.
... View more
Feb 27, 2017
04:25 PM
It appears that the issue is directly related to the "Cache MSI Locally" property. If it is on it fails use the correct directory. If it is off then the installation path changes to windows\temp and everything works. Since my customer's use of is only using SCCM, then I don't need to cache and enable the repair option. Now I'm on the hunt for a property that will disable the "cache msi locally" from the command-line or set it via custom action when the user is system
... View more
Feb 27, 2017
02:22 PM
Found a post in 2011. Apparently, this has never been fixed.
... View more
Feb 27, 2017
02:19 PM
Apparently, this has not been fixed in 2013 either.
... View more
Feb 15, 2017
03:37 PM
you'll want to use the command line interface. I use the .ini file approach.
... View more
Jan 26, 2017
02:20 PM
Many desktop management tools are starting to install via the system account. In my case my installer fails. The log yields this: MSI (s) (80:44) [20:59:20:956]: Note: 1: 2203 2: C:\Windows\system32\config\systemprofile\AppData\Local\Downloaded Installations\{2A799340-820C-4C05-8DDE-26CA1B685CB8}\Awesome_App.msi 3: -2147287037 This error means that the file was not found. It looks like the installer is not looking in the right place: C:\Windows\SysWOW64\config\systemprofile\AppData\Local\Downloaded Installations\{2A799340-820C-4C05-8DDE-26CA1B685CB8}\Awesome_App.msi Is there a setting that controls where it should look for the extracted msi file? Usually, this location is for cached installers so that the repair function will work. Thanks,
... View more
Labels
- Labels:
-
InstallShield 2013
Latest posts by TurboFisch
Subject | Views | Posted |
---|---|---|
980 | Sep 13, 2017 02:04 PM | |
4091 | Aug 23, 2017 06:06 PM | |
981 | Jun 27, 2017 12:12 PM | |
1485 | Jun 26, 2017 03:20 PM | |
1711 | Jun 20, 2017 07:13 PM | |
1485 | Jun 20, 2017 07:00 PM | |
838 | May 24, 2017 04:22 PM | |
838 | May 18, 2017 05:28 PM | |
2551 | May 18, 2017 05:26 PM | |
1798 | Mar 03, 2017 05:52 PM |
Activity Feed
- Posted Re: Strange behavior when reading a value from windows registry on InstallShield Forum. Sep 13, 2017 02:04 PM
- Posted Re: Laaw_parameters on InstallShield Forum. Aug 23, 2017 06:06 PM
- Posted Re: launchappandwait faiing on windows 10 on InstallShield Forum. Jun 27, 2017 12:12 PM
- Posted Re: why doesn't Visual studio 2015 prerequisites show up? on InstallShield Forum. Jun 26, 2017 03:20 PM
- Posted launchappandwait faiing on windows 10 on InstallShield Forum. Jun 20, 2017 07:13 PM
- Posted Re: why doesn't Visual studio 2015 prerequisites show up? on InstallShield Forum. Jun 20, 2017 07:00 PM
- Posted Re: Real Support for the Desperate on InstallShield Forum. May 24, 2017 04:22 PM
- Posted Re: How to install Prerequists at the end of Instalaltion. on InstallShield Forum. May 18, 2017 05:28 PM
- Posted why doesn't Visual studio 2015 prerequisites show up? on InstallShield Forum. May 18, 2017 05:26 PM
- Posted Re: installing as system account uses the wrong directory on InstallShield Forum. Mar 03, 2017 05:52 PM
- Posted Re: installing as system account uses the wrong directory on InstallShield Forum. Feb 27, 2017 04:25 PM
- Posted Re: installing as system account uses the wrong directory on InstallShield Forum. Feb 27, 2017 02:22 PM
- Posted Re: Install failure in Windows64 bit in System Account on InstallShield Forum. Feb 27, 2017 02:19 PM
- Posted Re: Set Product_version at runtime on InstallShield Forum. Feb 15, 2017 03:37 PM
- Posted installing as system account uses the wrong directory on InstallShield Forum. Jan 26, 2017 02:20 PM
- Posted Re: prerequisites not installing when in silent mode on InstallShield Forum. Jan 26, 2017 02:15 PM
- Posted prerequisites not installing when in silent mode on InstallShield Forum. Dec 20, 2016 07:19 PM
- Posted Re: not all upgrade scenarios are working on InstallShield Forum. Oct 07, 2016 05:13 PM
- Posted Re: Check if Internet Connection Available on InstallShield Forum. Oct 05, 2016 05:39 PM
- Posted not all upgrade scenarios are working on InstallShield Forum. Oct 05, 2016 04:06 PM