Old 25th November 2006, 23:33   #1
TJK
Junior Member
 
Join Date: Jun 2006
Posts: 17
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
TJK is offline   Reply With Quote
Old 27th November 2006, 06:14   #2
n_baua
Member
 
Join Date: Aug 2006
Posts: 86
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...
n_baua is offline   Reply With Quote
Old 2nd December 2006, 17:53   #3
TJK
Junior Member
 
Join Date: Jun 2006
Posts: 17
Thanks NBaua, I'll give it a try.

Tim
TJK is offline   Reply With Quote
Reply
Go Back   Winamp & Shoutcast Forums > Developer Center > NSIS Discussion

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump