Skip to content

No "process complete" message after msi installation #37

Answered by wiverson
umurpza asked this question in Q&A
Discussion options

You must be logged in to vote

The installer packaging for an msi is driven by Wix and Windows installer. The add-launch-to-msi.js file is a script that tweaks the Windows installer file. Windows installer is a big old complicated thing. I was able to work out the details to create that file by a combination of combing through Reddit and Stack Overflow.

Here are a few resources:

https://wixtoolset.org/
WiX 3.6: A Developer's Guide to Windows Installer XML

In theory you can do anything, up to and including crazy stuff like embedding other executables. Certainly a completion notification is possible.

IIRC there is a way to tell the msi to run with different display levels - https://www.advancedinstaller.com/user-guide/ms…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by wiverson
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #36 on September 29, 2021 16:12.