Click here to Skip to main content
15,888,521 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hey guys,I want to create a setup packet,with the vs2008 setup wizard. And I want to do
some other things while the app being installed. So I wonder if any methods exist for me to add my own code when create the packet and make it run while installation happening?Thanks a lot~
Posted
Comments
JackDingler 15-Nov-11 8:37am    
The short answer is yes. But the last time I needed to do this, I didn't have time to figure it out.

I'm looking forward to good advice on this one.
Caladium 15-Nov-11 9:01am    
I have another method to achieve the same goal: I put the initialization in another .exe file.The first time i run my app,decide if the initialization exe exists,if so ,create a process and after finishing initialization,delete it.
Karthickeyan.k 18-Nov-11 12:41pm    
There is a another way to achieve this...You can write a dll and execute it during installation, But be sure that you need to start this process before Installation begin method (I am considering InstallShield here, not sure about the VS 2008 setup).

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900