3

does anybody know how to activate Microsoft Expression Encoder 4 using Command Line Script. if yes, can you please guide me on how to do this.

Currently this is what i only have and it's not yet working because it still requires me to manually accept eula for installation.

 REM : Install Expression Encoder
 "%~dp0Encoder_en.exe" -q PROOFOFPURCHASE=[XXXXX-XXXXX-XXXXX-XXXXX-XXXXX] FORCEPRODUCTKEY=1 ACTIVATIONOPTIN=1

 REM : Exit Gracefully
 exit /b 0

Thanks

Allan Chua
  • 9,305
  • 9
  • 41
  • 61

1 Answers1

1

See this article. They install encoder using WebPICommandLine, which has /accepteula parameter.

Alexander
  • 4,153
  • 1
  • 24
  • 37
  • Hi, I had also tried to use this approach but it doesn't give you a way to validate you're product with the use of command prompt. – Allan Chua May 28 '13 at 00:42