-
Notifications
You must be signed in to change notification settings - Fork 55
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
add support for pre/post inst/un scripts #2
Comments
I really need this feature. How can I help? As a workaround, what's the best way to patch the wix templates and hardcode the commands? |
I guess you refer the hardcoded commands as the new script I d simply add a new field to the manifest scripts: [
"path/file.bat": { ...options... },
] According to this example the CustomAction element is suitable I d add those new nodes under the Product Node So the location of the bat files is not following a convention, the user decides. Also the definition of the moment of execution of the script is not using the same logic as linux,
That s all i guess. |
Fantastic, thanks! |
like rpm/debian package does,
it would be a good thing to provide native support
for those scripts during install/uninstall operations of the package.
TBD
In the manifest, 4 new fields should be provided.
They target some cmd (powershell?) files.
When the package is built, somehow they are integrated in the result so that when the package is run, they are executed appropriately.
TODO
FYI
The text was updated successfully, but these errors were encountered: