For issues with vs setup projects:
Log for setup
msiexec /i <path to msi file> /l*vx <path to some log file>
Remove program
msiexec /x {guid product code}
at its finest
For issues with vs setup projects:
Log for setup
msiexec /i <path to msi file> /l*vx <path to some log file>
Remove program
msiexec /x {guid product code}