Search the Legacy Support Archive (up to v2020)
  1. Read-only archive (2005–2024). Posting is closed. Need help with MediaLab or DirectRT 2027? Email service@empirisoft.com.

    All words · “exact phrase” · -leave out

    Advanced search

Push install and IP licensing (case 17444)

  1. #1

    Push install and IP licensing (case 17444)

    I'm interested in pushing MediaLab/DirectRT installs in my department with the following batch script, pushed out with Altiris Deployment Solution. I have two questions about this:

    1- If I run this locally on a PC from cmd or by double-clicking on the .bat, it works perfectly. If I push it out with Altiris Deployment Solution, the software never gets installed and the .bat hangs waiting for the folders to appear, which never happens.

    2- Once the proper license files are in place, on first launch, it still asks for a code, requiring the first user to type in "99999". Is there a command-line method to not require this on first launch?

    Thanks!

    copy /y "\\192.0.2.200\NSCap\Software\MLDRT\mldrt2010.3.exe" %temp%
    %temp%\mldrt2010.3.exe /S /v/qn

    :START
    if not exist %systemdrive%\MediaLab GOTO WAIT
    if not exist %systemdrive%\DirectRT GOTO WAIT
    GOTO COPY

    :WAIT
    ping 127.0.0.1 > nul
    GOTO START

    :COPY
    copy /y "\\192.0.2.200\NSCap\Software\MLDRT\licenseML2010ip.dll" %systemdrive%\MediaLab
    copy /y "\\192.0.2.200\NSCap\Software\MLDRT\licenseRT2010ip.dll" %systemdrive%\DirectRT

  2. #2
    Please send this information directly to service@empirisoft.com and one or our representatives will be happy to assist you.