Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Combine msi+.bat file

Status
Not open for further replies.

juliaislief

IS-IT--Management
Feb 13, 2003
1
0
0
NL
Hello,

I want to combine a msi package with a .bat file.
(.bat file makes a directory on the network)

What's the best way to do it ?

Thankx in advance.

Daniel
 
Why? Create an mst to make the directory and apply it to the msi on runtime. ===>
kip
 
compile the .bat file into an msi then call it using the script editor.
 
Create a custom action within the msi, that will call the .bat file. Custom Action type:call exe, Source:path specified by property, Property:%COMSPEC, Command Line: /C "C:\Program Files\*.bat or whatever.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top