How do I run my SQL script from .msi ??
-
Hiya I have a script that I want run when installing my app. How do I do this?? Thanks.
-
Hiya I have a script that I want run when installing my app. How do I do this?? Thanks.
IrishSonic wrote: How do I do this?? Create a project in .NET that contains an custom installer action. This article from MSDN should guide you in the right direction: Walkthrough: Using a Custom Action to Create a Database During Installation[^]
"If a man empties his purse into his head, no man can take it away from him, for an investment in knowledge pays the best interest." -- Joseph E. O'Donnell Not getting the response you want from a question asked in an online forum: How to Ask Questions the Smart Way!
-
IrishSonic wrote: How do I do this?? Create a project in .NET that contains an custom installer action. This article from MSDN should guide you in the right direction: Walkthrough: Using a Custom Action to Create a Database During Installation[^]
"If a man empties his purse into his head, no man can take it away from him, for an investment in knowledge pays the best interest." -- Joseph E. O'Donnell Not getting the response you want from a question asked in an online forum: How to Ask Questions the Smart Way!
Colin You are a star!! Cheers.