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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T07:00:17+00:00 2026-05-16T07:00:17+00:00

I have a setup project that I’m working with and have added a EULA

  • 0

I have a setup project that I’m working with and have added a EULA to the User Interface. I need to support both unattended (command line) installation as well as GUI install via running setup. The EULA is enforced in the GUI install but not in the unattended one.

Currently I’m running the command line installation in the following format passing in parameters used in a custom action:

MSIEXEC /i ProjectSetup.msi /qn /l* log.txt Param1=”Foo” Param2=Bar

Worst case I suppose I could require an additional parameter “AcceptEULA” and bomb out of the install if it’s not found when we’re doing a command line installation. Any guidance anyone can provide is greatly appreciated.

  • 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-16T07:00:18+00:00Added an answer on May 16, 2026 at 7:00 am

    Everyone should realize that Param1 Param2 and AcceptEULA cann’t be passed to an MSI. Only public properties ( all upper case ) like ACCEPTEULA can be passed.

    MSI can easily do this by using a LaunchCondition that keys off of a custom property such as ACCEPTEULA and the built-in property UILevel. The goal is to only allow installation if UILevel=5 or ACCEPTEULA=1 or if the product is (already) Installed

    Condition:

    UILevel = 5 or ACCEPTEULA or Installed

    You must accept the EULA to install [ProductName].

    Public Properties:
    http://msdn.microsoft.com/en-us/library/aa370912(VS.85).aspx

    Launch Condition:
    http://msdn.microsoft.com/en-us/library/aa369752(VS.85).aspx

    UILevel:
    http://msdn.microsoft.com/en-us/library/aa372096(VS.85).aspx

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

Sidebar

Related Questions

I have a setup.exe project that I run with the following command-line arguments to
I have a fully working Setup project within Visual Studio 2008 that takes inputs
I have a setup project that installs my app to the typical program files
I have an Setup project that installs App.exe. App.exe depends on 1) A third
I have a Inno Setup project that I want to check if the application
I have setup an android test project that runs junit tests. It's using two
I have a very simple Setup project that copies three dlls into the GAC.
I have an exe that is built and placed into a Setup project for
I have a constructor for a window in my project setup such that it
We have a setup project that produces an uncompressed MSI file and no Setup.exe

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.