Jared Brown
2005-09-16 20:31:12 UTC
I am trying to deploy Adobe Illustrator CS using SMS. I ran the install on a
single machine with the -r switch, and copied the resulting setup.iss file to
the application source directory from which I then created an SMS package.
As a test I went to another computer and mapped a drive to the source
directory and ran setup -s, Illustrator installed without any additional
interaction with the machine. Within the illustrator package I created a
program to deploy Illustrator, on the command line I have tried setup -s,
setup -s -SMS, setup -s -f1"%inst%setup.iss" -SMS. I then tried telling SMS
to map drive Q and tried setup -s -f1"q:\bla000d2\setup.iss" -SMS, and
finally I tried writing a batch file
q:
cd\bla000d2
setup -s
and calling the batch file from SMS. In every case setup seems to start and
then exit without doing anything to the machine. In some cases it has
written a file called setupexe.log which contains the following
[InstallShield Silent]
Version=2k2
File=Log File
[ResponseResult]
ResultCode=-5008
A search on result code 5008 returns results which seem to indicate that the
setup.iss file is not being found.
If any of you have solved this problem I would appreciate a tip or two, I
think I am really close but close as you know does not count.
Thanks
Jared
single machine with the -r switch, and copied the resulting setup.iss file to
the application source directory from which I then created an SMS package.
As a test I went to another computer and mapped a drive to the source
directory and ran setup -s, Illustrator installed without any additional
interaction with the machine. Within the illustrator package I created a
program to deploy Illustrator, on the command line I have tried setup -s,
setup -s -SMS, setup -s -f1"%inst%setup.iss" -SMS. I then tried telling SMS
to map drive Q and tried setup -s -f1"q:\bla000d2\setup.iss" -SMS, and
finally I tried writing a batch file
q:
cd\bla000d2
setup -s
and calling the batch file from SMS. In every case setup seems to start and
then exit without doing anything to the machine. In some cases it has
written a file called setupexe.log which contains the following
[InstallShield Silent]
Version=2k2
File=Log File
[ResponseResult]
ResultCode=-5008
A search on result code 5008 returns results which seem to indicate that the
setup.iss file is not being found.
If any of you have solved this problem I would appreciate a tip or two, I
think I am really close but close as you know does not count.
Thanks
Jared