Aug 30, 2021
03:57 PM
Found a solution using: https://stackoverflow.com/questions/33781658/installshield-running-batch-files-during-uninstall-using-installdir-property Basically save the installation information under your programs registry and retrieve when you do the uninstall.
... View more
Aug 30, 2021
01:20 PM
Hi. During install, I am using a custom folder to install to (e:\testDirectory). During Uninstall, INSTALLDIR is always set to c:\testDirectory. This is the default. I change to E drive as part of the install. I need to be able to access the e:\testDirectory during uninstall. Can anybody suggest what I am doing wrong. Thanks, AndrewArgus
... View more
Labels
- Labels:
-
InstallShield 2020 R3
Jul 20, 2017
11:48 AM
We have had issues on several computers where the Visual C++ 2015 Redist did not install. This does not happen on every computer. I traced the problem to being the condition that is being tested (msvcp140.dll). It appears that this can exist without the rest of the Visual C++ 2015 redist being there. In particular the mfc140.dll was missing. Changed the condition to testing for mfc140.dll and I was able to get the Redist installer to come active (and the EXE ran after). Is this the correct way to do this or is there a better way of determining this? I noticed on another website that there was a mention that this had already been changed - was originally looking at a Registry Key. There has to be a better way of determining this. Otherwise need to be able to check for all of the DLLs that are part of the Redist.
... View more
Labels
- Labels:
-
InstallShield 2016
Latest posts by AndrewArgus
Subject | Views | Posted |
---|---|---|
152 | Aug 30, 2021 03:57 PM | |
161 | Aug 30, 2021 01:20 PM | |
1849 | Jul 20, 2017 11:48 AM |
Activity Feed
- Posted Re: INSTALLDIR value during uninstall on InstallShield Forum. Aug 30, 2021 03:57 PM
- Posted INSTALLDIR value during uninstall on InstallShield Forum. Aug 30, 2021 01:20 PM
- Posted Visual C++ 2015 Redist not installing when selected on InstallShield Forum. Jul 20, 2017 11:48 AM
- Tagged Visual C++ 2015 Redist not installing when selected on InstallShield Forum. Jul 20, 2017 11:48 AM