Ignore:
Timestamp:
Jun 18, 2011, 11:42:56 PM (13 years ago)
Author:
joergs
Message:

adapted for Citrix XenServer Tools

File:
1 edited

Legend:

Unmodified
Added
Removed
  • opsi/products/xenserver-tools/CLIENT_DATA/setup.ins

    r949 r950  
    3535; therefore please: only lower letters, no umlauts,
    3636; no white space use '-' as a seperator
    37 Set $ProductId$       = "opsi-template"
     37Set $ProductId$       = "xenserver-tools"
    3838Set $MinimumSpace$    = "1 MB"
    3939; 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>"
     40Set $InstallDir32$      = "%ProgramFiles32Dir%\Citrix\XenTools"
     41Set $InstallDir64$      = "%ProgramFiles64Dir%\Citrix\XenTools"
    4242Set $LicenseRequired$ = "false"
    4343Set $LicensePool$     = "p_" + $ProductId$
     
    8989                LinkFolder_install
    9090        endif
     91
     92    ExitWindows /Reboot
    9193       
    9294endif
     
    98100; === Nullsoft Scriptable Install System ================================================================
    99101; "%ScriptPath%\Setup.exe" /S
     102%ScriptPath%/xensetup.exe /S /norestart
     103
    100104;
    101105; === MSI package =======================================================================================
     
    129133; === Nullsoft Scriptable Install System ================================================================
    130134; "%ScriptPath%\Setup.exe" /S
     135%ScriptPath%/xensetup.exe /S /norestart
     136
    131137;
    132138; === MSI package =======================================================================================
Note: See TracChangeset for help on using the changeset viewer.