Click here to Skip to main content
15,891,888 members
Please Sign up or sign in to vote.
3.00/5 (2 votes)
how to use installshield 2009 for vc++ project
Posted

this is a really vague question, but i'll give it a shot:
1) compile your code as release
2) check your dependencies
3) InstallShield is a separate piece of software, so its not directly tied to studio
4) IS creates a project which consists of a main script (that you shouldn't have to edit by hand) and several resources
5) within IS, specify install directories and any registry settings
6) specify what files are to be installed and where (this is relatively easy, just look through resources)
7) add splash screen image
8) build the IS project and it'll compile like any other piece of code and give you errors or compile successfully
9) take the product of IS (which is an executable and compressed files, or single file installer, depending on options) and place in your distribution media

its pretty easy to do it just by looking through the windows... and remember that you don't really have to edit the IS script by hand (and probably shouldn't)
 
Share this answer
 
Comments
Espen Harlinn 10-Apr-11 15:10pm    
Nice reply, my 5
Your best source for this information is probably the InstallShield site. I'm sure they have user forums where you can get accurate answers for your questions.
 
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