 |
| VB.NET General VB.NET discussions for issues that don't fall into other VB.NET forums. |
Welcome to the p2p.wrox.com Forums.
You are currently viewing the VB.NET section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
|
|
|
|

September 27th, 2008, 11:36 AM
|
|
Authorized User
|
|
Join Date: Sep 2008
Posts: 20
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
how do i distribute my programs to others ?
according to the wrox books .. to activate the setup wizard, you click (file) .. (add) .. (new project).
then choose (setup project).
there is no (setup project) to choose.
? how do i distribute my programs to others .. on cd ?
thanks
jerry gentry
jerry gentry .. i am not retired .. but after 47 years of computer programming .. i got so old that nobody will hire me anymore.
__________________
jerry gentry .. i am not retired .. but after 47 years of computer programming .. i got so old that nobody will hire me anymore.
|
|

September 27th, 2008, 11:45 AM
|
 |
Wrox Author
|
|
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
|
|
What version of Visual Studio are you using?
In VS 2008 Professional Edition, you find it under Other Project Types | Setup and Deployment.
I don't this option is available in the Express edition....
Imar
---------------------------------------
Imar Spaanjaars
http://Imar.Spaanjaars.Com
Everyone is unique, except for me.
Author of Beginning ASP.NET 3.5 : in C# and VB, ASP.NET 2.0 Instant Results and Dreamweaver MX 2004
Want to be my colleague? Then check out this post.
|
|

September 27th, 2008, 01:23 PM
|
|
Authorized User
|
|
Join Date: Sep 2008
Posts: 20
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
hi imar.
following the suggestions from my 09/02 post .. i downloaded vs-2008 - sp1 (express) and associated msdn files.
the problem may be that i only installed vb-2008.
after re-reading the wrox book, i noticed it said to start by opening (vs) and creating a new project .. i opened ( vb) and created the new project .. and from there, the instructions did not work .. there were no (setup) project to select.
i still have the (vs-2008) dvd's i burned to install vb-2008 on my development machine.
thanks
jerry .. wa0h
|
|

September 27th, 2008, 02:18 PM
|
 |
Wrox Author
|
|
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
|
|
The Express editions are free and as such are limited in what they offer (although I am always surprised at what you get for free.)
You may want to take a look here:
http://msdn.microsoft.com/en-us/vstu.../cc149003.aspx
Then click Build and Deployment Tools to expand it, turn your head 90 degrees to the left and then you'll see in the second table that Setup Projects are not available in the free editions. You need at least the Standard edition of Visual Studio in order to create installers.
Hope this helps,
Imar
---------------------------------------
Imar Spaanjaars
http://Imar.Spaanjaars.Com
Everyone is unique, except for me.
Author of Beginning ASP.NET 3.5 : in C# and VB, ASP.NET 2.0 Instant Results and Dreamweaver MX 2004
Want to be my colleague? Then check out this post.
|
|

September 29th, 2008, 10:14 AM
|
 |
Friend of Wrox
|
|
Join Date: Aug 2003
Posts: 5,407
Thanks: 0
Thanked 16 Times in 16 Posts
|
|
|
|

September 29th, 2008, 12:37 PM
|
|
Authorized User
|
|
Join Date: Sep 2008
Posts: 20
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
thanks imar .. for the bad news.
i knew microsoft was no friend to the little guy.
i can still use the standard version to learn on.
but .. i will have to spend 1 month of my retirement income just to buy the standard version so i can write and distribute software to my ham radio friends.
i have to distribute it on cd because the built-in databases contain millions of records and a lot of hams still use dial-up connections.
it is bad enough that i have to tell those who are still on windows 98 that they can no longer use my software.
oh well .. thats progress.
thanks again for your help .. the wrox books do (not) indicate what will not work on the express edition.
jerry .. wa0h
|
|

September 29th, 2008, 01:18 PM
|
 |
Friend of Wrox
|
|
Join Date: Aug 2003
Posts: 5,407
Thanks: 0
Thanked 16 Times in 16 Posts
|
|
Quote:
quote:Originally posted by jerryham
i knew microsoft was no friend to the little guy.
|
Not entirely true. They are friends to the little guy, as long as he has a big wallet.
-Peter
compiledthoughts.com
|
|

September 29th, 2008, 01:52 PM
|
 |
Wrox Author
|
|
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
|
|
Quote:
|
quote:They are friends to the little guy, as long as he has a big wallet.
|
Not entirely true either, I think. The Express Editions are very, very feature complete. You get an amazing amount of features for free.
Yes, they do not support every feature that the Standard, Pro, or Team System editions have, but IMO you get a lot for free.
And, as Peter pointed out, there are other, free alternatives available, including Wix: http://en.wikipedia.org/wiki/WiX
You didn't mention the book you got this from, but most books have a intro section that discusses these kind of things. Maybe the book targets Standard and Pro and above and was never meant to target the Express Editions?
Imar
---------------------------------------
Imar Spaanjaars
http://Imar.Spaanjaars.Com
Everyone is unique, except for me.
Author of Beginning ASP.NET 3.5 : in C# and VB, ASP.NET 2.0 Instant Results and Dreamweaver MX 2004
Want to be my colleague? Then check out this post.
|
|
 |