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 6645897
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T00:20:47+00:00 2026-05-26T00:20:47+00:00

How can the setup files and prerequisite files from a vs2010 setup project be

  • 0

How can the setup files and prerequisite files from a vs2010 setup project be merged together?
..in my release directory there are 3 files:

setup.exe
Setup1.msi
DotNetFX40Client/dotNetFx40_Client_x86_x64.exe

and I need these files to be in one simple setup file.

I tried using IExpress tool from windows but it doesn’t work because “dotNetFx40_Client_x86_x64.exe” is inside a directory, and the tool does not support it.

Is there any way to make setup.exe look for the .net framework prerequisite in the root folder
so I can use the IExpress tool??And if not, is there any other way to merge these files into a single installer?

Thanks in advance!!
Cheers!

  • 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-26T00:20:47+00:00Added an answer on May 26, 2026 at 12:20 am

    Make use of the NSIS installer – you may find it here, there’s tutorials to be a plenty from here. Here’s an example of the syntax adopted to your usage scenario:

    (...)
    SetOutPath "$INSTDIR\resources"
    SetOverwrite off
    File "setup.exe"
    File "setup1.msi"
    File "DotNetFX40Client/dotNetFx40_Client_x86_x64.exe"
    (...)
    Exec "$INSTDIR\resources\setup.exe"
    

    The NSI file is then compiled into a single file installer that includes all your material in one exe – the functionality of that exe file can be anywhere in between simply unpackaging and executing your own setup.exe file and a full custom installer (can’t see why you would want that in your case).

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

Sidebar

Related Questions

Possible Duplicate: VS2008 Setup Project: Shared (By All Users) Application Data Files? Please can
I have both VS2008 and VS2010 Setup projects that create .MSI files. On server
How can I debug a .NET setup project?
From where I can download Turbo C++ setup, the one with blue srceen which
Is there any way/SW-tool that can be used to monitor a directory for changes
Can anybody provide some instruction on how to setup a war file to show
Can I setup a custom MIME type through ASP.NET or some .NET code? I
How can I setup a shared ccache without falling into a permissions problem? I
How can I setup a default value to a property defined as follow: public
I can correctly setup up a windows hook, but I get confused by the

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.