I have MSI installer project where
postbuildevent == cscript “$(ProjectDir)EnableLaunchApplication.js” “$(BuiltOuputPath)”
1 Question that I’ve been struggling for hours – how do I prevent running this script on uninstall – i.e. run it ONLY on install?
Based on this thread, I modified/added these lines: