Cvs Commit: cvsnt
| Newsgroups | gmane.comp.version-control.cvs.windows-nt.cvs |
|---|---|
| Message-ID | <276552fa87f0b29@obrien> |
CVSROOT: /cvs Module name: cvsnt Changes by: [email protected] Thu Apr 16 12:31:06 2015 On host: mail.march-hare.com Directory: cvsnt/installer M cvs-suite-installer.wxs CVSNT_BRANCH_2_8_01_3761 1.1.2.13.4.33.2.8 -> 1.1.2.13.4.33.2.9 Bug Id: 6042 M wizard.wxs CVSNT_BRANCH_2_8_01_3761 1.1.2.11.2.6 -> 1.1.2.11.2.7 Bug Id: 6042 Log message: Bug6042: This patch fixes problems with the installer calling wizcfg/wizvista to copy the ntsetuid/setuid dll on x64 windows 2008r2. It's still not ideal, but it does work. We now get 4 event logs: CVS Suite Server Configurator Wizard cannot copy blank filename (native). CVS Suite Server Configurator Wizard cannot copy blank filename (native). CVS Suite Server Configurator Wizard copied C:\Program Files (x86)\CVS Suite\CVSNT\x64\ntsetuid.dll to C:\Windows\system32\ntsetuid.dll [6.1.0]. CVS Suite Server Configurator Wizard copied C:\Program Files (x86)\CVS Suite\CVSNT\x64\setuid.dll to C:\Windows\system32\setuid.dll [6.1.0]. I think maybe changing the call back to Before="InstallFinalize" may get it back to just 2 calls, but it's not critical, eg: that could be fixed in suite 2010. Not only do the messages appear in the event log, but the actual files are updated in SYSTEM32 (without the need for a copy+delayed rename).