You will need to add a value to the property attribute.  Then on that
property element set secure='yes'

 

Check out http://www.tramontana.co.hu/wix/lesson4.php for some info too.

 

 

Mike Poulson
Network Engineer
Tableau Software

400 North 34th Street, Suite 200
Seattle, WA 98103
206 633 3400 x.556

 

From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Patrick Steele
Sent: Wednesday, February 28, 2007 10:07 AM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Uninstalling

 

Just one more thing before I go tonight, would anyone mind giving me a quick
example of uninstalling? I want to uninstall any previous versions of our
software using this:

 

    <Upgrade Id='285EC2F6-E11B-4163-856C-5969F240A6C7'>
      <UpgradeVersion Property='' OnlyDetect='no' Maximum='2.0.1'
IncludeMaximum='yes' />
    </Upgrade>

 

http://wix.sourceforge.net/manual-wix2/wix_xsd_upgradeversion.htm

 

When the FindRelatedProducts action detects a related product installed on
the system, it appends the product code to the property specified in this
field. The property specified in this field must be a public property and
the package author must add the property to the SecureCustomProperties
Property. Each UpgradeVersion must have a unique Property value. After
FindRelatedProducts the value of this property is a list product codes,
separated by semicolons (;), detected on the system.

 

I'm not sure what should go into property? And where do I find
SecureCustomProperties? It doesn't seem to be something I can validly put
inside the product tags? Sorry, my mind is a bit fuzzy tonight... :)

 

Thanks,

Patrick

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to