Seeker01
03-26-03, 07:09 PM
The file is *.msi ,
how to install it ?
how to install it ?
|
|
View Full Version : MSN Messenger for Windows XP 5.0.0543 Seeker01 03-26-03, 07:09 PM The file is *.msi , how to install it ? testify 03-26-03, 07:50 PM In XP or 2000 you should just be able to double-click it. It's an installation package file. If your file association is screwed up the file should be associated with msiexec.exe. Go into My Computer -> Tools -> Folder Options... -> File Types Tab -> Scroll down to the MSI extension (if there is one) -> Click the Advanced button -> Click the New button -> The action should be "open" (without the quotes) and the Application used should be this: "(windir)\System32\msiexec.exe" /i "%1" %* (That requires the quotes. (windir) is the windows directory...for some reason I can't remember whether is it C:\winnt or C:\windows) |