
jeremyotten
MemberContent Type
Profiles
Forums
Events
Everything posted by jeremyotten
-
The only thing that can stand in your way is that the HALL of your source system is different from the desination system. BUT! If you made the master image on a ACPI or APIC hal which are NEW systems. You can easily deploy it to ANY SINGLE processor system not older then 2-3 years ;-) If you want to deploy to multiprocessor you need to make a master Image on a Multiprocessor system. This image would be compatible with both multi and single processor APIC/ACPI systems ;-) also check this Q article for further info: http://support.microsoft.com/kb/309283
-
you are right. forgot that ;-) file is changed! Are you trying it right now?
-
These are the methods according to microsoft how you can deploy windows xp over your network: - by an unattended xp cd - by an inattended RIS setup - by an unattended sysprep setup (here third party imaging tool is needed. I prefer Acronis True Image. In this topic I will spent time on explaining how it works. Im still testing the last method. Why? Because if this all can work it will be the most easy method to create 1 image that you can use for all kinds of machines with different hardware. So The myth that an image can only be used for identical machines IS NOT TRUE! It is time to open our eyes! Ok this is how it should be done! [ I will tell you how far I am at the moment cause it isn't perfect yet! Just a few minor changes and the method will be perfect! Then we can call this Method 3 ;-)) And maybe a few of you guys can also test it and help me perfect it! Ok these are te steps. - Install your MASTER PC just the way you like it. Install all the apps you want in it. - download the lastest sysprep from the microsoft site http://www.microsoft.com/downloads/details...&displaylang=en select the language of desire and download the package. - after extracting the package put all the files in C:\Sysprep - goto c:\sysprep and run setupmgr.exe this wizard will guide you trough the making of an unattended setup for the sysprep. The sysprep.inf file. This wizards also helps you to create an winnt.sif of unattended.txt file for the other methods. But we are doing the sysprep way ;-) - once you have created the sysprep.inf in the c:\sysprep dir make a dir called INF in the sysprep folder and cut and paste the sysprep.inf here. - now double click the sysprep.inf file and add the following things under the listed sections: [unattended] OemPnPDriversPath = [sysprep] BuildMassStorageSection=yes [sysprepMassStorage] If you do NOT add the buildmassstoragesection thing. You will GET a bluescreen of unexpected reboots when you imaged over another machine. see also: http://support.microsoft.com/default.aspx?...b;en-us;Q303786 The OemPnPDriversPath = section is empty but is should be filled with the driver paths of every dir where a driver .inf file is found. Here come the BTS driverpacks in place. download 7z uncompressor http://www.7-zip.org/ and uncompress the 7 driver packs. name pack 1 DIR 1 pack 2 DIR 2 etc... now set all these driver dirs 1 to 7 in DIRECTORY D on C:\ copy the attached go.cmd and OemPnPDriversPath.cmd to c:\sysprep Go to a command prompt and execute the attached go.cmd from C:\sysprep it will rewrite a sysprep.inf file in C:\sysprep\ only filled with the paths of all the dirs where the drivers are. Once the sysprep.inf is created you much see to it that there are no space between OemPnPDriversPath="SYSPREP\D etc... Now cut and paste C:\D to C:\sysprep\D this is because you dont want about 600 MB of drivers staying present when the unattended sysprep is run. This is because after the run the c:\sysprep dir will be auto deleted. When you have done the cut and paste open the sysprep.inf and do a find and replace for. D\ to SYSPREP\D\ After the changes are made safe te sysprep.inf and go on! now go to C:\sysprep\ and click sysprep.exe chose yes when an question is asked! No chose these settings: - mini setup - autodetect non plug and play hardware - chose reseal this will take a while cause the massstorage section is made. after it is done it will shutdown your system and you can make your MASTER IMAGE! This Topic is OLD: Go to this one! http://www.msfn.org/board/index.php?showtopic=43733&hl= OemPnPDriversPath.cmd go.cmd
-
The only thing that needs to be figured out is if it is needed to add aditional storage drivers under the massstorage section. This would be unsupported sata or scsi drivers. This needs to be tested. And if it is so. How can we automate this because adding these entries by hand for over a few hunderd drivers is mad mans work so please test and assist I will do the same ;-)
-
These are the methods according to microsoft how you can deploy windows xp over your network: - by an unattended xp cd - by an inattended RIS setup - by an unattended sysprep setup (here third party imaging tool is needed. I prefer Acronis True Image. In this topic I will spent time on explaining how it works. Im still testing the last method. Why? Because if this all can work it will be the most easy method to create 1 image that you can use for all kinds of machines with different hardware. So The myth that an image can only be used for identical machines IS NOT TRUE! It is time to open our eyes! Ok this is how it should be done! [ I will tell you how far I am at the moment cause it isn't perfect yet! Just a few minor changes and the method will be perfect! Then we can call this Method 3 ;-)) And maybe a few of you guys can also test it and help me perfect it! Ok these are te steps. - Install your MASTER PC just the way you like it. Install all the apps you want in it. - download the lastest sysprep from the microsoft site http://www.microsoft.com/downloads/details...&displaylang=en select the language of desire and download the package. - after extracting the package put all the files in C:\Sysprep - goto c:\sysprep and run setupmgr.exe this wizard will guide you trough the making of an unattended setup for the sysprep. The sysprep.inf file. This wizards also helps you to create an winnt.sif of unattended.txt file for the other methods. But we are doing the sysprep way ;-) - once you have created the sysprep.inf in the c:\sysprep dir make a dir called INF in the sysprep folder and cut and paste the sysprep.inf here. - now double click the sysprep.inf file and add the following things under the listed sections: [unattended] OemPnPDriversPath = [sysprep] BuildMassStorageSection=yes [sysprepMassStorage] If you do NOT add the buildmassstoragesection thing. You will GET a bluescreen of unexpected reboots when you imaged over another machine. see also: http://support.microsoft.com/default.aspx?...b;en-us;Q303786 The OemPnPDriversPath = section is empty but is should be filled with the driver paths of every dir where a driver .inf file is found. Here come the BTS driverpacks in place. download 7z uncompressor http://www.7-zip.org/ and uncompress the 7 driver packs. name pack 1 DIR 1 pack 2 DIR 2 etc... now set all these driver dirs 1 to 7 in DIRECTORY D on C:\ copy the attached go.cmd and OemPnPDriversPath.cmd to c:\sysprep Go to a command prompt and execute the attached go.cmd from C:\sysprep it will rewrite a sysprep.inf file in C:\sysprep\ only filled with the paths of all the dirs where the drivers are. Once the sysprep.inf is created you much see to it that there are no space between OemPnPDriversPath="SYSPREP\D etc... Now cut and paste C:\D to C:\sysprep\D this is because you dont want about 600 MB of drivers staying present when the unattended sysprep is run. This is because after the run the c:\sysprep dir will be auto deleted. When you have done the cut and paste open the sysprep.inf and do a find and replace for. D\ to SYSPREP\D\ After the changes are made safe te sysprep.inf and go on! now go to C:\sysprep\ and click sysprep.exe chose yes when an question is asked! No chose these settings: - mini setup - autodetect non plug and play hardware - chose reseal this will take a while cause the massstorage section is made. after it is done it will shutdown your system and you can make your MASTER IMAGE! OemPnPDriversPath.cmd go.cmd
-
Snippet for OemPnPDriversPath, setDevicePath clone
jeremyotten replied to idle.newbie's topic in Device Drivers
If I do can you make it a sticky then? Here the full topic http://www.msfn.org/board/index.php?act=ST...t=0#entry300675 -
Snippet for OemPnPDriversPath, setDevicePath clone
jeremyotten replied to idle.newbie's topic in Device Drivers
This post isn't what I am looking for. I will explain to you ok. My question is I am makking an unattended sysprep image with your driver packs. Now I want to integrate the massdriverpackage under the massdriver section in the sysprep.inf. I can say to sysprep to fill it itself but then It will only fill it with the system storage drivers. SO what I need to know is: Is there a way to integrate you driver packages in windows? after sysprep will build the section itself. Or is there some kind of script. like the oemdriverspath.cmd script also for the massstorage section to auto fill that with the additional drivers. If this is possible then the unattended sysprep image kan also be used for systems which have PRIMARY SATA or SCSI controllers. -
Snippet for OemPnPDriversPath, setDevicePath clone
jeremyotten replied to idle.newbie's topic in Device Drivers
do you have a link I cannot find it! -
Snippet for OemPnPDriversPath, setDevicePath clone
jeremyotten replied to idle.newbie's topic in Device Drivers
Another question. This massstorage driverpack is very good. But is there a whay to fill the massstorage section with the pci\ven_ value from the .inf files in your driverpack? Thanx in advance -
Snippet for OemPnPDriversPath, setDevicePath clone
jeremyotten replied to idle.newbie's topic in Device Drivers
One last question! The massstorage pack! Should this be added under the oeminstall dir or under the massstorage section? .......... Thanx in Advance. -
Snippet for OemPnPDriversPath, setDevicePath clone
jeremyotten replied to idle.newbie's topic in Device Drivers
unattended takes long! sysprep is much much faster! deploy your network with 1_IMAGE_TO_RULE_THEM_ALL ;-) much faster then unattended with almost the same options. Many of the option are even simpler to make a master pc then with unattended! Maybe you should test it! Greetz! -
Snippet for OemPnPDriversPath, setDevicePath clone
jeremyotten replied to idle.newbie's topic in Device Drivers
Because in all of your packs are the same subfolders. Then I would have to change all these subfolders. And That would be a lot of work! Can't anybody convert the .cmd to .vbs then we don't have this output limit any more. -
Snippet for OemPnPDriversPath, setDevicePath clone
jeremyotten replied to idle.newbie's topic in Device Drivers
One last question! The massstorage pack! Should this be added under the oeminstall dir or under the massstorage section? .......... Thanx in Advance. -
Snippet for OemPnPDriversPath, setDevicePath clone
jeremyotten replied to idle.newbie's topic in Device Drivers
Ok now I get this C:\sysprep>OemPnPDriversPath.cmd C:\sysprep\D c:\sysprep\inf\sysprep.inf sysprep\D\DP1\G\A\1;sysprep\D\DP1\G\A\1\WDM_XP;sysprep\D\DP1\G\N;sysprep\D\DP2\G \A\2;sysprep\D\DP2\G\I\1;sysprep\D\DP2\G\I\2;sysprep\D\DP2\G\I\3;sysprep\D\DP2\G \M\1;sysprep\D\DP2\G\M\2;sysprep\D\DP2\G\M\3;sysprep\D\DP2\G\S\1;sysprep\D\DP2\G \S\2;sysprep\D\DP2\G\S\3;sysprep\D\DP2\G\V\1;sysprep\D\DP2\G\V\2;sysprep\D\DP2\G \V\3;sysprep\D\DP2\G\V\4;sysprep\D\DP2\G\V\5;sysprep\D\DP2\G\X\1;sysprep\D\DP2\G \X\1\WDM;sysprep\D\DP2\G\X\2;sysprep\D\DP3\L\3\1;sysprep\D\DP3\L\3\2;sysprep\D\D P3\L\3\3;sysprep\D\DP3\L\B;sysprep\D\DP3\L\B\2;sysprep\D\DP3\L\BU\1;sysprep\D\DP 3\L\BU\2;sysprep\D\DP3\L\BU\3;sysprep\D\DP3\L\D\1;sysprep\D\DP3\L\D\2;sysprep\D\ DP3\L\D\3;sysprep\D\DP3\L\D\4;sysprep\D\DP3\L\D\5;sysprep\D\DP3\L\D\6;sysprep\D\ DP3\L\D\7;sysprep\D\DP3\L\D\8;sysprep\D\DP3\L\I;sysprep\D\DP3\L\L\1;sysprep\D\DP 3\L\L\2;sysprep\D\DP3\L\L\3;sysprep\D\DP3\L\L\3\B;sysprep\D\DP3\L\L\4;sysprep\D\ DP3\L\L\5;sysprep\D\DP3\L\LI\1;sysprep\D\DP3\L\LI\2;sysprep\D\DP3\L\LI\3;sysprep \D\DP3\L\LI\4;sysprep\D\DP3\L\LI\5;sysprep\D\DP3\L\LI\6;sysprep\D\DP3\L\LI\7;sys prep\D\DP3\L\M;sysprep\D\DP3\L\MI;sysprep\D\DP3\L\N\1;sysprep\D\DP3\L\N\2;syspre p\D\DP3\L\N\3;sysprep\D\DP3\L\N\4;sysprep\D\DP3\L\N\5;sysprep\D\DP3\L\N\6;syspre p\D\DP3\L\N\7;sysprep\D\DP3\L\N\8;sysprep\D\DP3\L\NV;sysprep\D\DP3\L\O\1;sysprep \D\DP3\L\O\2;sysprep\D\DP3\L\O\3;sysprep\D\DP3\L\O\4;sysprep\D\DP3\L\O\5;sysprep \D\DP3\L\O\6;sysprep\D\DP3\L\O\7;sysprep\D\DP3\L\O\8;sysprep\D\DP3\L\R\1;sysprep \D\DP3\L\R\2;sysprep\D\DP3\L\S;sysprep\D\DP3\L\SM\1;sysprep\D\DP3\L\SM\2;sysprep \D\DP3\L\SM\3;sysprep\D\DP3\L\SM\4;sysprep\D\DP3\L\SM\5;sysprep\D\DP3\L\SM\6;sys prep\D\DP3\L\SM\7;sysprep\D\DP3\L\SM\8;sysprep\D\DP3\L\SM\9;sysprep\D\DP3\L\T;sy sprep\D\DP3\L\V\1;sysprep\D\DP3\L\V\2;sysprep\D\DP3\L\V\3;sysprep\D\DP4\M\3\1;sy sprep\D\DP4\M\3\2;sysprep\D\DP4\M\3\3;sysprep\D\DP4\M\A\1;sysprep\D\DP4\M\A\2;sy sprep\D\DP4\M\A\3;sysprep\D\DP4\M\A\4;sysprep\D\DP4\M\A\5;sysprep\D\DP4\M\A\6;sy sprep\D\DP4\M\A\7;sysprep\D\DP4\M\A\8;sysprep\D\DP4\M\AD\1;sysprep\D\DP4\M\AD\2; sysprep\D\DP4\M\AD\3;sysprep\D\DP4\M\AD\4;sysprep\D\DP4\M\AD\5;sysprep\D\DP4\M\A D\6;sysprep\D\DP4\M\AD\7;sysprep\D\DP4\M\AD\8;sysprep\D\DP4\M\AL;sysprep\D\DP4\M \AM;sysprep\D\DP4\M\AR;sysprep\D\DP4\M\D;sysprep\D\DP4\M\H\1;sysprep\D\DP4\M\H\2 ;sysprep\D\DP4\M\H\3;sysprep\D\DP4\M\H\4;sysprep\D\DP4\M\IB\1;sysprep\D\DP4\M\IB \2;sysprep\D\DP4\M\IN\1;sysprep\D\DP4\M\IN\2;sysprep\D\DP4\M\IT;sysprep\D\DP4\M\ L\1;sysprep\D\DP4\M\L\2;sysprep\D\DP4\M\L\3;sysprep\D\DP4\M\L\4;sysprep\D\DP4\M\ N;sysprep\D\DP4\M\P\1;sysprep\D\DP4\M\P\2;sysprep\D\DP4\M\P\3;sysprep\D\DP4\M\P\ 4;sysprep\D\DP4\M\P\5;sysprep\D\DP4\M\P\6;sysprep\D\DP4\M\P\7;sysprep\D\DP4\M\P\ 8;sysprep\D\DP4\M\Q\1;sysprep\D\DP4\M\Q\2;sysprep\D\DP4\M\Q\3;sysprep\D\DP4\M\Q\ 4;sysprep\D\DP4\M\S\1;sysprep\D\DP4\M\S\2;sysprep\D\DP4\M\S\3;sysprep\D\DP4\M\S\ 4;sysprep\D\DP4\M\S\5;sysprep\D\DP4\M\S\6;sysprep\D\DP4\M\S\7;sysprep\D\DP4\M\SI \1;sysprep\D\DP4\M\V\1;sysprep\D\DP4\M\V\2;sysprep\D\DP5\S\CR\LS\Win2K_XP;syspre p\D\DP5\S\CR\WDM;sysprep\D\DP5\S\N;sysprep\D\DP5\S\R;sysprep\D\DP5\S\R\HD;syspre p\D\DP5\S\V;sysprep\D\DP6\S\A;sysprep\D\DP6\S\C;sysprep\D\DP6\S\M\1;sysprep\D\DP 6\S\M\2;sysprep\D\DP6\S\M\3;sysprep\D\DP6\S\M\4;sysprep\D\DP6\S\M\5;sysprep\D\DP 6\S\M\6;sysprep\D\DP6\S\M\7;sysprep\D\DP6\S\M\8;sysprep\D\DP6\S\M\9;sysprep\D\DP 6\S\M\A;sysprep\D\DP6\S\M\B;sysprep\D\DP6\S\M\C;sysprep\D\DP6\S\M\D;sysprep\D\DP 6\S\S;sysprep\D\DP6\S\SC;sysprep\D\DP6\S\SM\A\1;sysprep\D\DP6\S\SM\A\2;sysprep\D \DP6\S\SM\A\3;sysprep\D\DP6\S\SM\A\4;sysprep\D\DP6\S\SM\A\5;sysprep\D\DP6\S\SM\A \6;sysprep\D\DP6\S\SM\I;sysprep\D\DP6\S\T\1;sysprep\D\DP6\S\T\2;sysprep\D\DP6\S\ T\3;sysprep\D\DP6\S\T\4;sysprep\D\DP6\S\T\5;sysprep\D\DP6\S\Y\1;sysprep\D\DP6\S\ Y\2;sysprep\D\DP7\W\3C\1;sysprep\D\DP7\W\3C\2;sysprep\D\DP7\W\3C\3;sysprep\D\DP7 \W\3C\4;sysprep\D\DP7\W\3C\5;sysprep\D\DP7\W\3C\6;sysprep\D\DP7\W\3C\7;sysprep\D \DP7\W\A;sysprep\D\DP7\W\AS;sysprep\D\DP7\W\AT;sysprep\D\DP7\W\B\1;sysprep\D\DP7 \W\B\2;sysprep\D\DP7\W\B\3;sysprep\D\DP7\W\B\4;sysprep\D\DP7\W\B\5;sysprep\D\DP7 \W\B\6;sysprep\D\DP7\W\B\7;sysprep\D\DP7\W\B\8;sysprep\D\DP7\W\B\9;sysprep\D\DP7 \W\BL\1;sysprep\D\DP7\W\BL\2;sysprep\D\DP7\W\BL\3;sysprep\D\DP7\W\BL\4;sysprep\D \DP7\W\BL\5;sysprep\D\DP7\W\BL\6;sysprep\D\DP7\W\BL\7;sysprep\D\DP7\W\BL\8;syspr ep\D\DP7\W\BL\9;sysprep\D\DP7\W\BU\1;sysprep\D\DP7\W\BU\2;sysprep\D\DP7\W\BU\3;s ysprep\D\DP7\W\BU\4;sysprep\D\DP7\W\BU\5;sysprep\D\DP7\W\BU\6;sysprep\D\DP7\W\BU \7;sysprep\D\DP7\W\BU\8;sysprep\D\DP7\W\BU\9;sysprep\D\DP7\W\BU\A;sysprep\D\DP7\ W\C\1;sysprep\D\DP7\W\C\2;sysprep\D\DP7\W\D\1;sysprep\D\DP7\W\D\2;sysprep\D\DP7\ W\D\2\A;sysprep\D\DP7\W\D\2\D;sysprep\D\DP7\W\D\2\E;sysprep\D\DP7\W\D\2\F;syspre p\D\DP7\W\D\3;sysprep\D\DP7\W\D\3\C;sysprep\D\DP7\W\D\3\D;sysprep\D\DP7\W\D\3\E; sysprep\D\DP7\W\D\4;sysprep\D\DP7\W\D\4\K;sysprep\D\DP7\W\D\4\L;sysprep\D\DP7\W\ D\4\M;sysprep\D\DP7\W\D\4\P;sysprep\D\DP7\W\D\5;sysprep\D\DP7\W\D\6;sysprep\D\DP 7\W\D\7;sysprep\D\DP7\W\D\8;sysprep\D\DP7\W\D\9;sysprep\D\DP7\W\D\A;sysprep\D\DP 7\W\D\B;sysprep\D\DP7\W\D\C;sysprep\D\DP7\W\D\C\C;sysprep\D\DP7\W\D\D;sysprep\D\ DP7\W\D\D\B;sysprep\D\DP7\W\D\E;sysprep\D\DP7\W\D\E\B;sysprep\D\DP7\W\D\E\C;sysp rep\D\DP7\W\E\1;sysprep\D\DP7\W\E\2;sysprep\D\DP7\W\E\3;sysprep\D\DP7\W\E\4;sysp rep\D\DP7\W\E\5;sysprep\D\DP7\W\E\6;sysprep\D\DP7\W\E\7;sysprep\D\DP7\W\E\8;sysp rep\D\DP7\W\E\9;sysprep\D\DP7\W\E\A;sysprep\D\DP7\W\E\B;sysprep\D\DP7\W\E\C;sysp rep\D\DP7\W\E\D;sysprep\D\DP7\W\E\E;sysprep\D\DP7\W\E\F;sysprep\D\DP7\W\E\G;sysp rep\D\DP7\W\E\H;sysprep\D\DP7\W\E\I;sysprep\D\DP7\W\E\J;sysprep\D\DP7\W\EN\1;sys prep\D\DP7\W\EN\2;sysprep\D\DP7\W\I\1;sysprep\D\DP7\W\I\2;sysprep\D\DP7\W\I\3;sy sprep\D\DP7\W\I\4;sysprep\D\DP7\W\I\5;sysprep\D\DP7\W\I\6;sysprep\D\DP7\W\L\1;sy sprep\D\DP7\W\L\2;sysprep\D\DP7\W\L\2\4;sysprep\D\DP7\W\L\3;sysprep\D\DP7\W\L\3\ 2;sysprep\D\DP7\W\L\4;sysprep\D\DP7\W\L\5;sysprep\D\DP7\W\L\6;sysprep\D\DP7\W\L\ 6\3;sysprep\D\DP7\W\L\6\A;sysprep\D\DP7\W\L\6\B;sysprep\D\DP7\W\L\7;sysprep\D\DP 7\W\L\8;sysprep\D\DP7\W\L\9;sysprep\D\DP7\W\L\9\2;sysprep\D\DP7\W\L\9\A;sysprep\ D\DP7\W\L\A;sysprep\D\DP7\W\L\B;sysprep\D\DP7\W\L\B\1;sysprep\D\DP7\W\L\C;syspre p\D\DP7\W\L\C\2;sysprep\D\DP7\W\L\C\26;sysprep\D\DP7\W\L\C\3;sysprep\D\DP7\W\L\C \4;sysprep\D\DP7\W\L\C\A;sysprep\D\DP7\W\L\D;sysprep\D\DP7\W\L\E;sysprep\D\DP7\W \L\E\4;sysprep\D\DP7\W\L\E\A;sysprep\D\DP7\W\L\F;sysprep\D\DP7\W\M;sysprep\D\DP7 \W\MI\1;sysprep\D\DP7\W\MI\2;sysprep\D\DP7\W\N\1;sysprep\D\DP7\W\N\2;sysprep\D\D P7\W\N\3;sysprep\D\DP7\W\N\4;sysprep\D\DP7\W\N\5;sysprep\D\DP7\W\N\6;sysprep\D\D P7\W\N\7;sysprep\D\DP7\W\O\1;sysprep\D\DP7\W\O\2;sysprep\D\DP7\W\O\3;sysprep\D\D P7\W\O\4;sysprep\D\DP7\W\R\1;sysprep\D\DP7\W\R\2;sysprep\D\DP7\W\S\1;sysprep\D\D P7\W\S\2;sysprep\D\DP7\W\S\3;sysprep\D\DP7\W\S\4;sysprep\D\DP7\W\S\5;sysprep\D\D P7\W\SE\1;sysprep\D\DP7\W\SE\2;sysprep\D\DP7\W\SE\3;sysprep\D\DP7\W\SE\4;sysprep \D\DP7\W\SE\5;sysprep\D\DP7\W\SI\1;sysprep\D\DP7\W\SI\2;sysprep\D\DP7\W\SI\2\U;s ysprep\D\DP7\W\SI\3;sysprep\D\DP7\W\SI\3\U;sysprep\D\DP7\W\SIT\1;sysprep\D\DP7\W \SIT\2;sysprep\D\DP7\W\SIT\3;sysprep\D\DP7\W\SIT\4;sysprep\D\DP7\W\SIT\5;sysprep \D\DP7\W\SIT\6;sysprep\D\DP7\W\SIT\7;sysprep\D\DP7\W\SIT\8;sysprep\D\DP7\W\SIT\9 ;sysprep\D\DP7\W\SIT\A;sysprep\D\DP7\W\SIT\B;sysprep\D\DP7\W\SIT\C;sysprep\D\DP7 \W\SIT\D;sysprep\D\DP7\W\SM\1;sysprep\D\DP7\W\SM\2;sysprep\D\DP7\W\SM\3;sysprep\ D\DP7\W\SM\4;sysprep\D\DP7\W\SM\5;sysprep\D\DP7\W\SM\6;sysprep\D\DP7\W\SM\7;sysp rep\D\DP7\W\SM\7\WINXP;sysprep\D\DP7\W\SM\8;sysprep\D\DP7\W\SM\9;sysprep\D\DP7\W \SM\A;sysprep\D\DP7\W\SM\B;sysprep\D\DP7\W\SM\C;sysprep\D\DP7\W\SM\D;sysprep\D\D P7\W\SU\1;sysprep\D\DP7\W\SU\2;sysprep\D\DP7\W\SU\3;sysprep\D\DP7\W\SU\4;sysprep \D\DP7\W\SU\5;sysprep\D\DP7\W\SU\6;sysprep\D\DP7\W\SU\7;sysprep\D\DP7\W\SU\8;sys prep\D\DP7\W\SU\9;sysprep\D\DP7\W\SU\A;sysprep\D\DP7\W\SU\B;sysprep\D\DP7\W\SU\C ;sysprep\D\DP7\W\SU\D;sysprep\D\DP7\W\SU\E;sysprep\D\DP7\W\SU\F;sysprep\D\DP7\W\ SU\G;sysprep\D\DP7\W\SU\H;sysprep\D\DP7\W\SU\I C:\sysprep> This is a good result! BUT! What will we do when after a while there will be so much drivers that you will get the output is too long error? It would be much easier If you made 1 driver pack with everything in it allong side the other pack then you could put everything under 1 DP dir instead op DP1-DP7 just a thought! I will test it now and when it comes out OK! We will pay you support ;-) with our company! -
Snippet for OemPnPDriversPath, setDevicePath clone
jeremyotten replied to idle.newbie's topic in Device Drivers
this is what I get! C:\sysprep>OemPnPDriversPath.cmd C:\sysprep\DriverPacks c:\sysprep\inf\sysprep.i nf sysprep\DriverPacks\DriverPack_Graphics_A_V5021\DP\G\A\1;sysprep\DriverPacks\Dri verPack_Graphics_A_V5021\DP\G\A\1\WDM_XP;sysprep\DriverPacks\DriverPack_Graphics _A_V5021\DP\G\N;sysprep\DriverPacks\DriverPack_Graphics_B_V502\DP\G\A\2;sysprep\ DriverPacks\DriverPack_Graphics_B_V502\DP\G\I\1;sysprep\DriverPacks\DriverPack_G raphics_B_V502\DP\G\I\2;sysprep\DriverPacks\DriverPack_Graphics_B_V502\DP\G\I\3; sysprep\DriverPacks\DriverPack_Graphics_B_V502\DP\G\M\1;sysprep\DriverPacks\Driv erPack_Graphics_B_V502\DP\G\M\2;sysprep\DriverPacks\DriverPack_Graphics_B_V502\D P\G\M\3;sysprep\DriverPacks\DriverPack_Graphics_B_V502\DP\G\S\1;sysprep\DriverPa cks\DriverPack_Graphics_B_V502\DP\G\S\2;sysprep\DriverPacks\DriverPack_Graphics_ B_V502\DP\G\S\3;sysprep\DriverPacks\DriverPack_Graphics_B_V502\DP\G\V\1;sysprep\ DriverPacks\DriverPack_Graphics_B_V502\DP\G\V\2;sysprep\DriverPacks\DriverPack_G raphics_B_V502\DP\G\V\3;sysprep\DriverPacks\DriverPack_Graphics_B_V502\DP\G\V\4; sysprep\DriverPacks\DriverPack_Graphics_B_V502\DP\G\V\5;sysprep\DriverPacks\Driv erPack_Graphics_B_V502\DP\G\X\1;sysprep\DriverPacks\DriverPack_Graphics_B_V502\D P\G\X\1\WDM;sysprep\DriverPacks\DriverPack_Graphics_B_V502\DP\G\X\2;sysprep\Driv erPacks\DriverPack_LAN_V502\DP\L\3\1;sysprep\DriverPacks\DriverPack_LAN_V502\DP\ L\3\2;sysprep\DriverPacks\DriverPack_LAN_V502\DP\L\3\3;sysprep\DriverPacks\Drive rPack_LAN_V502\DP\L\B;sysprep\DriverPacks\DriverPack_LAN_V502\DP\L\B\2;sysprep\D riverPacks\DriverPack_LAN_V502\DP\L\BU\1;sysprep\DriverPacks\DriverPack_LAN_V502 \DP\L\BU\2;sysprep\DriverPacks\DriverPack_LAN_V502\DP\L\BU\3;sysprep\DriverPacks \DriverPack_LAN_V502\DP\L\D\1;sysprep\DriverPacks\DriverPack_LAN_V502\DP\L\D\2;s ysprep\DriverPacks\DriverPack_LAN_V502\DP\L\D\3;sysprep\DriverPacks\DriverPack_L AN_V502\DP\L\D\4;sysprep\DriverPacks\DriverPack_LAN_V502\DP\L\D\5;sysprep\Driver Packs\DriverPack_LAN_V502\DP\L\D\6;sysprep\DriverPacks\DriverPack_LAN_V502\DP\L\ D\7;sysprep\DriverPacks\DriverPack_LAN_V502\DP\L\D\8;sysprep\DriverPacks\DriverP ack_LAN_V502\DP\L\I;sysprep\DriverPacks\DriverPack_LAN_V502\DP\L\L\1;sysprep\Dri verPacks\DriverPack_LAN_V502\DP\L\L\2;sysprep\DriverPacks\DriverPack_LAN_V502\DP \L\L\3;sysprep\DriverPacks\DriverPack_LAN_V502\DP\L\L\3\B;sysprep\DriverPacks\Dr iverPack_LAN_V502\DP\L\L\4;sysprep\DriverPacks\DriverPack_LAN_V502\DP\L\L\5;sysp rep\DriverPacks\DriverPack_LAN_V502\DP\L\LI\1;sysprep\DriverPacks\DriverPack_LAN _V502\DP\L\LI\2;sysprep\DriverPacks\DriverPack_LAN_V502\DP\L\LI\3;sysprep\Driver Packs\DriverPack_LAN_V502\DP\L\LI\4;sysprep\DriverPacks\DriverPack_LAN_V502\DP\L \LI\5;sysprep\DriverPacks\DriverPack_LAN_V502\DP\L\LI\6;sysprep\DriverPacks\Driv erPack_LAN_V502\DP\L\LI\7;sysprep\DriverPacks\DriverPack_LAN_V502\DP\L\M;sysprep \DriverPacks\DriverPack_LAN_V502\DP\L\MI;sysprep\DriverPacks\DriverPack_LAN_V502 \DP\L\N\1;sysprep\DriverPacks\DriverPack_LAN_V502\DP\L\N\2;sysprep\DriverPacks\D riverPack_LAN_V502\DP\L\N\3;sysprep\DriverPacks\DriverPack_LAN_V502\DP\L\N\4;sys prep\DriverPacks\DriverPack_LAN_V502\DP\L\N\5;sysprep\DriverPacks\DriverPack_LAN _V502\DP\L\N\6;sysprep\DriverPacks\DriverPack_LAN_V502\DP\L\N\7;sysprep\DriverPa cks\DriverPack_LAN_V502\DP\L\N\8;sysprep\DriverPacks\DriverPack_LAN_V502\DP\L\NV ;sysprep\DriverPacks\DriverPack_LAN_V502\DP\L\O\1;sysprep\DriverPacks\DriverPack _LAN_V502\DP\L\O\2;sysprep\DriverPacks\DriverPack_LAN_V502\DP\L\O\3;sysprep\Driv erPacks\DriverPack_LAN_V502\DP\L\O\4;sysprep\DriverPacks\DriverPack_LAN_V502\DP\ L\O\5;sysprep\DriverPacks\DriverPack_LAN_V502\DP\L\O\6;sysprep\DriverPacks\Drive rPack_LAN_V502\DP\L\O\7;sysprep\DriverPacks\DriverPack_LAN_V502\DP\L\O\8;sysprep \DriverPacks\DriverPack_LAN_V502\DP\L\R\1;sysprep\DriverPacks\DriverPack_LAN_V50 2\DP\L\R\2;sysprep\DriverPacks\DriverPack_LAN_V502\DP\L\S;sysprep\DriverPacks\Dr iverPack_LAN_V502\DP\L\SM\1;sysprep\DriverPacks\DriverPack_LAN_V502\DP\L\SM\2;sy sprep\DriverPacks\DriverPack_LAN_V502\DP\L\SM\3;sysprep\DriverPacks\DriverPack_L AN_V502\DP\L\SM\4;sysprep\DriverPacks\DriverPack_LAN_V502\DP\L\SM\5;sysprep\Driv erPacks\DriverPack_LAN_V502\DP\L\SM\6;sysprep\DriverPacks\DriverPack_LAN_V502\DP \L\SM\7;sysprep\DriverPacks\DriverPack_LAN_V502\DP\L\SM\8;sysprep\DriverPacks\Dr iverPack_LAN_V502\DP\L\SM\9;sysprep\DriverPacks\DriverPack_LAN_V502\DP\L\T;syspr ep\DriverPacks\DriverPack_LAN_V502\DP\L\V\1;sysprep\DriverPacks\DriverPack_LAN_V 502\DP\L\V\2;sysprep\DriverPacks\DriverPack_LAN_V502\DP\L\V\3;sysprep\DriverPack s\DriverPack_MassStorage_V503\DP\M\3\1;sysprep\DriverPacks\DriverPack_MassStorag e_V503\DP\M\3\2;sysprep\DriverPacks\DriverPack_MassStorage_V503\DP\M\3\3;sysprep \DriverPacks\DriverPack_MassStorage_V503\DP\M\A\1;sysprep\DriverPacks\DriverPack _MassStorage_V503\DP\M\A\2;sysprep\DriverPacks\DriverPack_MassStorage_V503\DP\M\ A\3;sysprep\DriverPacks\DriverPack_MassStorage_V503\DP\M\A\4;sysprep\DriverPacks \DriverPack_MassStorage_V503\DP\M\A\5;sysprep\DriverPacks\DriverPack_MassStorage _V503\DP\M\A\6;sysprep\DriverPacks\DriverPack_MassStorage_V503\DP\M\A\7;sysprep\ DriverPacks\DriverPack_MassStorage_V503\DP\M\A\8;sysprep\DriverPacks\DriverPack_ MassStorage_V503\DP\M\AD\1;sysprep\DriverPacks\DriverPack_MassStorage_V503\DP\M\ AD\2;sysprep\DriverPacks\DriverPack_MassStorage_V503\DP\M\AD\3;sysprep\DriverPac ks\DriverPack_MassStorage_V503\DP\M\AD\4;sysprep\DriverPacks\DriverPack_MassStor age_V503\DP\M\AD\5;sysprep\DriverPacks\DriverPack_MassStorage_V503\DP\M\AD\6;sys prep\DriverPacks\DriverPack_MassStorage_V503\DP\M\AD\7;sysprep\DriverPacks\Drive rPack_MassStorage_V503\DP\M\AD\8;sysprep\DriverPacks\DriverPack_MassStorage_V503 \DP\M\AL;sysprep\DriverPacks\DriverPack_MassStorage_V503\DP\M\AM;sysprep\DriverP acks\DriverPack_MassStorage_V503\DP\M\AR;sysprep\DriverPacks\DriverPack_MassStor age_V503\DP\M\D;sysprep\DriverPacks\DriverPack_MassStorage_V503\DP\M\H\1;sysprep \DriverPacks\DriverPack_MassStorage_V503\DP\M\H\2;sysprep\DriverPacks\DriverPack _MassStorage_V503\DP\M\H\3;sysprep\DriverPacks\DriverPack_MassStorage_V503\DP\M\ H\4;sysprep\DriverPacks\DriverPack_MassStorage_V503\DP\M\IB\1;sysprep\DriverPack s\DriverPack_MassStorage_V503\DP\M\IB\2;sysprep\DriverPacks\DriverPack_MassStora ge_V503\DP\M\IN\1;sysprep\DriverPacks\DriverPack_MassStorage_V503\DP\M\IN\2;sysp rep\DriverPacks\DriverPack_MassStorage_V503\DP\M\IT;sysprep\DriverPacks\DriverPa ck_MassStorage_V503\DP\M\L\1;sysprep\DriverPacks\DriverPack_MassStorage_V503\DP\ M\L\2;sysprep\DriverPacks\DriverPack_MassStorage_V503\DP\M\L\3;sysprep\DriverPac ks\DriverPack_MassStorage_V503\DP\M\L\4;sysprep\DriverPacks\DriverPack_MassStora ge_V503\DP\M\N;sysprep\DriverPacks\DriverPack_MassStorage_V503\DP\M\P\1;sysprep\ DriverPacks\DriverPack_MassStorage_V503\DP\M\P\2;sysprep\DriverPacks\DriverPack_ MassStorage_V503\DP\M\P\3;sysprep\DriverPacks\DriverPack_MassStorage_V503\DP\M\P \4;sysprep\DriverPacks\DriverPack_MassStorage_V503\DP\M\P\5;sysprep\DriverPacks\ DriverPack_MassStorage_V503\DP\M\P\6;sysprep\DriverPacks\DriverPack_MassStorage_ V503\DP\M\P\7;sysprep\DriverPacks\DriverPack_MassStorage_V503\DP\M\P\8;sysprep\D riverPacks\DriverPack_MassStorage_V503\DP\M\Q\1;sysprep\DriverPacks\DriverPack_M assStorage_V503\DP\M\Q\2;sysprep\DriverPacks\DriverPack_MassStorage_V503\DP\M\Q\ 3;sysprep\DriverPacks\DriverPack_MassStorage_V503\DP\M\Q\4;sysprep\DriverPacks\D riverPack_MassStorage_V503\DP\M\S\1;sysprep\DriverPacks\DriverPack_MassStorage_V 503\DP\M\S\2;sysprep\DriverPacks\DriverPack_MassStorage_V503\DP\M\S\3;sysprep\Dr iverPacks\DriverPack_MassStorage_V503\DP\M\S\4;sysprep\DriverPacks\DriverPack_Ma ssStorage_V503\DP\M\S\5;sysprep\DriverPacks\DriverPack_MassStorage_V503\DP\M\S\6 ;sysprep\DriverPacks\DriverPack_MassStorage_V503\DP\M\S\7;sysprep\DriverPacks\Dr iverPack_MassStorage_V503\DP\M\SI\1;sysprep\DriverPacks\DriverPack_MassStorage_V 503\DP\M\V\1;sysprep\DriverPacks\DriverPack_MassStorage_V503\DP\M\V\2;sysprep\Dr iverPacks\DriverPack_Sound_A_V5031\DP\S\CR\LS\Win2K_XP;sysprep\DriverPacks\Drive rPack_Sound_A_V5031\DP\S\CR\WDM;sysprep\DriverPacks\DriverPack_Sound_A_V5031\DP\ S\N;sysprep\DriverPacks\DriverPack_Sound_A_V5031\DP\S\R;sysprep\DriverPacks\Driv erPack_Sound_A_V5031\DP\S\R\HD;sysprep\DriverPacks\DriverPack_Sound_A_V5031\DP\S \V;sysprep\DriverPacks\DriverPack_Sound_B_V503\DP\S\A The output is too long. the syntax of the command is wrong. You see he only gets to Driverpack sound b which is the second of the total of 6! -
Snippet for OemPnPDriversPath, setDevicePath clone
jeremyotten replied to idle.newbie's topic in Device Drivers
The driverbase is made for an unattended install to make a winnt.sif But I want to make an unattended sysprep image with the oemdriverspath filled in the sysprep.inf. so........ the output generated in de cmd box is to big! there's to much info for the dosbox to handle. when I remove a few driverbases everything works! please assist. -
Snippet for OemPnPDriversPath, setDevicePath clone
jeremyotten replied to idle.newbie's topic in Device Drivers
The script works perfect But I have one complaint. When I want to do this with all the BTS driverpacks I get this error output line too long in de DOS box. This means that the output is too big for DOS to handle. The resulting winnt.sif or sysprep.inf is empty because the command could not be completed. Is there a way to increase the output buffer for cmd.exe ? Please advice!