Click here to Skip to main content
15,903,175 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi all,

how can i make to run automatically a file after installation process completed
what changes i have to do in msi file (VS)



Thanks & Regards
Sudheer.N
Posted

1 solution

Hi,
One solution which is very powerful is to use Installer class which is called Custom Installer. Using this class you can execute various codes in different phases of the installation. For more detail take a look at this page:

http://msdn.microsoft.com/en-us/library/system.configuration.install.installer(v=vs.100).aspx[^]

I hope it helps
Cheers
 
Share this answer
 
v2

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