Question Run an exe or msi added to resources?

Vermiculus

Well-known member
Joined
Jul 28, 2008
Messages
55
Location
Baltimore
Programming Experience
1-3
I've tried to do this, but I just can't seem to access it from the My.Resources class. I have other resources such as images and text files, but this exe's and msi's seemed to be stripped out. :(

Any suggestions?
 
One way to do it is to have the MSI resource be outputted to the same dir as the exe file, then in your app use the Application.StartupPath to get the root folder to run the MSI file.
 
Back
Top