appcelerator-archive / windowslib

This is a library of utilities for dealing programmatically with Windows Phone applications, used namely for tools like Titanium.
http://www.appcelerator.com
Other
4 stars 10 forks source link

[TIMOB-25616] Don't forceUnInstall unless user explicitly specifies it #83

Closed infosia closed 6 years ago

infosia commented 6 years ago

TIMOB-25616

Windowslib have been uninstalling existing app in order to complete the installation when same version of the app is already installed, but we should not uninstall existing app unless user explicitly specifies forceUnInstalloption. It should ends up showing error message when forceUnInstall=false and there's same version of the app installed, which should be the default behavior of wpToolInstall.