|
-
Nov 23rd, 2009, 09:52 PM
#1
Thread Starter
Fanatic Member
create installer
hi can somebody tell me how to create an installer in Visual Stubio 2005 program that when install it shoould be outside program files... it should create a new folder in C:\ drive...
for example if my system is Sample System i want the source file and executable files should be only in C:\Sample\Source and Executable files here...
Please help.. this is urgent hoping the best answer....
Hope to see your responce
-
Nov 24th, 2009, 09:07 AM
#2
Member
Re: create installer
Dunno if you can change the pad.
I use an external install creator to do that
-
Nov 24th, 2009, 09:30 AM
#3
Re: create installer
What version of Visual Studio are you using? Express only comes with Click Once, and you have very few options on how that installs. If you are using Standard or higher, you can use the Setup project and then you can specify where files are installed as one of the properties on the setup project.
-
Nov 24th, 2009, 11:48 AM
#4
Re: create installer
Moved To Application Deployment
-
Nov 24th, 2009, 01:06 PM
#5
Fanatic Member
Visual Studio 2010 Professional | .NET Framework 4.0 | Windows 7
SERYSOFT.COM :: SysPad - Folder Management Program - Please comment HERE if you find this program useful, have ideas, or know of any bugs.
[Very useful for IT/DP departments where many folders are consistently accessed. Also contains a scratchpad window for quick access to notes.]
[.NET and MySQL Quick Guide]
-
Nov 27th, 2009, 02:33 PM
#6
Re: create installer
Hey,
You have multiple options available to you for this.
If you have the correct version of Visual Studio, then you can create a Setup and Deployment project, as already mentioned.
One package that I have been using lately is called Wix:
http://wix.sourceforge.net/
It takes a bit of getting used to, but it is very flexible! It requires far more knowledge than using a standard setup project though, so only go down this route if you are looking for heavy customization.
Gary
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|