Changeset 7531979 in nscp


Ignore:
Timestamp:
09/25/08 19:59:54 (5 years ago)
Author:
Michael Medin <michael@…>
Branches:
master, 0.4.0, 0.4.1, 0.4.2, stable
Children:
a4689fc, 2c7fdc0
Parents:
c09c225
Message:

0.3.5

File:
1 edited

Legend:

Unmodified
Added
Removed
  • helpers/installer/Product.wxs

    r8986739 r7531979  
    1919  <?if "$(var.PlatForm)" = "x64"?> 
    2020    <?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" ?> 
    2824  <?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 ?> 
    3729  <?endif?> 
    3830   
     
    156148 
    157149    <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'/> 
    159151 
    160152    <UIRef Id="WixUI_FeatureTree" /> 
Note: See TracChangeset for help on using the changeset viewer.