Nothing seen when I create either online shell script or online script

Asked By 0 points N/A Posted on -
qa-featured

Hi all,

I have followed Adobe's guideline:

http://kb2.adobe.com/cps/921/cpsid_92186.html

Yet, when I create either an online shell script or online script, I get nothing. When I copy my install command and paste it into my test machine, it works.

I have triple checked my application.xml.override file. I made the appropriate changes to the setup.ini file.  When I run the following on the local system, it works just fine.

Start /wait "\ServerPhotoshopElements10Setup.exe" /UL1033 /V"SERIALNUMBER=1111-1111-1111-1111-1111-1111 COUNTRY=244" 

Has anyone else encountered this issue? 

Is it a problem with UNC paths?

I need your advice.

SHARE
Answered By 0 points N/A #151156

Nothing seen when I create either online shell script or online script

qa-featured

Maybe the script only works best when it is launched directly from the computer or a workstation and not from a remote machine like through the internet. If the script should be called during the installation, I think it would be best if the script, together with all the rest of its resources are all located on the same machine where the installation is being done.

This way you are sure that no problems will occur. You should check again the texts contained within your script including the punctuation and spacing. This is usually where the error happens; the computer doesn’t understand the command because of a single typographical error.

Related Questions