Dear All,
Thank you for discussing different things. It helps a lot to people like me
in the learning stage.
I have come across a situation where installed files are not getting deleted
if I choose installation other than Program Files/MyApp.
Also how to get input from user if I wish my database file get deleted only
if user agree to delete it; means I want to generate alert / pop up while
uninstalling.
Here is my code :
<Directory
Id="TARGETDIR"
Name="SourceDir">
<Directory
Id="ProgramFilesFolder"
Name="PFiles">
<Directory
Id="*MYAPPFOLDER*"
Name="MyApp">
<Component
Id="MyComponent"
......................................
......................................
......................................
......................................
<RemoveFolder
Id="RemoveFLDR"
On="uninstall" />
</Component>
</Directory>
</Directory>
</Directory>
<Feature
Id="MyAppFeature"
Title="My application"
Description="The complete package."
Display="expand"
Level="1"
ConfigurableDirectory="*MYAPPFOLDER*">
<ComponentRef
Id='MyComponent' />
</Feature>
Anyone have idea???
Thanks,
Ron
------------------------------------------------------------------------------
This SF.net email is sponsored by:
High Quality Requirements in a Collaborative Environment.
Download a free trial of Rational Requirements Composer Now!
http://p.sf.net/sfu/www-ibm-com
_______________________________________________
WiX-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wix-users