cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Jessie_Chow
Level 4

Run MSI in Window NT 4.0

I work fine on Window XP but now i tried to work in on Window NT 4.0...\

It is crash and prompt drwaston...(msiexec.exe):confused:

Does msi is support in NT 4.0?

or i need to upgrade the Window Installer for NT 4.0?

Thx very much
Labels (1)
0 Kudos
(4) Replies
Christopher_Pai
Level 16

Turn on logging and see where it crashes.

msiexec /i foo.msi c:\install.log

While the core MSI functionality still supports NT 4, some of the additional functionality has dependencies that simply can't support NT 4 anymore. If NT 4 is really important, you have to identify where it's crashing, verify this is a dependency issue and then refactor.

Personally IMO NT4 was released in 1996 and shouldn't be supported any longer from an ISV perspective. From an IT perspective, NT 4 shouldn't be deployed at all due to security concerns.

http://en.wikipedia.org/wiki/Windows_NT_4.0
0 Kudos
Jessie_Chow
Level 4

I have try to input "msiexec /i foo.msi c:\install.log" in cmd..

but it does not work and show "Incorrect command line parameter"

As i use installshield 5.0 and 11 before with installscript, it is work fine in NT.

Now, I am using installshield 2009 with basic MSI to do the same thing
0 Kudos
TsungH
Level 12

If you have not, please refer to Command-Line Options for msiexec.exe command line options.
0 Kudos
Jessie_Chow
Level 4

Thx very much..

I have made it work now 🙂
0 Kudos