GillouStyle03 Posted June 20, 2004 Posted June 20, 2004 I followed this article from MSFN to install mIRC in an unattended windows XP CD but it turns out that after the successful installation of windows on the virtual machine (VMware), the folder mIRC was not copied into C:\Program Files ; and the other programs i had put inside \$OEM$\$1\$Progs have not been copied either.Does it need to be some sort of Command line in any files to make this?Thanks for your help
Drewdatrip Posted June 20, 2004 Posted June 20, 2004 [unattended] UnattendMode=FullUnattended OemSkipEula=Yes OemPreinstall=Yes TargetPath=\WINDOWSIf it wasent copied this is most likly the reason|Drew|
GillouStyle03 Posted June 20, 2004 Author Posted June 20, 2004 Should i type "no" or just erase the line?Maybe this "yes" is needed for something else to be done?
MCT Posted June 20, 2004 Posted June 20, 2004 also, its not $OEM$\$1\$progsits $OEM$\$Progs$1 & $progs & $docs & $$ run parallel 2 each other (meaning all those are inside $OEM$ not each otherAND in your .sif file as stated above YES needs 2 be impimentedhope it helps
GillouStyle03 Posted June 20, 2004 Author Posted June 20, 2004 Great. Now it should work.I have another question (=problem)under \$OEM$\$1 i have cmdlines.txt and RegTweaks.reg (and also a folder called install which proved to be working as \$OEM$\$1\install\batch_file.cmd worked during the installation)But i have noticed that none of the RegTweaks had been merged!Where do you think it could come from?here is my cmdlines.txt file:ECHO.ECHO Applying Registry Tweaks...REGEDIT /S %systemdrive%\install\RegTweaks.reg?? thanks in advance!
MCT Posted June 20, 2004 Posted June 20, 2004 add ECHO.ECHO Applying Registry Tweaks...REGEDIT /S %systemdrive%\install\RegTweaks.regto your .cmd fileregards
edmoncu Posted June 20, 2004 Posted June 20, 2004 you should place cmdlines.txt on the \$OEM$. files you'll be placing at \$OEM$\$1 are just the files that will be copied on the target hard disk's root folder. as in the case of regtweaks.reg, you should place them on \$OEM$\$1\install.
GillouStyle03 Posted June 20, 2004 Author Posted June 20, 2004 Perfect answer edmoncu :-)But the question now would be... What is the best :Adding REGEDIT /S %systemdrive%\install\RegTweaks.reg to batch_file.cmd or place it in a file called cmdlines.txt in \$OEM$??which is preferable? (if there are any sort of ORDER in the happening of the installation)
MCT Posted June 20, 2004 Posted June 20, 2004 look here: http://unattended.msfn.org all the info is there, so we dont have 2 post every 2 seconds good luck
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