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
- :
- Re: Installer built using IS 2013 throws a reboot prompt in Win XP embedded
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
‎Oct 14, 2014
03:55 AM
Installer built using IS 2013 throws a reboot prompt in Win XP embedded
I am using InstallShield 2013 to build the installer for my product (well, the earlier versions were built with IS 2012, my team has started to use IS 2013). Everything installs fine till I attempt to install on Win XP Embedded SP2. Then I see a prompt as soon as the installer is run. This prompt says - "Setup has completed configuring the windows installer on your system. The system needs to be restarted in order to continue with the installation. Please click restart to reboot the system".
Any idea why this is happening? It also occurs on regular Win XP with SP1 and SP2 only.
thanks,
Any idea why this is happening? It also occurs on regular Win XP with SP1 and SP2 only.
thanks,
(2) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Oct 14, 2014
08:11 AM
Is there any indication in the log created with setup.exe /debuglog? That's where I would start researching.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Nov 24, 2014
12:06 AM
I do not see any log file get created
What I do observe is that the version of msiexec is being sought to be upgraded when i run my installer exe. The version of msiexec before is: "3.00.3790.2180" and when I check the version of msiexec just after it shows the reboot prompt, the version is: "3.01.4000.1823".
is the installer trying to "up" the version of the msiexec on the WIn XP embedded box before starting with the install process? When I accept the reboot prompt, the system reboots and again reruns the installer, and now i start seeing the log file in the "%temp%" folder....
What I do observe is that the version of msiexec is being sought to be upgraded when i run my installer exe. The version of msiexec before is: "3.00.3790.2180" and when I check the version of msiexec just after it shows the reboot prompt, the version is: "3.01.4000.1823".
is the installer trying to "up" the version of the msiexec on the WIn XP embedded box before starting with the install process? When I accept the reboot prompt, the system reboots and again reruns the installer, and now i start seeing the log file in the "%temp%" folder....