I have been testing a new unattended in Virtual machine and I cannot get Epson printcd to work.
Here is my command line
REG ADD %KEY%\004 /VE /D "PrintCD" /f
REG ADD %KEY%\004 /V 1 /D "%PP%PRINTCD\SETUP.exe /s /sms setup.iss" /f
If I test it using a dos window on my pc it installs silently.
Is there anything wrong with my command?
Page 1 of 1
ISS Problem Wont install
#2
Posted 07 August 2006 - 07:12 AM
Nice if u posted ur whole RunOnceEx.cmd file...
And it's generally
try that. Another Runonceex entry in ur batch could overwrite it. Like said, post the whole thing.
And it's generally
%PP%PRINTCD\SETUP.exe -s -f2"%systemroot%\Printcd.log
try that. Another Runonceex entry in ur batch could overwrite it. Like said, post the whole thing.
#3
Posted 07 August 2006 - 07:19 AM
Sory about that heres my RunOnce file
cmdow @ /HID
@Echo Off
FOR %%i IN (D E F G H I J K L M N O P Q R S T U V W X Y Z) DO IF EXIST %%i:\win51ip.SP2 SET CDROM=%%i:
SET PP=%cdrom%\Install\
SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx
REG ADD %KEY% /V TITLE /D "Installing Programs" /f
REG ADD %KEY%\000 /VE /D "Office2003" /f
REG ADD %KEY%\000 /V 1 /D "%PP%Office2003\SETUP.EXE TRANSFORMS=Unattended.MST /qb-" /f
REG ADD %KEY%\001 /VE /D "Nero" /f
REG ADD %KEY%\001 /V 1 /D "%PP%Nero/Setup.exe" /f
REG ADD %KEY%\002 /VE /D "BitTornado" /f
REG ADD %KEY%\002 /V 1 /D "%PP%BitTornado-0.3.15-w32install.exe /S" /f
REG ADD %KEY%\003 /VE /D "DVDDecrypter" /f
REG ADD %KEY%\003 /V 1 /D "%PP%DVDDecrypter/Setup.exe /S" /f
REG ADD %KEY%\004 /VE /D "PrintCD" /f
REG ADD %KEY%\004 /V 1 /D "%PP%PRINTCD\SETUP.exe /s /sms setup.iss" /f
EXIT
I used RunOnceEX.cmd Creator for this, everything else works apart from PrintCD.
cmdow @ /HID
@Echo Off
FOR %%i IN (D E F G H I J K L M N O P Q R S T U V W X Y Z) DO IF EXIST %%i:\win51ip.SP2 SET CDROM=%%i:
SET PP=%cdrom%\Install\
SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx
REG ADD %KEY% /V TITLE /D "Installing Programs" /f
REG ADD %KEY%\000 /VE /D "Office2003" /f
REG ADD %KEY%\000 /V 1 /D "%PP%Office2003\SETUP.EXE TRANSFORMS=Unattended.MST /qb-" /f
REG ADD %KEY%\001 /VE /D "Nero" /f
REG ADD %KEY%\001 /V 1 /D "%PP%Nero/Setup.exe" /f
REG ADD %KEY%\002 /VE /D "BitTornado" /f
REG ADD %KEY%\002 /V 1 /D "%PP%BitTornado-0.3.15-w32install.exe /S" /f
REG ADD %KEY%\003 /VE /D "DVDDecrypter" /f
REG ADD %KEY%\003 /V 1 /D "%PP%DVDDecrypter/Setup.exe /S" /f
REG ADD %KEY%\004 /VE /D "PrintCD" /f
REG ADD %KEY%\004 /V 1 /D "%PP%PRINTCD\SETUP.exe /s /sms setup.iss" /f
EXIT
I used RunOnceEX.cmd Creator for this, everything else works apart from PrintCD.
#4
Posted 08 August 2006 - 05:43 AM
Well, if the PrintCD is epson printcd, I can't look at it as it comes w/ur printer.
Try running it at cmdlines.txt or svcpack.inf.
Edit: not the whole batch, just PrintCD setup
Try running it at cmdlines.txt or svcpack.inf.
Edit: not the whole batch, just PrintCD setup
This post has been edited by T D: 08 August 2006 - 05:43 AM
#6
Posted 08 August 2006 - 10:54 AM
zakum, on Aug 4 2006, 02:44 PM, said:
I have been testing a new unattended in Virtual machine and I cannot get Epson printcd to work.
Here is my command line
REG ADD %KEY%\004 /VE /D "PrintCD" /f
REG ADD %KEY%\004 /V 1 /D "%PP%PRINTCD\SETUP.exe /s /sms setup.iss" /f
If I test it using a dos window on my pc it installs silently.
Is there anything wrong with my command?
Here is my command line
REG ADD %KEY%\004 /VE /D "PrintCD" /f
REG ADD %KEY%\004 /V 1 /D "%PP%PRINTCD\SETUP.exe /s /sms setup.iss" /f
If I test it using a dos window on my pc it installs silently.
Is there anything wrong with my command?
Actually to run it as a RunOnceEx you will need to change it to this:
REG ADD %KEY%\004 /VE /D "PrintCD" /f REG ADD %KEY%\004 /V 1 /D "SETUP.exe -s -f2\"%systemroot%\Printcd.log\""
reason being is when it is merged into the registry it stops importing at that first quote I believe (not really sure if that is what happens though, just a guess
#7
Posted 08 August 2006 - 01:57 PM
Thank you. I had noticed it seemed to work (hourglass) and then it suddenly stopped.
So that could well be the problem
So that could well be the problem
Share this topic:
Page 1 of 1



Help
Back to top








