Re: [Add-on] Select desired DriverPacks during M2 install or after install
I changed the above link to rapidshare.
You are not logged in. Please login or register.
DriverPacks.net Forum » Software » [Add-on] Select desired DriverPacks during M2 install or after install
I changed the above link to rapidshare.
nice program.
This seems a nice project, however it's not clear for me how to use it. Should I run dpbase.exe as usual and then add the tools and replace presetup.cmd or shouldn't I use dpbase.exe at all?
You must run BASE, do as usual to slipstream your packs.
Then, before you create the ISO and/or burn to a disc, you need to replace the files in the OEM folder.
Vista driverpacks : http://www.ryanvm.net/forum/viewtopic.php?t=6703
Vista Update packs : http://www.ryanvm.net/forum/viewtopic.php?t=6228
And Vista-Tool 1.0
2.0 is almost ready
thanks for source codes, guys
Hope someday I'll also bring the source code of my app to the right order & publish it
I've had a problem, but wonder if the tool if the source of the problem.
Maybe you can help: http://forum.driverpacks.net/viewtopic.php?pid=25627
You must run BASE, do as usual to slipstream your packs.
Then, before you create the ISO and/or burn to a disc, you need to replace the files in the OEM folder.
I do that, but DriverPacks Selector not runing on T39 - all driverpacks extrackting without choise
(ssory my bad english)
P.S. OK - I have solved this problem (has forgotten to change the file presetup.cmd in file I386 folder). But now after choice driver and unpackings gives the error: Cannot finde file c:\DSPdsblr.exe
What can I do ?
P.P.S. And this problem I have solved! Error in file presetup.cmd:
REM | Copying/decompressing the files to finish the installation. |
REM |--------------------------------------------------------------------------|
%CDDRIVE%\OEM\bin\un7zip.exe %CDDRIVE%\OEM\bin\x86.7z
::COPY /Y %CDDRIVE%\OEM\bin\DPsFnshr.ini %SystemDrive%\
IF EXIST %CDDRIVE%\OEM\*.ins COPY /Y %CDDRIVE%\OEM\*.ins %SystemDrive%\
Must be:
REM | Copying/decompressing the files to finish the installation. |
REM |--------------------------------------------------------------------------|
%CDDRIVE%\OEM\bin\un7zip.exe %CDDRIVE%\OEM\bin\x86.7z %SystemDrive%\
::COPY /Y %CDDRIVE%\OEM\bin\DPsFnshr.ini %SystemDrive%\
IF EXIST %CDDRIVE%\OEM\*.ins COPY /Y %CDDRIVE%\OEM\*.ins %SystemDrive%\
Many thanks Kal, jaws1975, Helmi !!! SPASIBO !
Last edited by awsarkisoff76 (2009-01-06 08:41:50)
agni wrote:When I run driverupdater with the presetup switch it does not detect any driverpacks.
But when I run it normally it detects them.
I am on a x86 machine.Please help.
Sorry. I made a bunch of changes last update and I didn't test "presetup".
It's fixed now!
update at first post.
I also changed the presetup timeout from 60 seconds to 30 seconds. The timer will stop if user interaction detected.
Hello, where can you change the timeout? 60 seconds is really short and 30 seconds even shorter. If one has to stay and sit down before the screen to be able to interact at the 30 seconds, there's not much unattended. Is it possible to change that timeout somewhere to 240 seconds and if so where and how?
For the rest it's a very nice and much appreciated function to be able to choose whitch drivers to unpack.
Im a little confussed on this guys on how to use this... any chance of an update to the first post to give a structured set of instructions on how to use this app? It looks awesome btw and im defo interested in this.
Hmm,
I've downloaded this. Replaced presetup.cmd within the one in i386 folder.
Copied the contentes of bin to oem\bin
copied driverupdater.exe to oem.
Ran...
At installation stage, it asked me for what to extract, so far so good.
Extracted everything i've selected, that's fine though i had to see everything via ugly msdos interface. A novice user can close it with our without intention which i wouldn't want.
After extraction, this is what greeted me:
Anyways, i've clicked ok. Then an error message claiming it couldn't find DsPDsblr.exe came next.
Why?
I couldn't wait to end the installation by now. Deleting the iso already. (:
I'm also getting this.... http://forum.driverpacks.net/viewtopic.php?id=3543
ideas?
Look at post #33
Any chance we can get an updated revision on this project? I really really like it... just wish that the files weren't limited to 8 characters. Even better, could this be added to the DP_Base.exe as a function you can enable in the settings?
Being able to do a blanket install of all drivers is nice, but on some hardware you might only want the Lan / Wlan / Sound / etc.
Also is there a way to hide the dos window on the decompression and use the default (extracting 1 of 4) window.
Last edited by ssx4life (2009-02-17 03:13:55)
Being as we do not support attended installs, this is not currently on the todo list...
and is why it is only a third party application and not directly supported by DriverPacks
I guess you answered my question, but you also kinda agreed with me on this one
Attended installs have recieved some interest. Not as much as SysPrep and RIS so they are on the list.
You are Right since i did not disagree i passively agreed
sorry but I have ADD so I lose interest from time to time.
I updated the link in the first post.
The previous included presetup.cmd file was wrong. It referenced un7zip which I eliminated.
I updated the info as well. When I originally coded it for Vista packs, muiz used a different naming scheme.
I did NOT recode this but to use it with Vista packs I provided the info how.
Vista driverpacks must be named...
Vistax64Drivers_blablabla.7z with the root folder being Vistax64Drivers or...
Vistax86Drivers_blablabla.7z with the root folder being Vistax86Drivers
so basically to use muiz's Vista packs you have to repack them and rename them...
I repacked his lan pack and it updated my lan card (Vista x64).
re ssx4life's comment. you see the command window because I use 7za.exe for the extraction. I found it to be faster.
The source code is on the bottom of the first page. You could recode and compile it if you like.
Last edited by jaws1975 (2009-04-09 09:37:15)
Thanks jaws. Nice program.
I agree with Nomadturk's post,
Ran...
At installation stage, it asked me for what to extract, so far so good.
Extracted everything i've selected, that's fine though i had to see everything via ugly msdos interface. A novice user can close it with our without intention which i wouldn't want.
I made a fake 7za.exe (witch Quick Batch File Compiler) which runs un7zip.
The batch code i used is : (very simple isnt it )
start /wait %~dp0un7zip.exe "%2" %SystemDrive%
You can download and extract this file to your %SOURCE%\OEM\bin
Tested on live system and everything is good.
Edit: Tested at installation and worked,too.
(Sorry if did an error, I'm not English)
Last edited by morning (2009-06-11 16:39:06)
Looks like an interesting tool, but i bumped into an invalid link. could you repost pleeaaase?
PS: I have ADD too... sometimes its difficult to stay "on earth" isn't?
(Dangerous Crazy Person with ADD + OCD (Obssessive Compulsive Disorder) and + a few minor disorders too... i should be locked somewhere...)
Hi can any one reupload to me DriverUpdater v0.3.5 which was in mediafire because it's removed thank you so much
just a minor update v0.3.6...
extraction is done by un7zip.exe now.
Windows 7 is supported although untested really.
view readme.txt in file.
http://www.mediafire.com/?mmvgdtjam05
this project is now abandoned due to lack of interest by me and the community. This will be the last update.
v0.3.6 Delphi source code
http://www.mediafire.com/?mbgoj3wmtzl
Last edited by jaws1975 (2010-01-28 13:45:12)
Edited first post with links/info from above post.
Good luck in your future endeavors jaws1975, and thanks for your contributions!
Hola. He modificado el ejecutable y traducido al español (espero que no se enojen). También modifiqué el tamaño de la ventana ya que me parecía muy grande. Si les interesa me avisan para subir el código fuente y el ejecutable.
**************************************************************************
Hello. I modified the executable and translated into Spanish (I hope not to get angry). I also changed the window size since it seemed very large. If you are interested let me know to upload the source code and executable. (Translated to google)
Spam removed....
Official Dealer for Armani, Adidas DKNY watches, D&G, TW Steel, Seiko, Gant and Ltd Watches are avaialble online with 0% finance and next day delivery.
As an official authorised retailer of all the brands we sell you get the full support of the brand and the genuine stamped manufacturers
For a limited time we are currently offering all watches purchased from us come with 2 years free watch insuarnce, which covers theft and accidental damage and is valid world wide. You get a insurance certificate which can be given to someone else if your buying as a gift.
Powered by PunBB, supported by Informer Technologies, Inc.
Currently installed 3 official extensions. Copyright © 2003–2009 PunBB.
[ Generated in 0.025 seconds, 10 queries executed ]