Distribution problem

Antworten
Sznefru
Beiträge: 35
Registriert: 11 Jan 2012, 11:59

Distribution problem

Beitrag von Sznefru »

Hi!

I have a simple script, that runs when the windows start:

[Initial]

ScriptErrorMessages=on

[Actions]
DefVar $ProductName$
DefVar $InterestingFile$
DefVar $ExitCode$


Set $ProductName$ = "KEB.INI"



ShowBitmap "%scriptpath%\"+$ProductName$+".bmp" $ProductName$
SetLogLevel=9

DosBatch_1

[DosBatch_1]
@echo off
copy "%ScriptPath%\kincs.zip" c:\tmp
cd c:\tmp
unzip -u kincs.zip -d c:\osst\bin


And there is some computers, where the distribution has failed with this message:

Failed to process action requests: (5,'CreateProcessAsUser','Access Denied.')


Regards:

S.
Antworten