Resending your question 3 times in a 7 hour period isn't going to get it
answered any quicker even if you do use different subjects on each post.
Especially when the day you're posting on is a holiday in most of the
world.

Palbinder Sandher 
Software Deployment & IT Administrator
T: +44 (0) 141 945 8500 
F: +44 (0) 141 945 8501 

http://www.iesve.com 
**Design, Simulate + Innovate with the <Virtual Environment>**
Integrated Environmental Solutions Limited. Registered in Scotland No.
SC151456 
Registered Office - Helix Building, West Of Scotland Science Park,
Glasgow G20 0SP
Email Disclaimer
 

-----Original Message-----
From: ron cooper [mailto:roncooper...@gmail.com] 
Sent: 13 April 2009 13:02
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Uninstall Application Issues

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
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users



------------------------------------------------------------------------------
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
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to