- Timestamp:
- 09/15/08 17:27:42 (5 years ago)
- Branches:
- master, 0.4.0, 0.4.1, 0.4.2, stable
- Children:
- 41d25b1
- Parents:
- c37e58f
- File:
-
- 1 edited
-
helpers/installer/Product.wxs (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
helpers/installer/Product.wxs
rdc59b0e r8986739 3 3 <?if "$(var.SysTray.ConfigurationName)" = "Debug|Win32"?> 4 4 <?define PlatForm = "Win32" ?> 5 <?define Mode = "Debug" ?> 5 6 <?elseif "$(var.SysTray.ConfigurationName)" = "Debug|x64"?> 6 7 <?define PlatForm = "x64" ?> 8 <?define Mode = "Debug" ?> 7 9 <?elseif "$(var.SysTray.ConfigurationName)" = "Nightly|Win32"?> 8 10 <?define PlatForm = "Win32" ?> 11 <?define Mode = "Nightly" ?> 9 12 <?elseif "$(var.SysTray.ConfigurationName)" = "Nightly|x64"?> 10 13 <?define PlatForm = "x64" ?> 14 <?define Mode = "Nightly" ?> 11 15 <?else?> 12 16 <?define PlatForm = "Unknown: $(var.SysTray.ConfigurationName)" ?> … … 36 40 <?define ProgramFiles = "ProgramFilesFolder" ?> 37 41 <?define Win64 = "no" ?> 38 <?define Source = "../../ win32/nightly/" ?>42 <?define Source = "../../$(var.PlatForm)/$(var.Mode)/" ?> 39 43 <?else?> 40 44 <?define ProgramFiles = "ProgramFiles64Folder" ?> 41 45 <?define Win64 = "yes" ?> 42 <?define Source = "../../ x64/nightly/" ?>46 <?define Source = "../../$(var.PlatForm)/$(var.Mode)/" ?> 43 47 <?endif?> 44 48 … … 78 82 IconIndex="0" Arguments="/stop" Description="Stop NSClient++ as a service"/> 79 83 </File> 80 <File Id="NSClientTRAY" Name=" systray.exe" DiskId="1"81 Source="$(var.Source)/ systray.exe" Vital="yes">84 <File Id="NSClientTRAY" Name="nstray.exe" DiskId="1" 85 Source="$(var.Source)/nstray.exe" Vital="yes"> 82 86 <Shortcut Id="StartmenuNSClientTray" Directory="ProgramMenuDir" Name="NSCPTray" 83 LongName="NSClient++ ($(var.PlatForm) system tray)" WorkingDirectory="INSTALLDIR" Icon="ns client.exe"84 IconIndex="0" Description=" Run NSClient++ in test mode"/>87 LongName="NSClient++ ($(var.PlatForm) system tray)" WorkingDirectory="INSTALLDIR" Icon="nstray.exe" 88 IconIndex="0" Description="Start systemtray"/> 85 89 </File> 86 90 <File Id="NSClientINI" Name="NSC.ini" LongName="NSC.ini" DiskId="1" Source="$(var.Source)/NSC.ini" Vital="yes"/> … … 147 151 --> 148 152 <!--Custom Action='LaunchFile' After='InstallFinalize'>NOT Installed</Custom--> 149 <Custom Action="install" After='InstallFinalize' />153 <Custom Action="install" After='InstallFinalize'>NOT REMOVE</Custom> 150 154 <Custom Action="uninstall" Before="RemoveFiles"/> 151 155 </InstallExecuteSequence> 152 156 153 <CustomAction Id='install' FileKey='NSClientEXE' ExeCommand='/install' Return=' asyncNoWait'/>157 <CustomAction Id='install' FileKey='NSClientEXE' ExeCommand='/install' Return='check'/> 154 158 <CustomAction Id='uninstall' FileKey='NSClientEXE' ExeCommand='/uninstall' Return='asyncNoWait'/> 155 159 … … 157 161 <UIRef Id="WixUI_ErrorProgressText" /> 158 162 159 <Icon Id="nsclient.exe" SourceFile="$(var.Source)/modules/SysTray.dll" /> 163 <Icon Id="nsclient.exe" SourceFile="$(var.Source)/NSClient++.exe" /> 164 <Icon Id="nstray.exe" SourceFile="$(var.Source)/nstray.exe" /> 160 165 </Product> 161 166 </Wix>
Note: See TracChangeset
for help on using the changeset viewer.








