Jump to content
Macro Express Forums

jwillard

Members
  • Posts

    2
  • Joined

  • Last visited

Posts posted by jwillard

  1. I am trying to install Macros Express 5 using PowerShell to deploy to multiple users. I added a .txt document with all the custom options added to it and named it MEProSetup.txt.

     

    INSTALLPATH=C:\Program Files\Macro Express
    STARTUP=N
    LAUNCHNOW=N
    QUICKSTARTNOW=N
    WHATSNEWNOW=N
    REBOOT=N
    LICENSENAME=XXXXXXXXXXXXXXXXXXXXXXXXX
    LICENSECODE=XXXXXXXXXXXXXXXXXXXXXXXXX
    NOEDITOR=N
    NOHELP=N
    NOICONS=N
    RUNQUIET=Y

     

    When I run the command Execute-Process -Path 'MacExp5.exe' -Parameters "/S /M=$dirFiles\MEProSetup.txt" In a Powershell script is ends up installing the default properties.

×
×
  • Create New...