start the dos file assosziate script in an icon

This commit is contained in:
Mario Fetka 2013-03-18 18:27:05 +01:00
parent faf8abd29e
commit 750bfd3006
1 changed files with 4 additions and 4 deletions

View File

@ -73,7 +73,7 @@ else
ChangeDirectory "%SCRIPTPATH%" ChangeDirectory "%SCRIPTPATH%"
Winbatch_install_32 Winbatch_install_32
Sub_check_exitcode Sub_check_exitcode
Dosbatch_install_32 DosInAnIcon_install_32
Sub_check_exitcode Sub_check_exitcode
comment "Copy files" comment "Copy files"
Files_install_32 /32Bit Files_install_32 /32Bit
@ -89,7 +89,7 @@ else
ChangeDirectory "%SCRIPTPATH%" ChangeDirectory "%SCRIPTPATH%"
Winbatch_install_64 Winbatch_install_64
Sub_check_exitcode Sub_check_exitcode
Dosbatch_install_64 DosInAnIcon_install_64
Sub_check_exitcode Sub_check_exitcode
comment "Copy files" comment "Copy files"
Files_install_64 /64Bit Files_install_64 /64Bit
@ -104,7 +104,7 @@ endif
[Winbatch_install_32] [Winbatch_install_32]
msiexec /i "$Install32Msi$" /l* "$LogDir$\$ProductId$.install_log.txt" /qb! ALLUSERS=1 REBOOT=ReallySuppress msiexec /i "$Install32Msi$" /l* "$LogDir$\$ProductId$.install_log.txt" /qb! ALLUSERS=1 REBOOT=ReallySuppress
[Dosbatch_install_32] [DosInAnIcon_install_32]
@echo off @echo off
SET SC=HKLM\Software\Classes SET SC=HKLM\Software\Classes
@ -131,7 +131,7 @@ copy "$IniCfgFile$" "$InstallDir32$"
[Winbatch_install_64] [Winbatch_install_64]
msiexec /i "$Install64Msi$" /l* "$LogDir$\$ProductId$.install_log.txt" /qb! ALLUSERS=1 REBOOT=ReallySuppress msiexec /i "$Install64Msi$" /l* "$LogDir$\$ProductId$.install_log.txt" /qb! ALLUSERS=1 REBOOT=ReallySuppress
[Dosbatch_install_64] [DosInAnIcon_install_64]
@echo off @echo off
SET SC=HKLM\Software\Classes SET SC=HKLM\Software\Classes