<createfolder /> creates a folder that MSI hasn't installed. In other
words, MSI doesn't track it being there, so it won't remove. Any
folder with any subitems won't be removed. It's the same principle as
installing a file manually. Is there any reason why you are using
create folder rather than specifying it in the directory structure?

On 6/26/06, erdi <[EMAIL PROTECTED]> wrote:
> ----- Original Message -----
> From: "Rob Mensching" <[EMAIL PROTECTED]>
> To: "'erdi'" <[EMAIL PROTECTED]>; <wix-users@lists.sourceforge.net>
> Sent: Sunday, June 25, 2006 10:28 PM
> Subject: RE: [WiX-users] Directories and registry keys not removed on
> uninstallation.
>
>
> Thanks Rob, you helped me a lot.
>
> >1. RemoveFolder shouldn't be necessary.  Usually the reason directories are
> >left behind some files were left.
>
> I've made some changes in directories structure and it started to work. I've
> found only that not only if files are left somwhere the directories arn't
> removed but also when you create an empty directory using <CreateFolder/>
> then all directories all left. Do you know how to force wix to remove also a
> directory created this way - to force removal of all parent directories
> too?? <RemoveFolder/> didn't help....
>
> >2.  The problem with your registry keys is that you're saying to create the
> >parent key but never to delete it.  Instead of defining two Registry
> >entries, try just using one to define the key and the value all at once.
> >If
> >you really want to use two keys change the Registry/@Action from
> >"createKey"
> >to "createKeyAndRemoveKeyOnUninstall".
>
> "createKeyAndRemoveKeyOnUninstall" made it all working like I wanted to,
> thanks:).
>
> Erdi
>
>
>
> Using Tomcat but need to do more? Need to support web services, security?
> Get stuff done quickly with pre-integrated technology to make your job easier
> Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to