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

i want publish my website with one exe file means i want run the this exe file (Using custom Actions) while installation the exe file have some steps to install project How can i do that
Posted

Well, it all depends on what you will need to run the site...

There are some considerations related to "publishing" a web site... i.e. if you need PHP and the computer in which you want to run it don't have a PHP motor installed you won't get it working...

Anyway, the best way to create an installation exe would be to use an installation software like inno setup[^] or installshield[^]...

with both of them you will be able to create an environment to install/copy/adjuts things... let's hope I've understood your requirement...

HTH!.
 
Share this answer
 
Comments
Pritesh Aryan 22-Apr-11 10:15am    
does installshield or inno setup is free?
Joan M 22-Apr-11 10:27am    
Inno setup is 100% free. Not sure about IS though...
Please go through these links. They are tutorials on how to make setup. They will help you out:
Creating Setup and Deployment Projects in VS.NET[^]
Visual Studio Setup Project[^]
How to make setup for .Net based application (C#,VB.Net)[^]
 
Share this answer
 

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