Jump to content

Haxelon

Member
  • Posts

    8
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Canada

About Haxelon

Haxelon's Achievements

0

Reputation

  1. Hello i am almost finished with my unatended windows 7 instalation disk. here is the last problem i got. I use the Setupcomplete.cmd to install application un the first login. here is the code. The only problem is that not all the applicatiuons are installed ( only office and AVG9 ) But if i run the commands manualy it work. I was able to do this on windows Xp but windows 7 give me alot of problems. any help would be really apreciated. cmdow @ /HID @echo off FOR %%i IN (C 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:\CD.txt SET CDDRIVE=%%i: SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx REG ADD %KEY% /V TITLE /D "Install Par Francis Gauthier" /f REG ADD %KEY%\020 /VE /D "Winrar 3.9" /f REG ADD %KEY%\020 /V 1 /D "%CDDRIVE%\Applications\Winrar 3.9\winrar-x64-390fr.exe /s" /f REG ADD %KEY%\030 /VE /D "0ffice 2003" /f REG ADD %KEY%\030 /V 1 /D "%CDDRIVE%\Applications\Office 2003\office2003sp3.exe" /f REG ADD %KEY%\040 /VE /D "Adobe 9.2" /f REG ADD %KEY%\040 /V 1 /D "%CDDRIVE%\Applications\Adobe 9.2\AdbeRdr920_fr_FR.exe /sAll /rs /l /msi"/qb-! /norestart ALLUSERS=1 EULA_ACCEPT=YES SUPPRESS_APP_LAUNCH=YES" /f REG ADD %KEY%\050 /VE /D "Flash player" /f REG ADD %KEY%\050 /V 1 /D "%CDDRIVE%\Applications\Flash player\flashaio.exe" /f REG ADD %KEY%\060 /VE /D "Java 6 update 17 x64" /f REG ADD %KEY%\060 /V 1 /D "%CDDRIVE%\Applications\Java 6 update 17 x64\jre-6u17-windows-i586-s.exe /s /v"/qn IEXPLORER=1 ADDLOCAL=ALL UPDATE=0" /f REG ADD %KEY%\070 /VE /D "K-lite 544" /f REG ADD %KEY%\070 /V 1 /D "%CDDRIVE%\Applications\K-lite 544\klcp_standard_unattended.bat" /f REG ADD %KEY%\150 /VE /D "CD Burner XP" /f REG ADD %KEY%\150 /V 1 /D "%CDDRIVE%\Applications\Cd burner xp\cdbxp_setup_4.2.7.1801.exe /VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-" /f REG ADD %KEY%\999 /VE /D "AVG 9.0" /f REG ADD %KEY%\999 /V 1 /D "%CDDRIVE%\Applications\AVG 9.0\avg_free_stf_eu_90_704a1756.exe /hide /no_welcome /REMOVE_FEATURE fea_AVG_SafeSurf /REMOVE_FEATURE fea_AVG_SafeSearch" /f EndLocal EXIT
  2. Hello i have been experimenting with MTD 2010 for a few weeks now. i was able to complete most of what i wanted to do with it without problems appart from 1 thing. The only problem i got is that during the first phase of the setup the installer ask me for an administrator pasword. i like to leave it blank but it does not let me continue otherwise. Dose someone got a solution for me ? Any help will be mutch apreciated!
  3. Hello i was able to complete a CD in MDT 2010 and i was testing it and there are a few setting that i like the change the default answer or make the selection disapear completly. i like to change the default setting of this window from this I like to have the default setting of currency and time at french (canada) i like to change the default setting for keyboard to Canadian french. Also can i remopuve the question for the time zone and make it automated to use eastern time? i know that cluberti's tutorial talk about that but is seen it does not work for me because it still ask for the time zone in the setup. Last question the setup ask me for an admin pasword but if i want to use no pasword it does not le me go to the next step. where is the setting for this part? Do you guis know where i can find theses setting. i know there are in the unatended .xml but i can't seem to find it in the editor of MTD 2010 Thanks alot for your time
  4. thanks alot cluberti! your walktrought worked like a charm. i got other question but i will post in new post with more related subject.
  5. I already looked there but the link to your personal blog only show me only bits of information i do not see a real tutorial. Or it's really late and i am blind.... i already looked at http://unattended.msfn.org but the tutorial is with nLite and i for this part
  6. First off this is my first try to MDT so bare with me for my simple question. Here is what i have done up to now: Created a share added an operating system from a DVD (oem release DVD) Added an application ( avg 9 with all the switched for unatended ) i have to add more later but this is a test to understand MDT created a task sequence qith all the default setting for windows 7 premium Updated the share. Now if i fallow the steps from the readme i need to make a new bootable media? This is where i am lost and i do not know / understand where i should go from here. I think i am at step 4 but i do not know if i missed anything.
  7. Thanks! Just a question is this made to work with EOM version of windows? or i need a VLK for this?
  8. Hello i am here because i need some orientation with Windows 7. I Build PCs for a living and up to now i was a combination of nLite, driver packs, and custom run ounce to install windows and all the program i wanted. That way i could just put the disk into the drive of any PC and wait 2 hours and i had i operating PC without moving a finger. Now i know i can do pretty much the same thing with vLite. But here is i wanted to know if there were better option. here is what i thought about and i need opinion and direction please. 1. Imaging route. I would install the whole system and all the programs and then make an image of the system. Then store this image on an external hard drive on an other computer. The next time i build a similar system ( same CPU / MB combo at least) I could just '' restaure the image on a new drive and just plug it into the new system. Change the computer network name and windows serial key and that it. I am looking for a program that is made to do that. ca someone help me? 2. Sysprep. I do not know much about this method but i heard it is possible to do a lot with it. and i wander before i spend 2 days learning how it work i like to know if it will suit my needs.
×
×
  • Create New...