Winamp & Shoutcast Forums

Winamp & Shoutcast Forums (http://forums.winamp.com/index.php)
-   NSIS Discussion (http://forums.winamp.com/forumdisplay.php?f=65)
-   -   Installing MSXML3 (http://forums.winamp.com/showthread.php?t=260405)

TJK 25th November 2006 23:33

Installing MSXML3
 
Hi

Has anyone already installed MSXML3 from an NSIS script and if so could they point me in the right direction so tat I can conform with MS licence agreements?

Thanks

Tim

n_baua 27th November 2006 06:14

I have installed other MS products not the MSXML3, I am not sure if it is MSI or an exe...
Still for your ref.

use for exe
ExecWait '"NameoftheMSXML3.exe"' $0 ;$0 for error flag

use for MSI
ExecWait 'MSIEXEC.EXE "NameoftheMSXML3.msi" /qn /norestart' $0

Try with this if it helps...

TJK 2nd December 2006 17:53

Thanks NBaua, I'll give it a try.

Tim


All times are GMT. The time now is 17:32.

Copyright © 1999 - 2010 Nullsoft. All Rights Reserved.