Article ID: 943316 - Last Review: October 11, 2007 - Revision: 1.0
Engyro Connectors for MOM 2005: 64-bit Web config Installation
Rapid publishing disclaimer
Microsoft corporation and/or its respective suppliers make no representations about the suitability, reliability, or accuracy of the information and related graphics contained herein. All such information and related graphics are provided "as is" without warranty of any kind. Microsoft and/or its respective suppliers hereby disclaim all warranties and conditions with regard to this information and related graphics, including all implied warranties and conditions of merchantability, fitness for a particular purpose, workmanlike effort, title and non-infringement. You specifically agree that in no event shall Microsoft and/or its suppliers be liable for any direct, indirect, punitive, incidental, special, consequential damages or any damages whatsoever including, without limitation, damages for loss of use, data or profits, arising out of or in any way connected with the use of or inability to use the information and related graphics contained herein, whether based on contract, tort, negligence, strict liability or otherwise, even if Microsoft or any of its suppliers has been advised of the possibility of damages.INTRODUCTION
The article describes 64-bit Web config Installation.
MORE INFORMATION
To run installer with logfile
msiexec -l*v c:\logfile.log /i <*.msi>
To get the web config installed on the 64-bit server we need to do following steps:
msiexec -l*v c:\logfile.log /i <*.msi>
To get the web config installed on the 64-bit server we need to do following steps:
- Copy the cscript.exe from c:\windows\system32 directory to c:\windows\syswow64 dir. Make sure that you rename the existing cscript.exe in syswow64 directory.
- Copy all iis*.vbs from system32 directory to syswow64 dir. There should not be any existing script files so this will add those missing script files.
- Run the msi to install web config.
- Remove the copied cscript.exe and rename the original cscript.exe.
Note: This article is from Microsoft Knowledage Base
Related problems posted by other users | |
| more... |

