Jump to content
Macro Express Forums

jwillard

Members
  • Posts

    2
  • Joined

  • Last visited

jwillard's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Never tried a batch file because I wanted to avoid having to create another file. I know seems laziness, but trying to just simplify the process. The script is utilizing the AppDeployToolKit program being widely used in corporate environments. Do you have an example of a .bat file that could be used?
  2. 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...