You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Switch from NSIS to WiX. CPack 2.8.11+ supports WiX. WiX is MSI-based and so would have built-in uninstall support and also support for automatically replacing an existing installation. It should support everything we're currently doing with NSIS, and may make some things easier like writing the reg keys for the VS External Tool support.
I think that adding the option to Explorer Integration would be suited very well on Windows. Imagine, no matter where the application's executable is located, just right click, Send To --> "Dr Memory" shortcut.
blueelvis, thank you for the suggestion. Could you open a new, separate issue to track it? Let's keep this issue just on getting the features from our existing NSIS installer implemented in WiX.
There's something wrong with the "NOT Installed AND NOT REMOVE" trigger for add_vs_tool. If you make it Return="check" you can see that it tries to run it on uninstall! You end up with this error:
"There is a problem with this Windows Installer package. A program required for this install to complete could not be run."
Event log says: Product: Dr. Memory -- Error 1721. There is a problem with this Windows Installer package. A program required for this install to complete could not be run. Contact your support personnel or package vendor. Action: add_vs_tool, location: C:\Program Files (x86)\Dr. Memory\bin\vs_external_tool.exe, command: "C:\Program Files (x86)\Dr. Memory\bin\drmemory.exe"
From [email protected] on September 08, 2014 15:00:58
Split from issue #1608 Quoting from there:
Original issue: http://code.google.com/p/drmemory/issues/detail?id=1620
The text was updated successfully, but these errors were encountered: