Horizon – Diff between revs 1 and 15

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 1 Rev 15
Line 269... Line 269...
269 #WriteRegDWORD HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\${COMPANYNAME} ${APPNAME}" "EstimatedSize" ${INSTALLSIZE} 269 #WriteRegDWORD HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\${COMPANYNAME} ${APPNAME}" "EstimatedSize" ${INSTALLSIZE}
Line 270... Line 270...
270   270  
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"
-   274  
-   275 DetailPrint "Running Bonjopur Setup..."
-   276 ExecWait '"$EXEDIR\Dpendencies\Bonjour\BonjourPSSetup.exe" /passive' $BonjourSetupError
273 #DetailPrint "Finished DirectX Setup" 277 DetailPrint "Finished DirectX Setup"
Line 274... Line 278...
274 sectionEnd 278 sectionEnd
Line 275... Line 279...
275 279