Hi all, 

    I have a wix generated installer that I am programmatically tweaking to
add new files. 
       <Component Id="PolicyComponent"
Guid="5836d91a-afd9-4d33-8622-d0b39a6870c3"> 
                <File Id="PolicyFile" Source="configFiles\policy.xml"
KeyPath="yes" Name="policy.xml"/> 
                <RemoveFolder Id="RemoveAMFolder" Directory="AM"
On="uninstall" /> 
                <RemoveFolder Id="RemoveCCFolder"
Directory="INSTALLLOCATION" On="uninstall"/> 
                <RemoveFile Id="RemovePolicyFile"
Directory="INSTALLLOCATION" Name="*.*" On="uninstall"/> 
       </Component> 

I am having trouble removing files on uninstalling the modified installer. I
am using Windows installer Deployment api to update the MSI file. I can
correctly install the files, but not remove them on uninstall. Can someone
advice on what might be missing on my end? 

Note that I have included RemoveFile and RemoveFolder tags  in the
component. Not sure if their ordering matters. 

thanks, 
sangeeta 
-- 
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/uninstall-not-removing-files-tp5815607p5815607.html
Sent from the wix-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
What happens now with your Lotus Notes apps - do you make another costly 
upgrade, or settle for being marooned without product support? Time to move
off Lotus Notes and onto the cloud with Force.com, apps are easier to build,
use, and manage than apps on traditional platforms. Sign up for the Lotus 
Notes Migration Kit to learn more. http://p.sf.net/sfu/salesforce-d2d
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to