Create simple deployment dynamically at runtime

calla

New member
Joined
Oct 31, 2007
Messages
1
Programming Experience
1-3
Hello,

I need to find out how to create an exe to deploy the contents of a folder using vb.net.
We have an admin tool for a website which creates exes that deploy files which can be downloaded by users and installed on their machines.. the files are usually videos or images.
The files to be deployed change so much that we need to develop something which can pick up the files from a folder and create an exe from this.

I have been looking at the windows installer functions, but I don't think this is possible at runtime.

Can anyone help?
 
Back
Top