Abbas
Posts: 15
Joined: Fri Dec 06, 2013 6:21 am

Setup Wizard ended prematurely

Hi Team,

I get the following error during installation when I run the installer on Windows Server 2003 R2 Standard x64 Edition:

The Setup Wizard ended prematurely
The setup ended prematurely because of an error. Your system has not been modified. To install this program at a later time, please run the installation again.

The installer runs OK on other platforms e.g. Windows Server 2008, Windows Server 2012, Windows 8.1, and Windows 7.

The log file is attached to this message.

Regards,
Abbas
Attachments
MSI15.LOG
(391.75 KiB) Downloaded 1032 times
mihai.petcu
Posts: 3860
Joined: Thu Aug 05, 2010 8:01 am

Re: Setup Wizard ended prematurely

Hello Abbas,

Please generate a verbose log of the failing installation. The command line should be something like:

Code: Select all

/L*V "install.log"
All the best,
Mihai
Mihai Petcu - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube
Abbas
Posts: 15
Joined: Fri Dec 06, 2013 6:21 am

Re: Setup Wizard ended prematurely

Hi Mihai,

I have already attached a verbose log of the failing installation to my first message, i.e. MSI15.LOG. I'll attach it again to this reply as well. Please let me know if this is not what you are after.

Thanks,
Abbas
Attachments
MSI15.LOG
(391.75 KiB) Downloaded 687 times
Daniel
Posts: 8276
Joined: Mon Apr 02, 2012 1:11 pm
Contact: Website

Re: Setup Wizard ended prematurely

Hello Abbas,

The attached "MSI15.LOG" file is not a verbose log. This is a standard MSI log file which exposes less information than a verbose log and unfortunately we cannot find any hint in the "MSI15.LOG" file about what could cause the related installation error. Can you please launch your installation package using a command like this:

Code: Select all

misexec /i package.msi /L*V verboseLog.txt
if you are building an MSI setup, or like this:

Code: Select all

package.exe /L*V verboseLog.txt
if you are building an EXE setup, and send us the generated verbose log file of the failing installation to support at advancedinstaller dot com so we can investigate? Please also send us the .aip (project file) so we can check your project settings.

All the best,
Daniel
Daniel Radu - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube
Abbas
Posts: 15
Joined: Fri Dec 06, 2013 6:21 am

Re: Setup Wizard ended prematurely

Hi Daniel,

I sent the verboseLog.txt and the .aip file to support at advancedinstaller dot com.

Thank you,
Abbas

Return to “Common Problems”