Help - Search - Members - Calendar
Full Version: ISS Problem
MSFN Forums > Unattended Windows Discussion & Support > Application Installs

   


Google Internet Forums Unattended CD/DVD Guide
zakum
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?
T D
Nice if u posted ur whole RunOnceEx.cmd file...
And it's generally
CODE
%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.
zakum
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.
T D
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
zakum
Cheers, thanks for that.
Will have another go
NateSmith
QUOTE (zakum @ Aug 4 2006, 02:44 PM) *
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?



Actually to run it as a RunOnceEx you will need to change it to this:

CODE
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 wacko.gif).
zakum
Thank you. I had noticed it seemed to work (hourglass) and then it suddenly stopped.
So that could well be the problem
zakum
thumbup.gif Works, thank you all for your help smile.gif
NateSmith
no worries dude always glad to help! smile.gif




Google Internet Forums Unattended CD/DVD Guide

This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.