The Black Cloud Posted January 24, 2005 Posted January 24, 2005 hi plz any one can tell my what is the problemthanks the Pic in Attachments
The Black Cloud Posted January 24, 2005 Author Posted January 24, 2005 I am sorry this is the Patch file code (but i make it a exe file)cmdow @ /HID@echo offECHO.SET CDROM=IF EXIST D:\CD.txt SET CDROM=D:IF EXIST E:\CD.txt SET CDROM=E:IF EXIST F:\CD.txt SET CDROM=F:IF EXIST G:\CD.txt SET CDROM=G:IF EXIST H:\CD.txt SET CDROM=H:IF EXIST I:\CD.txt SET CDROM=I:IF EXIST J:\CD.txt SET CDROM=J:IF EXIST K:\CD.txt SET CDROM=K:IF EXIST L:\CD.txt SET CDROM=L:IF EXIST M:\CD.txt SET CDROM=M:IF EXIST N:\CD.txt SET CDROM=N:IF EXIST O:\CD.txt SET CDROM=O:IF EXIST P:\CD.txt SET CDROM=P:SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceExREG ADD %KEY% /V TITLE /D "Installing Office And Photoshop" /fREG ADD %KEY%\001 /VE /D "Change The CD-ROM" /fREG ADD %KEY%\001 /V 1 /D "%systemdrive%\CD.exe" /fREG ADD %KEY%\002 /VE /D "Installing Office 2003" /fREG ADD %KEY%\002 /V 1 /D "%CDROM%\install\Office\Office.exe" /fREG ADD %KEY%\003 /VE /D "Arabic Interface For Office" /fREG ADD %KEY%\003 /V 1 /D "%CDROM%\Install\Arabicoffice\Setup.exe" /fREG ADD %KEY%\004 /VE /D "Adobe PhotoShop CS ME" /fREG ADD %KEY%\004 /V 1 /D "%CDROM%\Install\Photoshop\Setup.exe" /fstart /wait rundll32.exe iernonce.dll,RunOnceExProcessEXIT
asbsamsf Posted January 24, 2005 Posted January 24, 2005 REG ADD %KEY%\001 /VE /D "Change The CD-ROM" /fREG ADD %KEY%\001 /V 1 /D "%systemdrive%\CD.exe" /fso..do it "Change The CD-ROM" !!!
The Black Cloud Posted January 24, 2005 Author Posted January 24, 2005 i am do that but when the photoShop finish installation the message come out
asbsamsf Posted January 25, 2005 Posted January 25, 2005 your Attached Image have nothing to your script!!
CHANDER Posted January 25, 2005 Posted January 25, 2005 Well what is the volume TSH?Windows is done installing by now so it wouldnt be the windows cd right?
Cartoonite Posted January 25, 2005 Posted January 25, 2005 Well what is the volume TSH?Windows is done installing by now so it wouldnt be the windows cd right?I'm pretty sure you're right about this, CHANDER. I suspect he has directly copied an installer of some kind that checks to make sure it is being installed from a CD and that TSH refers to the original CD of that particular program.asbsamsf is also right though. The posted image that we were asked to troubleshoot is not related to the code that got posted.
Drewdatrip Posted January 25, 2005 Posted January 25, 2005 The Black CloudSir-Plz use the provided image host , Eazyshare.You can find a link in my sigThankx and welcome to the msfn community|Drew|
asbsamsf Posted January 25, 2005 Posted January 25, 2005 i think that the "Importing Registry Tweaks" and "Cleaning Up And Rebooting" still in CD nr 1.also it seems to me that the linestart /wait rundll32.exe iernonce.dll,RunOnceExProcess should not be there.
Astalavista Posted January 25, 2005 Posted January 25, 2005 REG ADD %KEY%\002 /VE /D "Installing Office 2003" /fREG ADD %KEY%\002 /V 1 /D "%CDROM%\install\Office\Office.exe" /fare u using the 7zip method in my guide to install your Office?in addition your photshop is only using setup.exe? where are theswitches?
The Black Cloud Posted January 25, 2005 Author Posted January 25, 2005 hi thanks i am using the multi Runonceex and i am changed all the cmd files to exe my unattended cd is 2 CDROMRunonceexcmdow @ /HID@echo offECHO.SET CDROM=IF EXIST D:\CD.txt SET CDROM=D:IF EXIST E:\CD.txt SET CDROM=E:IF EXIST F:\CD.txt SET CDROM=F:IF EXIST G:\CD.txt SET CDROM=G:IF EXIST H:\CD.txt SET CDROM=H:IF EXIST I:\CD.txt SET CDROM=I:IF EXIST J:\CD.txt SET CDROM=J:IF EXIST K:\CD.txt SET CDROM=K:IF EXIST L:\CD.txt SET CDROM=L:IF EXIST M:\CD.txt SET CDROM=M:IF EXIST N:\CD.txt SET CDROM=N:IF EXIST O:\CD.txt SET CDROM=O:IF EXIST P:\CD.txt SET CDROM=P:for %%i in (D: E: F: G: H: I: J: K: L: M: N: O: P: Q: R: S: T:) do if exist %%i\CD.TXT do set CDROM=%%iSET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceExREG ADD %KEY% /V TITLE /D "Installing Applications" /fREG ADD %KEY%\001 /VE /D "Installing MultiMedia Tools" /fREG ADD %KEY%\001 /V 1 /D "%CDROM%\install\SetupFiles\Multimedia.exe" /fREG ADD %KEY%\002 /VE /D "Installing Utilities" /fREG ADD %KEY%\002 /V 1 /D "%CDROM%\install\SetupFiles\Utilities.exe" /fREG ADD %KEY%\003 /VE /D "Installing Internet Tools" /fREG ADD %KEY%\003 /V 1 /D "%CDROM%\install\SetupFiles\ITools.exe" /fREG ADD %KEY%\004 /VE /D "Installing Anti Virus" /fREG ADD %KEY%\004 /V 1 /D "%CDROM%\install\SetupFiles\AV.exe" /fREG ADD %KEY%\005 /VE /D "Installing Office And Photoshop" /fREG ADD %KEY%\005 /V 1 /D "%CDROM%\install\SetupFiles\Office.exe" /fREG ADD %KEY%\006 /VE /D "Importing Registry Tweaks" /fREG ADD %KEY%\006 /V 1 /D "%CDROM%\install\Regtweaks.exe" /fREG ADD %KEY%\007 /VE /D "Cleaning Up And Rebooting" /fREG ADD %KEY%\007 /V 1 /D "%CDROM%\install\cleanup.exe" /fEXITOffice cmdow @ /HID@echo offECHO.SET CDROM=IF EXIST D:\CD.txt SET CDROM=D:IF EXIST E:\CD.txt SET CDROM=E:IF EXIST F:\CD.txt SET CDROM=F:IF EXIST G:\CD.txt SET CDROM=G:IF EXIST H:\CD.txt SET CDROM=H:IF EXIST I:\CD.txt SET CDROM=I:IF EXIST J:\CD.txt SET CDROM=J:IF EXIST K:\CD.txt SET CDROM=K:IF EXIST L:\CD.txt SET CDROM=L:IF EXIST M:\CD.txt SET CDROM=M:IF EXIST N:\CD.txt SET CDROM=N:IF EXIST O:\CD.txt SET CDROM=O:IF EXIST P:\CD.txt SET CDROM=P:SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceExREG ADD %KEY% /V TITLE /D "Installing Office And Photoshop" /fREG ADD %KEY%\001 /VE /D "Change The CD-ROM" /fREG ADD %KEY%\001 /V 1 /D "%systemdrive%\CD.exe" /fREG ADD %KEY%\002 /VE /D "Installing Office 2003" /fREG ADD %KEY%\002 /V 1 /D "%CDROM2%\install\Office\Office.exe" /fREG ADD %KEY%\003 /VE /D "Arabic Interface For Office" /fREG ADD %KEY%\003 /V 1 /D "%CDROM2%\Install\Arabicoffice\Setup.exe" /fREG ADD %KEY%\004 /VE /D "Adobe PhotoShop CS ME" /fREG ADD %KEY%\004 /V 1 /D "%CDROM2%\Install\Photoshop\Setup.exe" /fstart /wait rundll32.exe iernonce.dll,RunOnceExProcessEXITall the Program are installed fine but my problem is when the photoshop installing is done the message come out Astalavistano i dont use your guideasbsamsfthe "Importing Registry Tweaks" and "Cleaning Up And Rebooting"is in the cd num2DrewdatripI am sorry.CHANDERTSH is the cd volume labelthanks
Astalavista Posted January 25, 2005 Posted January 25, 2005 what is all the exe ? autoit or quick batch file converted cmd files?
The Black Cloud Posted January 25, 2005 Author Posted January 25, 2005 the exe files quick batch file converted cmd files
Astalavista Posted January 25, 2005 Posted January 25, 2005 I guess so much... good luckif u want to combine all your applications on one CD with XP checkout my guides.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now