Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6818485
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T21:11:03+00:00 2026-05-26T21:11:03+00:00

i am using VS 2010 and i am having trouble with clickonce deployment. My

  • 0

i am using VS 2010 and i am having trouble with clickonce deployment.

My goal is to Distribute application on DVD for users without internet connection to be able to install it. So it needs to include full installer of .NET framework 3.5 Client profile.

However, i am unable to achieve this.

From VS 2010 i choose publish wizard:

  1. Specify location to publish this applicaton:
    C:\ something\ something – this folder i will burn later to CD

  2. How will users install application?
    From CD{DVD

  3. the application will check for updates from following location:
    http://13874.w74.wedos.net/

And that is it, Publish wizard ends here.
So i create some aditional options:
Options->deployment
-Enable autorun for CDs
-Disable creation of publish.htm page

If i publish app, it is deployed to specified folder on my disk and can be installed from there.

But how do i include offline version of .net framework installer (I am Targeting .NET Framework 3.5)?

Thank you.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T21:11:04+00:00Added an answer on May 26, 2026 at 9:11 pm

    I managed to found solution for part of my question – how to include offline installer for .NET Framework 3.5. However, second part of my question – how to manage updates remains unanswered.

    How to include .NET Framework offline installer for 3.5:

    1. Under prerequisites (Properties->Publish->Prerequisites) make sure you have .Net framework 3.5 SP1 checked

    2. Check radiobutton “Download from same location as my application” in lower part of prerequisities dialog.

    3. Download .NET 3.5 full redistributable here http://go.microsoft.com/fwlink?LinkID=118080

    Here comes the main part. It is not enough to just have .net redistributable on same location as your app, there is slightly more to do.

    1. Unpack contents of installer from command line (command – “dotNetFx35.exe /x”)
    2. Choose directory to unpack via dialog shown.
    3. Copy CONTENTS of subdirectory WCU\dotNetFramework to
      a)x86 systems: %Program Files%\Microsoft SDKs\Windows\v6.0A\Bootstrapper\Packages\DotNetFx35SP1
      b)x64 systems: %ProgramFiles(x86)%\Microsoft SDKs\Windows\v6.0A\Bootstrapper\Packages\DotNetFx35SP1

    4. In the same locations there should be xml file prduct.xml, edit it as folows:
      A) Paste the following into the < PackageFiles > element:

    B) Find the element for < PackageFile Name=”dotNetFX30\XPSEPSC-x86-en-US.exe” and change the PublicKey value to: 3082010A0282010100A2DB0A8DCFC2C1499BCDAA3A34AD23596BDB6CBE2122B794C8EAAEBFC6D526C232118BBCDA5D2CFB36561E152BAE8F0DDD14A36E284C7F163F41AC8D40B146880DD98194AD9706D05744765CEAF1FC0EE27F74A333CB74E5EFE361A17E03B745FFD53E12D5B0CA5E0DD07BF2B7130DFC606A2885758CB7ADBC85E817B490BEF516B6625DED11DF3AEE215B8BAF8073C345E3958977609BE7AD77C1378D33142F13DB62C9AE1AA94F9867ADD420393071E08D6746E2C61CF40D5074412FE805246A216B49B092C4B239C742A56D5C184AAB8FD78E833E780A47D8A4B28423C3E2F27B66B14A74BD26414B9C6114604E30C882F3D00B707CEE554D77D2085576810203010001

    C) Find the element for < PackageFile Name=”dotNetFX30\XPSEPSC-amd64-en-US.exe” and change the PublicKey value to the same as in step above
    Save the product.xml file

    Thats it. Before that, when you attemp to publish it from visual studio it throws errors that it is unable to find variaus parts of .net 3.5 framework. Now it should work fine.

    More information at:
    http://download.microsoft.com/download/A/2/8/A2807F78-C861-4B66-9B31-9205C3F22252/VS2008SP1Readme.htm#General%20Issues
    Section 2.3.1.1. – Enable Samesite for the .NET Framework 3.5 SP1 bootstrapper package

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am having trouble debugging my XNA application, using VS 2010 ultimate and XNA
I'm having trouble creating a sharepoint project with .net 4.0. Using Visual Studio 2010,
I'm having trouble trying to print a document from a ASP.NET MVC3 application using
I'm using Visual Studio 2010 Express for C# and am having trouble installing the
I am having trouble injecting AutoMapper into an ASP.NET MVC 2 application using Ninject.
Using the SharePoint 2010 RC I am having issues canceling the deletion of a
I'm using Visual C# 2010 Express (final, not beta or anything) and I'm having
I'm having the following problem using the Visual Studio 2010 Team System Beta 1:
Problem I'm having trouble using XdcMake to generate XML documentation in a C++ project
I've been able to make a query using MS Access 2010 that does just

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.