From 962b84fd884c1242c9a459d6a753dc7d280e27e9 Mon Sep 17 00:00:00 2001 From: Mario Fetka Date: Fri, 27 Sep 2019 01:49:54 +0200 Subject: [PATCH] correct exe install --- CLIENT_DATA/setup32.ins | 2 +- builder-product.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CLIENT_DATA/setup32.ins b/CLIENT_DATA/setup32.ins index 55a8750..8462c84 100644 --- a/CLIENT_DATA/setup32.ins +++ b/CLIENT_DATA/setup32.ins @@ -76,7 +76,7 @@ else endif [Winbatch_install] -"$InstallExe$" /install /silent /launchopera 0 /desktopshortcut 0 /setdefaultbrowser 0 /quicklaunchshortcut 0 /allusers +"$InstallExe$" /SILENT /norestart /allusers=yes /launchopera=no /desktopshortcut=no /setdefaultbrowser=no /pintotaskbar=no [Files_install] ; copy the ini file to the InstallDir diff --git a/builder-product.cfg b/builder-product.cfg index 658dd4f..1c89c60 100644 --- a/builder-product.cfg +++ b/builder-product.cfg @@ -28,5 +28,5 @@ ICON_DL_INDEX=0 OPSI_INI_SECTION[0]="X86" OPSI_INI_OPTION[0]="UninstallProg" -OPSI_INI_VALUE[0]="launcher.exe" +OPSI_INI_VALUE[0]="Launcher.exe"