############################ # Setup product information ############################ VENDOR="google.com" PN="google.chrome" NAME="Google Chrome" DESCRIPTION="Ein Browser fuer Computer, Telefon und Tablet" VERSION="54.0.2840.59" RELEASE="3" PRIORITY="0" ADVICE="" # TYPE - defines, if the install files are public or restricted. # Valid value: restricted | public TYPE="public" DL_FILE[0]="Google_Chrome_icon_2011.svg" DL_SOURCE[0]="http://upload.wikimedia.org/wikipedia/commons/e/e2/Google_Chrome_icon_%282011%29.svg" DL_FILE[1]="GoogleChromeStandaloneEnterprise-${VERSION}.msi" DL_SOURCE[1]="https://dl.google.com/edgedl/chrome/install/GoogleChromeStandaloneEnterprise.msi" DL_ARCH[1]="X86" DL_WINST_NAME[1]=Install32Msi DL_FILE[2]="GoogleChromeStandaloneEnterprise64-${VERSION}.msi" DL_SOURCE[2]="https://dl.google.com/edgedl/chrome/install/GoogleChromeStandaloneEnterprise64.msi" DL_ARCH[2]="X86_64" DL_WINST_NAME[2]=Install64Msi # File array index for the image showing while installing the program ICON_DL_INDEX=0 OPSI_INI_SECTION[0]="X86" OPSI_INI_OPTION[0]="MsiId32" OPSI_INI_VALUE[0]="{BBAF8C17-51A4-3A52-A9C7-08229B38346E}" OPSI_INI_SECTION[1]="X86_64" OPSI_INI_OPTION[1]="MsiId64" OPSI_INI_VALUE[1]="{22071B03-9AC6-33C1-BBA6-A874CDF3509E}"