|
-
Jul 14th, 2002, 11:06 PM
#1
Thread Starter
^:^...ANGEL...^:^
Visual Studio Installer...
Can someone tell me how exactly I can create a package using Visual Studio Installer...???
Or has someone got a help file or read me file for how to create a package for VB 6...
Cheers...
-
Jul 14th, 2002, 11:12 PM
#2
Addicted Member
in your existing project, right-click on the solution item and select Add/New Project. Choose Setup project from the setup and deployment projects. You now have 2 projects in your solutoin, the original one and the setup project. To create a setup file, right click on the setup project and select Build. This creates a Windows installer file. Make sure you still have the normal project as your startup project. Hope this helps
-
Jul 14th, 2002, 11:13 PM
#3
Addicted Member
sorry. Didn't read the post. My reply was for VB.NET.pls disregard
-
Jul 16th, 2002, 02:50 AM
#4
Thread Starter
^:^...ANGEL...^:^
noop...
I think no one uses this product...
-
Jul 16th, 2002, 03:24 AM
#5
Banned
I think you mean the Package and Deploy wizard. Then do this:
compile your project into an .exe . Open the P&D wizard and select the .vbp file from your project. THen click on the button for creating a package. It shows a wizard, just follow it. If you need to add extra files to your distribution you can add them there and edit the destination paths.
When finished the Wizard gives you a setup file and a cab file.
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
|