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
In a Bundle project, I have an executable program that I want to run before all packages are installed and also once before all packages are uninstalled. How can I achieve this?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
In a Bundle project, I have an executable program that I want to run before all packages are installed and also once before all packages are uninstalled. How can I achieve this?
Here is my bundle project .wxs file:
`
It runs perfectly during installation,but it does not work during uninstallation even though i add the "UninstallArguments" argument.
Beta Was this translation helpful? Give feedback.
All reactions