Click here to Skip to main content
15,881,413 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi
what is instalshield?How to use for .net applications?
Posted
Comments
adriancs 8-Jan-14 4:44am    
Good question
adriancs 8-Jan-14 4:47am    
What shield? can it resists sword attack?
Rob Philpott 8-Jan-14 4:55am    
Why don't you use google. There's a whole website devoted to it oddly enough.

If you aren't sure about what something is, the first thing to do is try Google:
InstallShield[^]
That leads to Wikipedia: InstallShield[^] which gives an overview.

Then, for .NET it's back to Google: InstallShield .NET[^] and that leads to loads of places:
http://helpnet.installshield.com/installshield18helplib/NetFrameworkPrereq.htm[^]
http://www.youtube.com/watch?v=Mgu0y34HsVM[^]
and so forth.

In future, please try to do at least basic research yourself, and not waste your time or ours...
 
Share this answer
 
Comments
Ron Beyer 8-Jan-14 23:05pm    
+5
InstallShield is a utility for creating installation packages. Using such an installer, you can generate scripts to do just about anything at installation time, from checking requirements to making registry entries to placing all application components in the right directories. In my experience, InstallShield is expensive and has had some major flaws over the years. With that said, I haven't used it in a while.

There are several alternatives to InstallShield. One my personal favorites is Inno Setup[^]. It's powerful and open source. You can pretty much do anything with it (from what I've seen). Only issue is that the learning curve is perhaps a little bigger than it would be with InstallShield.

[RB Edit: Fixed your link]
 
Share this answer
 
v2
Comments
Albert Holguin 8-Jan-14 23:02pm    
Thanks for the fix Ron!
Ron Beyer 8-Jan-14 23:05pm    
No prob, 5'd too.
Albert Holguin 8-Jan-14 23:12pm    
You should probably get a 5 for the assist as well... :) ...I didn't even notice the link wasn't working.
Ron Beyer 8-Jan-14 23:13pm    
Eh, not sure if adding a "p" to the end of the URL merits that many points :)

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