Jump to content

Post

Member
  • Posts

    2
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Netherlands

About Post

Post's Achievements

0

Reputation

  1. Mhhh seems that we can't get all the cmd based packages to work. Example of .cmd from ExamDiff Pro @echo off set INSTALLPATH=\\SMS1\packages$\Examdiff Pro set TARGETPATH=c:\program files\ExamDiff Pro "%INSTALLPATH%\setup.exe" /sp- /silent /dir="%TARGETPATH%" copy "%INSTALLPATH%\password.bin" "%TARGETPATH%" /y As Command Line in the package (SMS) I use C:\WINDOWS\system32\cmd.exe /c "E:\Packages\Examdiff Pro\setup.cmd" Also tried to use C:\WINDOWS\system32\cmd.exe /c setup.cmd We run SMS on Server 2003 But it gives a error code 1 Also with a simple copy and mkdir command we get a error %comspec% /c mkdir "c:\program files\frhed"
  2. We are trying to install a package (Examdiff pro) using SMS server. Now we have a working package wich uses a CMD file for installation (install.cmd). Local it is working and Examdiff pro gets installed and automatically registered with the license key, however when we try it using SMS we get a time out (wich is set in SMS on a max of 5 minutes). Anyone having a idea ?
×
×
  • Create New...