Windows Develop Bookmark and Share   
 index > ClickOnce and Setup & Deployment Projects > Deploy .net framework 3.5 with ClickOne and Visual Basic Express Edition 2008
 

Deploy .net framework 3.5 with ClickOne and Visual Basic Express Edition 2008

Hi there,

Ideveloped an application withVisual Basic Express Edition 2008. To successfully deploy my application I understand that I haveto deploy the .net framework 3.5 SP1.

I want to include the .net framework into the set up so during the installation no internet connection is required.

I tried to include the .net framework as a prerequisite as described here (http://msdn.microsoft.com/en-us/library/ms172611.aspx) (with the "Download prerequisites from the same location as my application" option checked)but it ends up with errors during the publication.

Here is the kind of error I get "Error 2 The install location for prerequisites has not been set to 'component vendor's web site' and the file 'DotNetFX35SP1\dotNetFX20\aspnet.msp' in item '.NET Framework 3.5 SP1' can not be located on disk."

I can cancel this type of error by providing the missing component (in this error case aspnet.msp) in C:\Program Files\Microsoft SDKs\..\DotNetFX35SP1\.. however I couldn't find this component anywhere. I guess it is part of the .net framework. I have almost 50 composents like this that are missing.

How do I get the right components at the right location?

Charly

Charly23  Thursday, October 02, 2008 12:20 AM

Charly,

by default, .NET FX 3.5 SP1 only has the web install. if you want to include it with your setup, you have to follow the instructions at

http://download.microsoft.com/download/A/2/8/A2807F78-C861-4B66-9B31-9205C3F22252/VS2008SP1Readme.htm

See: 2.3.1.1 Enable Samesite for the .NET Framework 3.5 SP1 bootstrapper package

m.
Mary Lee - MSFT  Thursday, October 02, 2008 2:32 AM

I first posted a question on the "VB express edition" forum and then my post was moved to the "ClickOnce and Setup & Deployment Projects" forum. I found what I was looking for. You can find the post at http://forums.microsoft.com/Forums/ShowPost.aspx?PostID=3938509&SiteID=1

It is actually possible but tricky.

Charly23  Friday, October 03, 2008 7:07 PM

Charly,

by default, .NET FX 3.5 SP1 only has the web install. if you want to include it with your setup, you have to follow the instructions at

http://download.microsoft.com/download/A/2/8/A2807F78-C861-4B66-9B31-9205C3F22252/VS2008SP1Readme.htm

See: 2.3.1.1 Enable Samesite for the .NET Framework 3.5 SP1 bootstrapper package

m.
Mary Lee - MSFT  Thursday, October 02, 2008 2:32 AM

I first posted a question on the "VB express edition" forum and then my post was moved to the "ClickOnce and Setup & Deployment Projects" forum. I found what I was looking for. You can find the post at http://forums.microsoft.com/Forums/ShowPost.aspx?PostID=3938509&SiteID=1

It is actually possible but tricky.

Charly23  Friday, October 03, 2008 7:07 PM

Charly,

by default, .NET FX 3.5 SP1 only has the web install. if you want to include it with your setup, you have to follow the instructions at

http://download.microsoft.com/download/A/2/8/A2807F78-C861-4B66-9B31-9205C3F22252/VS2008SP1Readme.htm

See: 2.3.1.1 Enable Samesite for the .NET Framework 3.5 SP1 bootstrapper package

m.

Mary Lee,
I've a similar problem.
I want to creat an instalation package with...

. The application setup.exe and msi.
. The DB .mdf and .log files
. The Installer redistribuible package (spanish)
. The FW 3.5 SP1 redistribuible package (spanish)
. The SQLExpress 2005 SP 2 redistribuible package (spanish)

All in a DVD.

But, if I choose in "Prerequisites" Download prerequisites from the same location as my application or the follow location"

I get 59errors, all the same...in spanish

La ubicación de instalación de los requisitos previos no se ha establecido en el 'sitio web del proveedor del componente' y no se encuentra el archivo 'DotNetFX35SP1\dotNetFX20\aspnet_64.msp' del elemento '.NET Framework 3.5 SP1' en el disco. Vea la Ayuda para obtener más información.E:\Desarrollos\VS2008\Arbros\ValDim\ValvulaNPSetup\ValvulaNPSetup.vdprojArbrosValvulas



HOW CREATE A DVD ClickOnce???

Please help me, thank in advance.

PD: I have a full version of VS2008Spanish and a full version SQL 2005 but deploy the Express Version.

SORY my english.

Edgardo Multare
edmultare@gmail.com


EdMul  Sunday, September 13, 2009 2:47 PM

You aren't using ClickOnce; you're using a setup & deployment package. So you really want to create a DVD for a setup & deployment package install, right?

RobinDotNet


Click here to visit my ClickOnce blog!
RobinDotNet  Friday, September 25, 2009 3:38 AM

You can use google to search for other answers

Custom Search

More Threads

• Error on installation folder manual change
• Can we disable the "Check for updates" of ClickOnce and do it with code...
• Signed successfully, but "Unknown Publisher" dialog showing
• Clickonce cd installation fails when update url is unavailable.
• ClickOnce without Install button
• Sourcepath in Setup Project is always changed from Relative to Absolute Path
• Cannot upgrade app.exe.config during install if it has been modified by the user
• how to create a setup without 2.0 framework installation?
• ClickOnce error message when adding a new build
• Minimise Command Line Application