Hi: Basically I have an installation I wrote for the same product, if this installation exists, a registry key will tell me, I want to run the uninstallation. What is the best way of doing this? Cheers Sean.
-----Original Message----- From: Alexander Shevchuk [mailto:[EMAIL PROTECTED] Sent: 30 September 2008 00:12 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] launch condition query You can use http://msdn.microsoft.com/en-us/library/aa370556(VS.85).aspx to determine if you have Windows 2000 installed and http://msdn.microsoft.com/en-us/library/aa370329(VS.85).aspx to determine what flavor of it is installed. If you are using WiX V3, examine http://msdn.microsoft.com/en-us/library/ms724833.aspx and search for "OSInfo custom actions" topic in WiX help. Sorry, I did not get what you are asking in your second question. Alex -----Original Message----- From: Sean Farrow [mailto:[EMAIL PROTECTED] Sent: Monday, September 29, 2008 2:35 PM To: wix-users@lists.sourceforge.net Subject: [WiX-users] launch condition query Hi: I am constructing a launch condition to require windows 2000 server professional or later. I currently have the following: <Condition Message="[ProductName] requires Windows 2000 or later."><![CDATA[VersionNT >= 500]]></Condition> What do I need to add to require the professional version of windows 2000? aditionally, I am checking for an installation written with a different tool, I wish to run the uninstaller at launch if this exists. Wha is the best way of achieving this with a launch condition? Cheers Sean. ------------------------------------------------------------------------ - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users ------------------------------------------------------------------------ - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users __________ Information from ESET NOD32 Antivirus, version of virus signature database 3481 (20080929) __________ The message was checked by ESET NOD32 Antivirus. http://www.eset.com __________ Information from ESET NOD32 Antivirus, version of virus signature database 3493 (20081003) __________ The message was checked by ESET NOD32 Antivirus. http://www.eset.com __________ Information from ESET NOD32 Antivirus, version of virus signature database 3493 (20081003) __________ The message was checked by ESET NOD32 Antivirus. http://www.eset.com ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users