-
-
Notifications
You must be signed in to change notification settings - Fork 356
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Investigate and make use of Windows Installer code in NUT for Windows codebase #1485
Comments
Now This logic can be extracted to standalone script to use in package (or other bundling) preparation. |
…or Windows Installer [networkupstools#1485] Signed-off-by: Jim Klimov <jimklimov+nut@gmail.com>
One stumbling block with making sense of older recipes was the use of GUIDs in them. Per sources like:
...such component GUIDs effectively encode the full packaged path to installed file (whatever version), to the point that There is also a recently revived effort for WixEdit GUI editor to help with the package recipe maintenance: ...and a number of other editors (mostly plugins for Windows-based IDEs) listed at https://robmensching.com/blog/posts/2007/11/20/wix-editors/ (old post, regularly updated) Also took a quick look at other popular options, e.g.:
|
Did not touch this yet, no idea what we have or how to use it. This state is something to change :)
UPDATE: See also: https://wixtoolset.org/ (used in those recipes)
The text was updated successfully, but these errors were encountered: