Widow

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 3  →  ?path2? @ 4
/trunk/Widow/installer.nsis
@@ -87,7 +87,6 @@
Var /GLOBAL explTmp2
Var /GLOBAL explTmp3
Var /GLOBAL explArrCount
Var /GLOBAL DirectXSetupError
; Get input from user
Pop $explString
@@ -267,10 +266,6 @@
WriteRegDWORD HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\${COMPANYNAME} ${APPNAME}" "NoRepair" 1
# Set the INSTALLSIZE constant (!defined at the top of this script) so Add/Remove Programs can accurately report the size
#WriteRegDWORD HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\${COMPANYNAME} ${APPNAME}" "EstimatedSize" ${INSTALLSIZE}
 
DetailPrint "Running DirectX Setup..."
ExecWait '"$EXEDIR\DirectX\DXSETUP.exe" /silent' $DirectXSetupError
DetailPrint "Finished DirectX Setup"
sectionEnd
# Uninstaller