Re: [WiX-users] Rollback package marked as permanent

2014-06-18 Thread Markus Wehrle
Hi, permanent packages are excluded from rollback. You normally use permanent packages for redistributable packages like .Net Framework which you do not want to uninstall. Regards, Markus www.xeam-solutions.com > James McConville hat am 18. Juni 2014 um > 13:27 geschrieben: > > > Hi folks, > >

[WiX-users] Rollback package marked as permanent

2014-06-18 Thread James McConville
Hi folks, I've got an Exepackage in my bundle chain that I've marked as permanent but I'd still like it to be rolled back if the msi that follows it fails to install... Is this possible or am I being silly? Thanks, James.