Changeset 7531979 in nscp
- Timestamp:
- 09/25/08 19:59:54 (5 years ago)
- Branches:
- master, 0.4.0, 0.4.1, 0.4.2, stable
- Children:
- a4689fc, 2c7fdc0
- Parents:
- c09c225
- File:
-
- 1 edited
-
helpers/installer/Product.wxs (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
helpers/installer/Product.wxs
r8986739 r7531979 19 19 <?if "$(var.PlatForm)" = "x64"?> 20 20 <?define PlatForm.x64 ?> 21 <!-- 22 <?define Product.GUID = "04239712-E061-4d85-9105-4B79128FF2EF" ?> 23 <?define Package.GUID = "E05F419A-6240-49dd-BC60-4103932A3F2E" ?> 24 --> 25 <?define Product.GUID = "F7F47EFB-9F10-4a62-AFC3-FE7E7124BCB6" ?> 26 <?define Package.GUID = "14F6DF05-BA2A-498f-B643-1BD524DF2F34" ?> 27 <?define Postfix.GUID = "DD5862EE637C" ?> 21 <?define Product.GUID = "1FAFBA4E-2B66-403e-B203-9FF04600BD98" ?> 22 <?define Package.GUID = "0C874469-E629-4226-8547-B4A96386FF87" ?> 23 <?define Postfix.GUID = "DD5862EE637C" ?> 28 24 <?else?> 29 <!-- 30 <?define Product.GUID = "5C8A0ACB-9D0B-4caf-AEA4-079F0E0AE1F2" ?> 31 <?define Package.GUID = "9C5E52DA-28B6-4a6c-B6BE-EE507BB9AC0D" ?> 32 --> 33 <?define Product.GUID = "79A6D271-4AE6-4795-B423-F96210C6F0E9" ?> 34 <?define Package.GUID = "EEEA18BE-7D61-43f3-A762-BAED76B8B98C" ?> 35 <?define Postfix.GUID = "DD5862EE637B" ?> 36 <?define PlatForm.Win32 ?> 25 <?define Product.GUID = "C7D5D1E1-CECC-4396-8FB3-013CCA861A62" ?> 26 <?define Package.GUID = "F038120B-DA72-4e1e-851C-4381AE512D71" ?> 27 <?define Postfix.GUID = "DD5862EE637B" ?> 28 <?define PlatForm.Win32 ?> 37 29 <?endif?> 38 30 … … 156 148 157 149 <CustomAction Id='install' FileKey='NSClientEXE' ExeCommand='/install' Return='check'/> 158 <CustomAction Id='uninstall' FileKey='NSClientEXE' ExeCommand='/uninstall' Return=' asyncNoWait'/>150 <CustomAction Id='uninstall' FileKey='NSClientEXE' ExeCommand='/uninstall' Return='ignore'/> 159 151 160 152 <UIRef Id="WixUI_FeatureTree" />
Note: See TracChangeset
for help on using the changeset viewer.








