vote up 0 vote down star

Does anyone know how to convert a .sql (scripts file) VS2008 to an embedded resource at runtime to be used in the Customs actions editor for install of database.

flag

1 Answer

vote up 1 vote down check

In Visual Stduio solution explorer right click the file, and pick properties... then set the build property to EmbeddedResource. Your installer component should then be able to read the Stream using the GetManifestResourceStream method of your assembly.

link|flag
I would want to set the build trype programatically – chugh97 Mar 26 at 13:53

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.