Ok i´m back in business and i have to say nothing i´ve tried worked for me. I´ve tried to call my installs.cmd trough cmdlines.txt and i got permission denied (While the files where on harddisk in the windows directory). Then i started it via GuiRunOnce in winnt.sif and it didn´t find the files (File not found error). I always use this code to start install.exe:
Echo off
SET CDROM=A
IF EXIST D:\SPNOTES.HTM SET CDROM=D:
IF EXIST E:\SPNOTES.HTM SET CDROM=E:
IF EXIST F:\SPNOTES.HTM SET CDROM=F:
IF EXIST G:\SPNOTES.HTM SET CDROM=G:
IF EXIST H:\SPNOTES.HTM SET CDROM=H:
IF EXIST I:\SPNOTES.HTM SET CDROM=I:
IF EXIST J:\SPNOTES.HTM SET CDROM=J:
IF EXIST K:\SPNOTES.HTM SET CDROM=K:
IF EXIST L:\SPNOTES.HTM SET CDROM=L:
IF EXIST M:\SPNOTES.HTM SET CDROM=M:
IF EXIST N:\SPNOTES.HTM SET CDROM=N:
IF EXIST O:\SPNOTES.HTM SET CDROM=O:
IF EXIST P:\SPNOTES.HTM SET CDROM=P:
IF EXIST Q:\SPNOTES.HTM SET CDROM=Q:
IF EXIST R:\SPNOTES.HTM SET CDROM=R:
IF EXIST S:\SPNOTES.HTM SET CDROM=S:
IF EXIST T:\SPNOTES.HTM SET CDROM=T:
IF EXIST U:\SPNOTES.HTM SET CDROM=U:
IF EXIST V:\SPNOTES.HTM SET CDROM=V:
IF EXIST W:\SPNOTES.HTM SET CDROM=W:
IF EXIST X:\SPNOTES.HTM SET CDROM=X:
IF EXIST Y:\SPNOTES.HTM SET CDROM=Y:
IF EXIST Z:\SPNOTES.HTM SET CDROM=Z:
if %CDROM%==A GOTO :CD_ERR
start /wait %systemroot%\install.exe
Does anyone have an idea why this isn´t working. My unattended DVD works fine with RunOnceEx.cmd. And i want to have a thing like that working with install.exe.
One hour later:
OK I think the problem is, whatever I do, i can´t get the script installs.ini to accept my %cdrom%-Variable. It is impossible for the install.exe to find my cd. Any Idea how to fix it. Tried everything but im not able to get this to work for me.
Two Hours later:
OK i´m still trying to get it to work. I use DetectCD.exe to get the CDROM1 Variable. The Variable is set in my system permanently. That´s OK so far.
If i try to put the variable into the ini-file, it will be completly ignored. And then i get the file not found error. When i put the files onto my harddisk and use the %systemdrive% variable everything works fine for me. I don´t know, what i´m doing wrong with this thing?
Four Hours later:
And by now i built a new DVD and put back all my apps to $OEM$ so that it would be copied to the harddisc. Then i tried to start install.exe in this env. It worked for the first application and then i always got the file not found error with the second application starting. Tried many different versions and nothing works for more than one app.
I´ll now try to use version 2.2.1.4 Maybe this will solve my problem!
Arggg!
Six hours later:
Tried 2.2.1.4 with autostart and delay and i got a messagebox with only the message overflow! AAAAAAAH!
Problems over problems and I have no idea, how to solve them!
Remove Autostart and delay and started install.exe manualy and it worked until it came to photoshop, which i wasn´t able to install. The program halted totaly and i had to kill install.exe to get everything to work.
Norton Antivirus 2003 said it was installed but it wasn´t. And at the end it tries to install acrobat 5 (full version) and it hangs again. And then, when i kill install.exe Acrobat starts it´s silent install and works fine
Seven Hours later:
I´ll give it another try by using the setup after reboot option to install Norton Antivirus, Photoshop and Acrobat.
OK This doesn´t work at all. It is not installing anything neither it is creating a regfile to import for installing after netx reboot. That doesn´t do anything.
I can´t help myself anymore. I think i´ll give up on that and try to ...
pachelbeljoe