start the dos file assosziate script in an icon
This commit is contained in:
parent
faf8abd29e
commit
750bfd3006
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user