cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
dick_vail
Level 3

Setup.exe exits with ERRORLEVEL=1

I am using IS2012 Premier edition to create a Suite project to install a driver and application using the basic MSI method.

The setup.exe installation dialog shows a successful completion, but ERRORLEVEL=1 after setup.exe exits.

The debug log has no errors or warnings, yet the log indicates Final exit status: 1

Our customer requires ERRORLEVEL to be 0 for a successful installation.

How can I make setup.exe return an exit code of 0?
Labels (1)
0 Kudos
(1) Reply
rune_paulsen
Level 5

This new exit code is causing problem with our buildsystem.

With basic msi, this running fine.

An installation have exit code=0

With Suite, and exit code=1, our build system think the installation have failed.

Why have you chosen 1 as exit number, and is there something we can do to change this?
0 Kudos