win-pvdrivers
changeset 499:31740cd55fb9
use shutdownmon from xp
author | James Harper <james.harper@bendigoit.com.au> |
---|---|
date | Fri Dec 19 22:09:08 2008 +1100 (2008-12-19) |
parents | e1663de619d3 |
children | 4ad013b88ecc |
files | installer.nsi |
line diff
1.1 --- a/installer.nsi Fri Dec 19 22:08:53 2008 +1100 1.2 +++ b/installer.nsi Fri Dec 19 22:09:08 2008 +1100 1.3 @@ -36,8 +36,8 @@ Section "Common Files" 1.4 File .\doc\xennet.txt 1.5 ExecWait 'NET STOP ShutdownMon' 1.6 StrCmp $ARCH_SPEC "amd64" amd64 1.7 - File .\target\winnet\i386\copyconfig.exe 1.8 - File .\target\winnet\i386\shutdownmon.exe 1.9 + File .\target\winxp\i386\copyconfig.exe 1.10 + File .\target\winxp\i386\shutdownmon.exe 1.11 File $%DDK_PATH%\redist\DIFx\DPInst\EngMui\x86\DPInst.exe 1.12 Goto amd64_done 1.13 amd64: 1.14 @@ -282,7 +282,6 @@ Function .onSelChange 1.15 Push $0 1.16 1.17 StrCpy $newarch $arch 1.18 -check_xp: 1.19 StrCmp $arch "winxp" check_2k3x32 1.20 SectionGetFlags ${winxp} $0 1.21 IntOp $0 $0 & ${SF_SELECTED}