This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- verbose log
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Aug 12, 2013
11:16 AM
Installation fails in safe mode with Windows Installer turned on
Trying to use our setup.exe in Safe Mode. Built with InstallShield Express 2013. We go into the registry and turn on Windows Installer. Other programs install fine, even the program we are trying to install works if we don't use an InstallShield installer and just run the .exe file. But when we use the setup.exe built with InstallShield it fails before completing the install. Only in Safe Mode, works fine in all version of Windows otherwise.
Any ideas?
Any ideas?
(4) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Aug 12, 2013
01:12 PM
Actually it seems to install on 32bit machines in safe mode but not 64bit machines in safe mode. Even though it installs on 64bit machines not in safe mode just fine.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Aug 14, 2013
12:58 PM
The log indicates a failure in action Wdsfpca_DoRegisterTypeLib.C8C0673E_50E5_4AC4_817B_C0E4C4466990. Searching for C8C0673E_50E5_4AC4_817B_C0E4C4466990 it appears this is part of MSXML3, so you might be able to resolve this by not including MSXML3. Of course, if your application needs it, you application would not work if MSXML3 is not already present, so this may or may not be acceptable. You might instead choose to live with the limitation of not supporting installs while Windows is running in safe mode. (I've never known this to be a common scenario; do your users actually need this?)
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Aug 15, 2013
01:39 PM
Well the software allows technicians to connect remotely and do a number of repairs to the computer, plus it installs our antivirus software. So installing it in safe mode would be very helpful if that's the only mode the clients computer will boot under.
I am fairly certain the MSXML3 is necessary 😞
I am fairly certain the MSXML3 is necessary 😞