From 750bfd3006090ac84ba8ca3d85607f7878f4e876 Mon Sep 17 00:00:00 2001 From: Mario Fetka Date: Mon, 18 Mar 2013 18:27:05 +0100 Subject: [PATCH] start the dos file assosziate script in an icon --- CLIENT_DATA/setup3264.ins | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CLIENT_DATA/setup3264.ins b/CLIENT_DATA/setup3264.ins index 4bc8e82..9e61404 100644 --- a/CLIENT_DATA/setup3264.ins +++ b/CLIENT_DATA/setup3264.ins @@ -73,7 +73,7 @@ else ChangeDirectory "%SCRIPTPATH%" Winbatch_install_32 Sub_check_exitcode - Dosbatch_install_32 + DosInAnIcon_install_32 Sub_check_exitcode comment "Copy files" Files_install_32 /32Bit @@ -89,7 +89,7 @@ else ChangeDirectory "%SCRIPTPATH%" Winbatch_install_64 Sub_check_exitcode - Dosbatch_install_64 + DosInAnIcon_install_64 Sub_check_exitcode comment "Copy files" Files_install_64 /64Bit @@ -104,7 +104,7 @@ endif [Winbatch_install_32] msiexec /i "$Install32Msi$" /l* "$LogDir$\$ProductId$.install_log.txt" /qb! ALLUSERS=1 REBOOT=ReallySuppress -[Dosbatch_install_32] +[DosInAnIcon_install_32] @echo off SET SC=HKLM\Software\Classes @@ -131,7 +131,7 @@ copy "$IniCfgFile$" "$InstallDir32$" [Winbatch_install_64] msiexec /i "$Install64Msi$" /l* "$LogDir$\$ProductId$.install_log.txt" /qb! ALLUSERS=1 REBOOT=ReallySuppress -[Dosbatch_install_64] +[DosInAnIcon_install_64] @echo off SET SC=HKLM\Software\Classes