Windows 8 fix

This commit is contained in:
Peter Singer
2013-04-03 18:08:25 +02:00
parent 0f7e1e1e4c
commit 5512f521fd
3 changed files with 44 additions and 37 deletions

View File

@@ -96,7 +96,7 @@ else
endif
endif
DosInAnIcon_install
Dosbatch_install
Sub_check_exitcode
comment "Copy files"
Files_install_32 /32Bit
@@ -121,7 +121,7 @@ else
endif
endif
DosInAnIcon_install
Dosbatch_install
Sub_check_exitcode
comment "Copy files"
Files_install_64 /64Bit
@@ -140,7 +140,7 @@ endif
@echo off
dism /online /enable-feature /featurename:NetFx3 /All /Source:%ScriptPath%\Install\NET8 /LimitAccess
[DosInAnIcon_install]
[Dosbatch_install]
@echo off
%ScriptDrive%
cd "%ScriptPath%\Install"
@@ -149,12 +149,12 @@ WinPKG.exe
[Files_install_32]
; copy the ini file to the InstallDir
copy "$IniCfgFile$" "$InstallDir32$"
copy -s "%ScriptPath%\Install\WinPKG.exe" "$InstallDir32$"
copy "%ScriptPath%\Install\WinPKG.exe" "$InstallDir32$"
[Files_install_64]
; copy the ini file to the InstallDir
copy "$IniCfgFile$" "$InstallDir64$"
copy -s "%ScriptPath%\Install\WinPKG.exe" "$InstallDir64$"
copy "%ScriptPath%\Install\WinPKG.exe" "$InstallDir64$"
[Registry_install]
; Example of setting some values of an registry key: