Empirisoft Support

    Welcome to Empirisoft Support
Results 1 to 2 of 2

Thread: Push install and IP licensing (case 17444)

  1. #1
    Join Date
    Aug 2013
    Posts
    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!

    Code:
    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
    Last edited by jason_reed; 12-04-2014 at 12:39 PM.

  2. #2
    Join Date
    Feb 2013
    Posts
    1,093
    Please send this information directly to service@empirisoft.com and one or our representatives will be happy to assist you.
    Jason Reed
    Empirisoft Software Support Specialist

Similar Threads

  1. IP licensing
    By c.lucignoli@swansea.ac.uk in forum Pre-Sales and Licensing FAQ
    Replies: 0
    Last Post: 03-31-2011, 12:00 PM
  2. Install the latest release of MediaLab?
    By jarvis24 in forum MediaLab Older Versions: How Do I...
    Replies: 1
    Last Post: 10-19-2006, 12:14 PM
  3. Can we install in a locked down lab?
    By jarvis24 in forum Pre-Sales and Licensing FAQ
    Replies: 2
    Last Post: 09-14-2006, 12:01 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •