only install classic startmenu

This commit is contained in:
Mario Fetka 2013-05-04 20:14:59 +02:00
parent f8add3d1a0
commit d2694a2011
1 changed files with 2 additions and 2 deletions

View File

@ -98,7 +98,7 @@ else
endif
[Winbatch_install_32]
"$InstallExe$" /l* "$LogDir$\$ProductId$.install_log.txt" /qb ALLUSERS=1 REBOOT=ReallySuppress
"$InstallExe$" /l* "$LogDir$\$ProductId$.install_log.txt" /qb ADDLOCAL=ClassicStartMenu ALLUSERS=1 REBOOT=ReallySuppress
[Files_install_32]
; copy the ini file to the InstallDir
@ -109,7 +109,7 @@ copy "$IniCfgFile$" "$InstallDir32$"
; copy -s "%ScriptPath%\files\*.*" "$InstallDir32$"
[Winbatch_install_64]
"$InstallExe$" /l* "$LogDir$\$ProductId$.install_log.txt" /qb ALLUSERS=1 REBOOT=ReallySuppress
"$InstallExe$" /l* "$LogDir$\$ProductId$.install_log.txt" /qb ADDLOCAL=ClassicStartMenu ALLUSERS=1 REBOOT=ReallySuppress
[Files_install_64]
; copy the ini file to the InstallDir