MSI Wrapper for a VBScript?

M

maximillianx

Has anyone put together an MSI wrapper for a VBScript? Does anyone have an
example MSI that I can take a look at?

I have pretty much zero experience with MSI, so any help is appreciated.

Thanks!
Rob
 
D

dennis

Hi,

This MAKEMSI script would do it:

#include "ME.MMH"
<$DirectoryTree Key="INSTALLDIR" Dir="c:\program files\SomeLocn"
CHANGE="\" PrimaryFolder="Y">
<$Files "*.vbs" DestDir="INSTALLDIR">


On top of that you'd want to do some once off customisation to set
user/company details, branding etc.

Bye,
Dennis Bareis
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top