How to execute a command from with in MSI?
Posted
by okhalid
on Stack Overflow
See other posts from Stack Overflow
or by okhalid
Published on 2009-07-15T21:23:39Z
Indexed on
2010/03/30
23:03 UTC
Read the original article
Hit count: 397
msi
|command-line
Hi,
I have a installation setup with works like this: /exec.exe /some-command
This whole setup is located on a shared disk to which my target machine have access to. All i want is to create a small MSI wrapper that basically executes the above command. I don't need to any other fancy things?
I looked up on the web; there are tools that create MSI for you but they generate huge amount of other things with them as well.
My need is very simple and straight forward. It would be great if some could help me with this issue.
Thanks, Omer
© Stack Overflow or respective owner