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

  • Home
  • SEARCH
  • 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 8168509
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T20:33:03+00:00 2026-06-06T20:33:03+00:00

I am using visual c# express 2010. I need an installer that will allow

  • 0

I am using visual c# express 2010. I need an installer that will allow a person to choose where to install the application, and as well as install the .Net framework.. I also need customize what the nstaller looks like.. Are there any installers I can use that are easy to use? I am 16, so I am not that good at installers and stuff.

  • 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-06-06T20:33:05+00:00Added an answer on June 6, 2026 at 8:33 pm

    Seeing how young you are I’m guessing that this should be free or as close to free as possible. There are several options for making installers with free software though.

    Wix (http://wix.sourceforge.net/) is an xml based solution which lets you quite quicly put up a simple installer and is supported (or maybe even run?) by Microsoft. I’ve tried it on a few occasions but never really tried to customize it a part from switching the logo.

    I personaly prefer NSIS (http://nsis.sourceforge.net/) since it gives you a full scripting language (even though it might not look like much from the start) but it allows you to customize your installer in an excellent way. Below is a quick sample of how little is needed for a basic installer (borrowed from Wikipedia)

    !include MUI.nsh
    Name "My installer"
    OutFile "setup.exe"
    !insertmacro MUI_PAGE_WELCOME
    !insertmacro MUI_PAGE_LICENSE "license.rtf"
    !insertmacro MUI_PAGE_DIRECTORY
    !insertmacro MUI_PAGE_COMPONENTS
    !insertmacro MUI_PAGE_INSTFILES
    !insertmacro MUI_PAGE_FINISH
    !insertmacro MUI_LANGUAGE "English"
    !insertmacro MUI_LANGUAGE "German"
    !insertmacro MUI_LANGUAGE "French"
    Section "Extract makensis"
      SetOutPath $INSTDIR
      File ..\makensis.exe
    SectionEnd
    

    Another option I’ve been hearing a lot of good about is InnoSetup (http://www.jrsoftware.org/isinfo.php) though I haven’t tested it myself and can’t really vouch for anything about it.

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

Sidebar

Related Questions

I am using Visual C# Express 2008 and I have an application that starts
I am wondering if I can use VB.NET(I am using visual studio 2010 express)
I am using Visual C# Express 2010 to develop an application for the Unity3D
I'm using Visual Basic 2010 Express. I have a form that can be minimized.
I'm using VB.Net and Visual Basic Express 2010. I'm looking to create a single
I am using Visual Studio Express 2010, C# I have a div and need
I have written a program using Microsoft Visual C# 2010 Express. I need to
I'm using Visual C# 2010 Express (final, not beta or anything) and I'm having
using Visual.Web.Developer.2010.Express; using SQL.Server.Management.Studio.2008.R2; What I'm ultimately trying to do is update a sql
using Visual.Web.Developer.2010.Express; using SQL.Server.Management.Studio.2008.R2; Kinda new at C# here.. I got the first row

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.