Horizon – Diff between revs 18 and 19

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 18 Rev 19
Line 85... Line 85...
85 Var /GLOBAL explOffset 85 Var /GLOBAL explOffset
86 Var /GLOBAL explTmp 86 Var /GLOBAL explTmp
87 Var /GLOBAL explTmp2 87 Var /GLOBAL explTmp2
88 Var /GLOBAL explTmp3 88 Var /GLOBAL explTmp3
89 Var /GLOBAL explArrCount 89 Var /GLOBAL explArrCount
90 #Var /GLOBAL DirectXSetupError 90 Var /GLOBAL BonjourSetupError
Line 91... Line 91...
91 91
92 ; Get input from user 92 ; Get input from user
93 Pop $explString 93 Pop $explString
Line 271... Line 271...
271 #DetailPrint "Running DirectX Setup..." 271 #DetailPrint "Running DirectX Setup..."
272 #ExecWait '"$EXEDIR\DirectX\DXSETUP.exe" /silent' $DirectXSetupError 272 #ExecWait '"$EXEDIR\DirectX\DXSETUP.exe" /silent' $DirectXSetupError
273 #DetailPrint "Finished DirectX Setup" 273 #DetailPrint "Finished DirectX Setup"
Line 274... Line 274...
274   274  
275 DetailPrint "Running Bonjopur Setup..." 275 DetailPrint "Running Bonjopur Setup..."
276 ExecWait '"$EXEDIR\Bonjour\BonjourPSSetup.exe" /passive' $BonjourSetupError 276 ExecWait '"$EXEDIR\redist\Bonjour\BonjourPSSetup.exe" /passive' $BonjourSetupError
277 DetailPrint "Finished DirectX Setup" 277 DetailPrint "Finished DirectX Setup"
Line 278... Line 278...
278 sectionEnd 278 sectionEnd