Jump to content
Xtreme .Net Talk

How 2 create deployment & include .Net Framework? (seems impossible)


Recommended Posts

Guest AnakinVB
Posted

Hello,

I have tried and tried at work and at home to create an installation of a VB.Net "Hello World" program and I get stuck at the same place every time.

DerekStone pointed me VB.NET's instructions on this. I followed them to the letter and the installation/deployment does not work. No matter what I do I get a message saying that my program is missing the .Net Framework. Per the VB.Net help directions, I selected the Bootstrapper drop-down list and chose the "Windows Installer Bootstrapper" before building my installer.

 

I have spent 2 weeks trying to create an installation/setup/deployment. I have followed every bit of advice on the forums. But everyone has pointed me toward the help system which I have followed to the letter.

 

A) ***Can someone PLEASE try to create an installation/setup/deployment of "Hello World" for me and tell me how they did it?

B) How do you include the .Net Framework?

Both the instructions from the .Net help system and from my book do not work - no matter how many times I try.

Please help,

-Anakin

  • *Gurus*
Posted

When the warning comes up saying your installation does not include the .net framework, that doesn't mean the build has failed. If you look in the Debug or Release folder under your deployment project, you'll find your setup files.

 

If you really want to modify your setup package to automatically install the .net framework on installation (not strictly needed) follow this url:

 

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnnetdep/html/redistdeploy.asp

MVP, Visual Developer - .NET

 

Now you see why evil will always triumph - because good is dumb.

 

My free .NET Windows Forms Controls and Articles

Guest slisbin
Posted
The message says that the installation will not run without the user first running dotnetfx.exe which is a 21mb file. Is this the case??
Guest slisbin
Posted
I was unaware of that when I bought it last week. Makes it very difficult to distribute something small.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...