Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use MSI API to allow UAC prompts on MSI silent installs #1398

Merged
merged 17 commits into from Aug 27, 2021

Commits on Aug 25, 2021

  1. Save changes; needs to have parsing and calling implemented

    JohnMcPMS authored and Flor Elisa Chacon Ochoa committed Aug 25, 2021
    Configuration menu
    Copy the full SHA
    f3e6dca View commit details
    Browse the repository at this point in the history
  2. Add basic arg parsing and call to MSI API

    Flor Elisa Chacon Ochoa committed Aug 25, 2021
    Configuration menu
    Copy the full SHA
    0e57316 View commit details
    Browse the repository at this point in the history
  3. Implement log option parsing

    Flor Elisa Chacon Ochoa committed Aug 25, 2021
    Configuration menu
    Copy the full SHA
    923300b View commit details
    Browse the repository at this point in the history
  4. Improve arg parsing

    Flor Elisa Chacon Ochoa committed Aug 25, 2021
    Configuration menu
    Copy the full SHA
    bca6b8e View commit details
    Browse the repository at this point in the history
  5. Add unit tests

    Flor Elisa Chacon Ochoa committed Aug 25, 2021
    Configuration menu
    Copy the full SHA
    569a4b9 View commit details
    Browse the repository at this point in the history
  6. Add workflow test

    Flor Elisa Chacon Ochoa committed Aug 25, 2021
    Configuration menu
    Copy the full SHA
    04ff723 View commit details
    Browse the repository at this point in the history
  7. Some cleanup

    Flor Elisa Chacon Ochoa committed Aug 25, 2021
    Configuration menu
    Copy the full SHA
    688a3e6 View commit details
    Browse the repository at this point in the history
  8. Show directMsi experimental setting

    Flor Elisa Chacon Ochoa committed Aug 25, 2021
    Configuration menu
    Copy the full SHA
    8118043 View commit details
    Browse the repository at this point in the history
  9. Spelling

    Flor Elisa Chacon Ochoa committed Aug 25, 2021
    Configuration menu
    Copy the full SHA
    2a1c037 View commit details
    Browse the repository at this point in the history
  10. Spelling

    Flor Elisa Chacon Ochoa committed Aug 25, 2021
    Configuration menu
    Copy the full SHA
    9740eae View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2021

  1. Remove pragma once from cpp

    Flor Elisa Chacon Ochoa committed Aug 26, 2021
    Configuration menu
    Copy the full SHA
    e26d707 View commit details
    Browse the repository at this point in the history
  2. Always use direct MSI install when silent

    Flor Elisa Chacon Ochoa committed Aug 26, 2021
    Configuration menu
    Copy the full SHA
    100e860 View commit details
    Browse the repository at this point in the history
  3. Make log mode flags for All a constant

    Flor Elisa Chacon Ochoa committed Aug 26, 2021
    Configuration menu
    Copy the full SHA
    82bad17 View commit details
    Browse the repository at this point in the history
  4. PR comments

    Flor Elisa Chacon Ochoa committed Aug 26, 2021
    Configuration menu
    Copy the full SHA
    6178fd7 View commit details
    Browse the repository at this point in the history
  5. Fix property parsing

    Flor Elisa Chacon Ochoa committed Aug 26, 2021
    Configuration menu
    Copy the full SHA
    fd8845a View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2021

  1. spelling

    Flor Elisa Chacon Ochoa committed Aug 27, 2021
    Configuration menu
    Copy the full SHA
    25d2d7a View commit details
    Browse the repository at this point in the history
  2. PR comments

    Flor Elisa Chacon Ochoa committed Aug 27, 2021
    Configuration menu
    Copy the full SHA
    4fa3697 View commit details
    Browse the repository at this point in the history