Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
  • Show
Clear All
new posts

  • unattended Silent uninstall Stata15 via command line

    Hi im trying to uninstall Stata15 via batch file on a windows 10 1803 environment using the following command

    msiexec /x "SetupStata15-x64.exe" /quiet
    or
    msiexec /x "SetupStata15-x64.exe" /passive
    or
    msiexec /x "SetupStata15-x64.exe" /q
    or
    msiexec /x "SetupStata15-x64.exe" /p
    or
    msiexec /x "SetupStata15-x64.exe" /qb
    or
    msiexec /x "SetupStata15-x64.exe" /qn

    nothing seems to work, any help would be greatly appreciated

  • #2
    But why would you want to uninstall Stata?

    It would appear from documentation that I could find about MSI execution, the UI reduction/susuppression seems to relate only to installation.

    Comment


    • #3
      its for managing current licensed users in an enterprise environment
      i ended up figuring it out when you call the uninstall it has to be after the display option call so
      SetupStata15-x64.exe /qn /x

      seemed to work

      Comment

      Working...
      X