Updated associations for Windows 8 and removed 32/64 bit script difference

This commit is contained in:
Peter Singer
2013-05-07 15:08:03 +02:00
parent 05aa7c4ed7
commit 5b2266f1f0
3 changed files with 57 additions and 0 deletions

View File

@@ -29,3 +29,11 @@ ICON_DL_INDEX=0
OPSI_INI_SECTION[0]="X86"
OPSI_INI_OPTION[0]="UninstallProg"
OPSI_INI_VALUE[0]="uninstall\helper.exe"
OPSI_INI_SECTION[1]="X86"
OPSI_INI_OPTION[1]="Prog32"
OPSI_INI_VALUE[1]="firefox.exe"
OPSI_INI_SECTION[2]="X86_64"
OPSI_INI_OPTION[2]="Prog64"
OPSI_INI_VALUE[2]="firefox.exe"