I have a setup using WIX. At the time of installing after installing some files it get rollback without display any error or exception. What might be the cause of this issue?
Asked
Active
Viewed 114 times
1 Answers
3
You need to make a verbose log file for your package.
msiexec.exe /I "Package.msi" /L*V "C:\msilog.log"
Then you need to inspect what is wrong inside the log. Open it and search for "value 3" in the log as explained in WIX creator Rob Mensching's blog.
For help with msiexec.exe's complex command line, use this tool. It is a front end GUI that generates the msiexec command lines for you. Very quick and reliable.

Community
- 1
- 1

Stein Åsmul
- 39,960
- 25
- 91
- 164