Click here to Skip to main content
15,920,111 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I am new to VB2013 and I want to create an install routine to allow user to install to a particular location for all users. I could do this in previous versions with an install project but cannot find how to do this in VB2013.
Posted
Updated 21-Apr-15 5:03am
v2
Comments
Sergey Alexandrovich Kryukov 21-Apr-15 10:43am    
What do you mean by "install project"? Isn't that the one which have been bundled with Visual Studio?
How custom?
—SA

1 solution

Visual Studio 2013 does not contain the well-known installer projects.
But there is a successor: InstallShield LE.
You must install it before you can use it.
File -> New Project -> Other Project Types -> "Enable InstallShield Limited Edition".
When the installation is done
you will find "InstallShield Limited Edition Project"
under File -> New Project -> Other Project Types
 
Share this answer
 
v2
Comments
TheRealSteveJudge 21-Apr-15 10:55am    
Whoever downvoted my solution. Thank you!
Ray@CP 21-Apr-15 11:02am    
Many thanks.
TheRealSteveJudge 22-Apr-15 2:40am    
You're welcome!

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