Changeset 950 for opsi/products/xenserver-tools/CLIENT_DATA/setup.ins
- Timestamp:
- Jun 18, 2011, 11:42:56 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
opsi/products/xenserver-tools/CLIENT_DATA/setup.ins
r949 r950 35 35 ; therefore please: only lower letters, no umlauts, 36 36 ; no white space use '-' as a seperator 37 Set $ProductId$ = " opsi-template"37 Set $ProductId$ = "xenserver-tools" 38 38 Set $MinimumSpace$ = "1 MB" 39 39 ; the path were we find the product after the installation 40 Set $InstallDir32$ = "%ProgramFiles32Dir%\ <path to the product>"41 Set $InstallDir64$ = "%ProgramFiles64Dir%\ <path to the product>"40 Set $InstallDir32$ = "%ProgramFiles32Dir%\Citrix\XenTools" 41 Set $InstallDir64$ = "%ProgramFiles64Dir%\Citrix\XenTools" 42 42 Set $LicenseRequired$ = "false" 43 43 Set $LicensePool$ = "p_" + $ProductId$ … … 89 89 LinkFolder_install 90 90 endif 91 92 ExitWindows /Reboot 91 93 92 94 endif … … 98 100 ; === Nullsoft Scriptable Install System ================================================================ 99 101 ; "%ScriptPath%\Setup.exe" /S 102 %ScriptPath%/xensetup.exe /S /norestart 103 100 104 ; 101 105 ; === MSI package ======================================================================================= … … 129 133 ; === Nullsoft Scriptable Install System ================================================================ 130 134 ; "%ScriptPath%\Setup.exe" /S 135 %ScriptPath%/xensetup.exe /S /norestart 136 131 137 ; 132 138 ; === MSI package =======================================================================================
Note:
See TracChangeset
for help on using the changeset viewer.