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
ferventcoder
changed the title
Uninstaller strips items off of arguments when no silent uninstall key is present
Uninstaller strips off "/" and "-" in switches
Apr 22, 2015
Previously, when building uninstall args, the uninstaller service was
splitting on ` /` and ` -`. While this was very accurate in finding the
first argument (the executable), it removed the switch characters from
the args. Use the same method to find the first argument to shift it
off, but then go back to the original uninstall string to gather the
arguments, removing the executable from that.
Additionally fix specs and improve clarity of the tests.
* stable:
(GH-212) Do not strip switch char from uninstall args
(maint) Use installshield installer when installshield
(GH-255) Uninstaller should not depend on InstallLocation
(GH-255) Add updateProcessPath to CommandExecutor
(maint) formatting
(GH-254) Ensure nupkg is removed on uninstall
(doc) update help menus
The text was updated successfully, but these errors were encountered: