]> git.openfabrics.org - ~shefty/rdma-win.git/commitdiff
[WinOF] WIX - added UPGRADE GUID
authorstansmith <stansmith@ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86>
Fri, 15 Jun 2007 22:37:30 +0000 (22:37 +0000)
committerstansmith <stansmith@ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86>
Fri, 15 Jun 2007 22:37:30 +0000 (22:37 +0000)
git-svn-id: svn://openib.tc.cornell.edu/gen1@708 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

branches/WinOF/WIX/x64/wof.wxs

index cb325288b4f9141cba000e80ab92641afd467aae..0c87c98a51e892a073b75f01a9349988afe498d1 100644 (file)
     lightArgs: "<projectname>.wixobj" -out "<projectname>.msi" <extensions>\r
 -->\r
 <Wix xmlns="http://schemas.microsoft.com/wix/2003/01/wi">\r
-  <Product Name="Windows Open Fabrics Infiniband stack" Id="3A6A276E-A636-48e8-8624-9A0DE3F2A15E" Language="1033" Codepage="1252" Version="1.0.0" Manufacturer="Open Fabrics Alliance Windows">\r
-\r
-    <Package Id="????????-????-????-????-????????????" Keywords="Installer, InfiniBand" Description="WinOF Installer" Comments="Open Fabrics Alliance Windows InfiniBand stack" Manufacturer="Open Fabrics Alliance Windows" InstallerVersion="100" Languages="1033" Compressed="yes" SummaryCodepage="1252" />\r
+  <Product Name="Windows Open Fabrics InfiniBand"\r
+    Id="3A6A276E-A636-48e8-8624-9A0DE3F2A15E"\r
+    UpgradeCode='E38964D6-359D-4E38-9BBF-8C79D84DF6CF' \r
+    Language="1033" Codepage="1252" Version="1.0.0"\r
+    Manufacturer="Open Fabrics Alliance Windows">\r
+\r
+    <Package Id="????????-????-????-????-????????????"\r
+     Keywords="Installer, InfiniBand" Description="WinOF Installer"\r
+     Comments="Windows Open Fabrics Alliance InfiniBand stack"\r
+     Manufacturer="Open Fabrics Alliance Windows" InstallerVersion="100"\r
+     Languages="1033" Compressed="yes" SummaryCodepage="1252" />\r
 \r
     <Condition Message="Administrator required to install [ProductName].">\r
      Privileged\r
                                Target="[System64Folder]msiexec.exe"\r
                 Arguments="/X [ProductCode]"\r
                 Directory="ProgramMenuDir"\r
-                Description="Uninstalls OpenFabrics InfiniBand stack" />\r
+                Description="Uninstalls OpenFabrics InfiniBand" />\r
             <RemoveFolder Id="RemoveShorcutFolder" On="uninstall" />\r
           </Component>\r
 \r
 \r
     <Property Id='ARPNOMODIFY'>1</Property>\r
     <Property Id='ARPNOREPAIR'>1</Property>\r
-    <Property Id='ARPCOMMENTS'>OpenFabrics Windows InfiniBand stack</Property>\r
+    <Property Id='ARPCOMMENTS'>OpenFabrics Windows InfiniBand</Property>\r
     <Property Id='ARPCONTACT'>Openfabrics Alliance [www.openfabrics.org]</Property>\r
     <Property Id='ARPHELPLINK'>https://wiki.openfabrics.org/tiki-index.php?page=openIB+Windows</Property>\r
     <Property Id='ARPURLINFOABOUT'>URL for general info about the product</Property>\r
     <UIRef Id="WixUI_ErrorProgressText" />\r
     <Icon Id="openfabrics" SourceFile="..\openfabrics.ico" />\r
     <UI />\r
-\r
   </Product>\r
 </Wix>\r