Ana içeriğe atla

Kayıtlar

Kasım, 2018 tarihine ait yayınlar gösteriliyor

Wix Installer Project - UnInstall issue loging

We may get an error as uninstall package not found or etc. while using wix installer project to preparing software setup. To get detailed log about what exactly problem it is, we can use following command in cmd msiexec /x {applicationUniqGuid} /l*v installerLog.txt or msiexec.exe /i {filename}.msi /L*V installerLog.txt the command above will be try to uninstall application again and create log file for whole process of uninstall.