Widow – Diff between revs 2 and 4

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 2 Rev 4
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 -  
Line 91... Line 90...
91 90
92 ; Get input from user 91 ; Get input from user
93 Pop $explString 92 Pop $explString
Line 265... Line 264...
265 # There is no option for modifying or repairing the install 264 # There is no option for modifying or repairing the install
266 WriteRegDWORD HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\${COMPANYNAME} ${APPNAME}" "NoModify" 1 265 WriteRegDWORD HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\${COMPANYNAME} ${APPNAME}" "NoModify" 1
267 WriteRegDWORD HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\${COMPANYNAME} ${APPNAME}" "NoRepair" 1 266 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 267 # 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} 268 #WriteRegDWORD HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\${COMPANYNAME} ${APPNAME}" "EstimatedSize" ${INSTALLSIZE}
270   -  
271 DetailPrint "Running DirectX Setup..." -  
272 ExecWait '"$EXEDIR\DirectX\DXSETUP.exe" /silent' $DirectXSetupError -  
273 DetailPrint "Finished DirectX Setup" -  
274 sectionEnd 269 sectionEnd
Line 275... Line 270...
275 270
Line 276... Line 271...
276 # Uninstaller 271 # Uninstaller