From ebf28eaccf512476e26af98fb7ae256b75505101 Mon Sep 17 00:00:00 2001 From: Mario Fetka Date: Sat, 9 Mar 2013 22:14:45 +0100 Subject: [PATCH] correct for the installer the UninstallProg option --- sample/32bit/installer/license/builder-product.cfg | 12 ++++++------ sample/32bit/installer/nolicense/builder-product.cfg | 12 ++++++------ sample/32bit64/installer/license/builder-product.cfg | 12 ++++++------ .../32bit64/installer/nolicense/builder-product.cfg | 12 ++++++------ sample/64bit/installer/license/builder-product.cfg | 12 ++++++------ sample/64bit/installer/nolicense/builder-product.cfg | 12 ++++++------ 6 files changed, 36 insertions(+), 36 deletions(-) diff --git a/sample/32bit/installer/license/builder-product.cfg b/sample/32bit/installer/license/builder-product.cfg index c8f35f6..f10115d 100644 --- a/sample/32bit/installer/license/builder-product.cfg +++ b/sample/32bit/installer/license/builder-product.cfg @@ -124,27 +124,27 @@ WINST_VALUE[1]="My content" # !!! These Variables are requred if you remove them in this cfg file you will get error's about not defined Variables !!! # ######################### -# if the packaga just supports X86 OR X86_64 (setupXX.ins delsubXX.ins uninstallXX.ins) then you have to just specify one MsiId +# if the packaga just supports X86 OR X86_64 (setupXX.ins delsubXX.ins uninstallXX.ins) then you have to just specify one UninstallProg OPSI_INI_SECTION[0]="X86" -OPSI_INI_OPTION[0]="MsiId" +OPSI_INI_OPTION[0]="UninstallProg" OPSI_INI_VALUE[0]="{XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX}" # OR OPSI_INI_SECTION[0]="X86_64" -OPSI_INI_OPTION[0]="MsiId" +OPSI_INI_OPTION[0]="UninstallProg" OPSI_INI_VALUE[0]="{XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX}" -# if the package supports X86 AND X86_64 (setup3264.ins delsub3264.ins uninstall3264.ins) then you have to specify 2 MsiId's +# if the package supports X86 AND X86_64 (setup3264.ins delsub3264.ins uninstall3264.ins) then you have to specify 2 UninstallProg's OPSI_INI_SECTION[0]="X86" -OPSI_INI_OPTION[0]="MsiId32" +OPSI_INI_OPTION[0]="UninstallProg32" OPSI_INI_VALUE[0]="{XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX}" # AND OPSI_INI_SECTION[1]="X86_64" -OPSI_INI_OPTION[1]="MsiId64" +OPSI_INI_OPTION[1]="UninstallProg64" OPSI_INI_VALUE[1]="{XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX}" diff --git a/sample/32bit/installer/nolicense/builder-product.cfg b/sample/32bit/installer/nolicense/builder-product.cfg index c8f35f6..f10115d 100644 --- a/sample/32bit/installer/nolicense/builder-product.cfg +++ b/sample/32bit/installer/nolicense/builder-product.cfg @@ -124,27 +124,27 @@ WINST_VALUE[1]="My content" # !!! These Variables are requred if you remove them in this cfg file you will get error's about not defined Variables !!! # ######################### -# if the packaga just supports X86 OR X86_64 (setupXX.ins delsubXX.ins uninstallXX.ins) then you have to just specify one MsiId +# if the packaga just supports X86 OR X86_64 (setupXX.ins delsubXX.ins uninstallXX.ins) then you have to just specify one UninstallProg OPSI_INI_SECTION[0]="X86" -OPSI_INI_OPTION[0]="MsiId" +OPSI_INI_OPTION[0]="UninstallProg" OPSI_INI_VALUE[0]="{XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX}" # OR OPSI_INI_SECTION[0]="X86_64" -OPSI_INI_OPTION[0]="MsiId" +OPSI_INI_OPTION[0]="UninstallProg" OPSI_INI_VALUE[0]="{XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX}" -# if the package supports X86 AND X86_64 (setup3264.ins delsub3264.ins uninstall3264.ins) then you have to specify 2 MsiId's +# if the package supports X86 AND X86_64 (setup3264.ins delsub3264.ins uninstall3264.ins) then you have to specify 2 UninstallProg's OPSI_INI_SECTION[0]="X86" -OPSI_INI_OPTION[0]="MsiId32" +OPSI_INI_OPTION[0]="UninstallProg32" OPSI_INI_VALUE[0]="{XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX}" # AND OPSI_INI_SECTION[1]="X86_64" -OPSI_INI_OPTION[1]="MsiId64" +OPSI_INI_OPTION[1]="UninstallProg64" OPSI_INI_VALUE[1]="{XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX}" diff --git a/sample/32bit64/installer/license/builder-product.cfg b/sample/32bit64/installer/license/builder-product.cfg index c8f35f6..f10115d 100644 --- a/sample/32bit64/installer/license/builder-product.cfg +++ b/sample/32bit64/installer/license/builder-product.cfg @@ -124,27 +124,27 @@ WINST_VALUE[1]="My content" # !!! These Variables are requred if you remove them in this cfg file you will get error's about not defined Variables !!! # ######################### -# if the packaga just supports X86 OR X86_64 (setupXX.ins delsubXX.ins uninstallXX.ins) then you have to just specify one MsiId +# if the packaga just supports X86 OR X86_64 (setupXX.ins delsubXX.ins uninstallXX.ins) then you have to just specify one UninstallProg OPSI_INI_SECTION[0]="X86" -OPSI_INI_OPTION[0]="MsiId" +OPSI_INI_OPTION[0]="UninstallProg" OPSI_INI_VALUE[0]="{XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX}" # OR OPSI_INI_SECTION[0]="X86_64" -OPSI_INI_OPTION[0]="MsiId" +OPSI_INI_OPTION[0]="UninstallProg" OPSI_INI_VALUE[0]="{XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX}" -# if the package supports X86 AND X86_64 (setup3264.ins delsub3264.ins uninstall3264.ins) then you have to specify 2 MsiId's +# if the package supports X86 AND X86_64 (setup3264.ins delsub3264.ins uninstall3264.ins) then you have to specify 2 UninstallProg's OPSI_INI_SECTION[0]="X86" -OPSI_INI_OPTION[0]="MsiId32" +OPSI_INI_OPTION[0]="UninstallProg32" OPSI_INI_VALUE[0]="{XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX}" # AND OPSI_INI_SECTION[1]="X86_64" -OPSI_INI_OPTION[1]="MsiId64" +OPSI_INI_OPTION[1]="UninstallProg64" OPSI_INI_VALUE[1]="{XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX}" diff --git a/sample/32bit64/installer/nolicense/builder-product.cfg b/sample/32bit64/installer/nolicense/builder-product.cfg index c8f35f6..f10115d 100644 --- a/sample/32bit64/installer/nolicense/builder-product.cfg +++ b/sample/32bit64/installer/nolicense/builder-product.cfg @@ -124,27 +124,27 @@ WINST_VALUE[1]="My content" # !!! These Variables are requred if you remove them in this cfg file you will get error's about not defined Variables !!! # ######################### -# if the packaga just supports X86 OR X86_64 (setupXX.ins delsubXX.ins uninstallXX.ins) then you have to just specify one MsiId +# if the packaga just supports X86 OR X86_64 (setupXX.ins delsubXX.ins uninstallXX.ins) then you have to just specify one UninstallProg OPSI_INI_SECTION[0]="X86" -OPSI_INI_OPTION[0]="MsiId" +OPSI_INI_OPTION[0]="UninstallProg" OPSI_INI_VALUE[0]="{XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX}" # OR OPSI_INI_SECTION[0]="X86_64" -OPSI_INI_OPTION[0]="MsiId" +OPSI_INI_OPTION[0]="UninstallProg" OPSI_INI_VALUE[0]="{XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX}" -# if the package supports X86 AND X86_64 (setup3264.ins delsub3264.ins uninstall3264.ins) then you have to specify 2 MsiId's +# if the package supports X86 AND X86_64 (setup3264.ins delsub3264.ins uninstall3264.ins) then you have to specify 2 UninstallProg's OPSI_INI_SECTION[0]="X86" -OPSI_INI_OPTION[0]="MsiId32" +OPSI_INI_OPTION[0]="UninstallProg32" OPSI_INI_VALUE[0]="{XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX}" # AND OPSI_INI_SECTION[1]="X86_64" -OPSI_INI_OPTION[1]="MsiId64" +OPSI_INI_OPTION[1]="UninstallProg64" OPSI_INI_VALUE[1]="{XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX}" diff --git a/sample/64bit/installer/license/builder-product.cfg b/sample/64bit/installer/license/builder-product.cfg index c8f35f6..f10115d 100644 --- a/sample/64bit/installer/license/builder-product.cfg +++ b/sample/64bit/installer/license/builder-product.cfg @@ -124,27 +124,27 @@ WINST_VALUE[1]="My content" # !!! These Variables are requred if you remove them in this cfg file you will get error's about not defined Variables !!! # ######################### -# if the packaga just supports X86 OR X86_64 (setupXX.ins delsubXX.ins uninstallXX.ins) then you have to just specify one MsiId +# if the packaga just supports X86 OR X86_64 (setupXX.ins delsubXX.ins uninstallXX.ins) then you have to just specify one UninstallProg OPSI_INI_SECTION[0]="X86" -OPSI_INI_OPTION[0]="MsiId" +OPSI_INI_OPTION[0]="UninstallProg" OPSI_INI_VALUE[0]="{XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX}" # OR OPSI_INI_SECTION[0]="X86_64" -OPSI_INI_OPTION[0]="MsiId" +OPSI_INI_OPTION[0]="UninstallProg" OPSI_INI_VALUE[0]="{XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX}" -# if the package supports X86 AND X86_64 (setup3264.ins delsub3264.ins uninstall3264.ins) then you have to specify 2 MsiId's +# if the package supports X86 AND X86_64 (setup3264.ins delsub3264.ins uninstall3264.ins) then you have to specify 2 UninstallProg's OPSI_INI_SECTION[0]="X86" -OPSI_INI_OPTION[0]="MsiId32" +OPSI_INI_OPTION[0]="UninstallProg32" OPSI_INI_VALUE[0]="{XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX}" # AND OPSI_INI_SECTION[1]="X86_64" -OPSI_INI_OPTION[1]="MsiId64" +OPSI_INI_OPTION[1]="UninstallProg64" OPSI_INI_VALUE[1]="{XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX}" diff --git a/sample/64bit/installer/nolicense/builder-product.cfg b/sample/64bit/installer/nolicense/builder-product.cfg index c8f35f6..f10115d 100644 --- a/sample/64bit/installer/nolicense/builder-product.cfg +++ b/sample/64bit/installer/nolicense/builder-product.cfg @@ -124,27 +124,27 @@ WINST_VALUE[1]="My content" # !!! These Variables are requred if you remove them in this cfg file you will get error's about not defined Variables !!! # ######################### -# if the packaga just supports X86 OR X86_64 (setupXX.ins delsubXX.ins uninstallXX.ins) then you have to just specify one MsiId +# if the packaga just supports X86 OR X86_64 (setupXX.ins delsubXX.ins uninstallXX.ins) then you have to just specify one UninstallProg OPSI_INI_SECTION[0]="X86" -OPSI_INI_OPTION[0]="MsiId" +OPSI_INI_OPTION[0]="UninstallProg" OPSI_INI_VALUE[0]="{XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX}" # OR OPSI_INI_SECTION[0]="X86_64" -OPSI_INI_OPTION[0]="MsiId" +OPSI_INI_OPTION[0]="UninstallProg" OPSI_INI_VALUE[0]="{XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX}" -# if the package supports X86 AND X86_64 (setup3264.ins delsub3264.ins uninstall3264.ins) then you have to specify 2 MsiId's +# if the package supports X86 AND X86_64 (setup3264.ins delsub3264.ins uninstall3264.ins) then you have to specify 2 UninstallProg's OPSI_INI_SECTION[0]="X86" -OPSI_INI_OPTION[0]="MsiId32" +OPSI_INI_OPTION[0]="UninstallProg32" OPSI_INI_VALUE[0]="{XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX}" # AND OPSI_INI_SECTION[1]="X86_64" -OPSI_INI_OPTION[1]="MsiId64" +OPSI_INI_OPTION[1]="UninstallProg64" OPSI_INI_VALUE[1]="{XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX}"