Mehyar Posted June 25, 2003 Posted June 25, 2003 Does any one know how can we execute a certain application during the installation of another .net application?? I have a windows forms project, i need for certain code to run to create a specific user for my application when the user installs my project. Thanks In Advance Quote Dream as if you'll live forever, live as if you'll die today
*Gurus* divil Posted June 25, 2003 *Gurus* Posted June 25, 2003 Are you using the setup and deployment project in Visual Studio? If so, you can highlight your project in the solution explorer and click the Custom Actions editor button at the top of the treeview to open the editor where you can specify executables to be run at various install stages. Quote MVP, Visual Developer - .NET Now you see why evil will always triumph - because good is dumb. My free .NET Windows Forms Controls and Articles
JABE Posted June 25, 2003 Posted June 25, 2003 Perhaps what you need are Customs Actions. Try looking at http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vsintro7/html/vbconthecustomactionseditor.asp. Quote
Mehyar Posted June 25, 2003 Author Posted June 25, 2003 Well, i have an executable windows application that creates a user and i tried it and it works fine i selected custom actions and added this executable but it didnt work :( . Can u provide me with a more detailed explanation on how to solve it. I would greatly appreciate it... Quote Dream as if you'll live forever, live as if you'll die today
Mehyar Posted June 26, 2003 Author Posted June 26, 2003 Ok guys it worked, thx for the help... Quote Dream as if you'll live forever, live as if you'll die today
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.