Horizon – Diff between revs 19 and 29

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 19 Rev 29
Line 266... Line 266...
266 WriteRegDWORD HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\${COMPANYNAME} ${APPNAME}" "NoModify" 1 266 WriteRegDWORD HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\${COMPANYNAME} ${APPNAME}" "NoModify" 1
267 WriteRegDWORD HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\${COMPANYNAME} ${APPNAME}" "NoRepair" 1 267 WriteRegDWORD HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\${COMPANYNAME} ${APPNAME}" "NoRepair" 1
268 # Set the INSTALLSIZE constant (!defined at the top of this script) so Add/Remove Programs can accurately report the size 268 # Set the INSTALLSIZE constant (!defined at the top of this script) so Add/Remove Programs can accurately report the size
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   -  
271 #DetailPrint "Running DirectX Setup..." -  
272 #ExecWait '"$EXEDIR\DirectX\DXSETUP.exe" /silent' $DirectXSetupError -  
273 #DetailPrint "Finished DirectX Setup" -  
274   270  
275 DetailPrint "Running Bonjopur Setup..." 271 DetailPrint "Running Bonjopur Setup..."
276 ExecWait '"$EXEDIR\redist\Bonjour\BonjourPSSetup.exe" /passive' $BonjourSetupError 272 ExecWait '"$EXEDIR\redist\Bonjour\BonjourPSSetup.exe" /passive' $BonjourSetupError
277 DetailPrint "Finished DirectX Setup" 273 DetailPrint "Finished Bonjour Setup"
Line 278... Line 274...
278 sectionEnd 274 sectionEnd
Line 279... Line 275...
279 275