Re: [WiX-users] util:RemoveFolderEx with ALLUSERS

2012-07-23 Thread Sven Barrho (Inxmail GmbH)
Hi, I found the solution for my problem. I found out, that the uninstall-progress worked all fine if I start the uninstall-progress from - System / Programs / Uninstall Software - cmd with admin-rights (msiexec /i myfile.msi) - (double-click) msi when the software was installed per-user (not pe

Re: [WiX-users] util:RemoveFolderEx with ALLUSERS

2012-07-23 Thread Sven Barrho (Inxmail GmbH)
Hi, thanks for reply and the help. I looked into the log-file and I'm a little bit confused. If I call msiexec without admin-rights, msi-installer will ask me to enter my admin-user and password during uninstall-progress. In this case, deleting of new files and folders doesn't work. If I call ms

Re: [WiX-users] util:RemoveFolderEx with ALLUSERS

2012-07-20 Thread Rob Mensching
Verbose log file should show you what APPLICTIONFOLDER points to. It's probably not what you expect. On Fri, Jul 20, 2012 at 6:59 AM, Sven Barrho (Inxmail GmbH) < sven.bar...@inxmail.de> wrote: > > Hi, > > im facing trouble with util:removefolderex. > > If I install the application per-user, remo

[WiX-users] util:RemoveFolderEx with ALLUSERS

2012-07-20 Thread Sven Barrho (Inxmail GmbH)
Hi, im facing trouble with util:removefolderex. If I install the application per-user, removefolderex works just fine and as expected. If I install the application per-machine, removefolderex works not, all the files and folders which have been created after installation (under the root-folder o