Posted April 28, 201014 yr i want to change the Driver Pack Finisher that start in the first log on of windows i want to switch it in the installing of windows time . how can i do that > Edited April 28, 201014 yr by rebi
April 28, 201014 yr This is not a good place to put it, because it would try to run everytime a new user is created
April 28, 201014 yr DP Finisher will want run every time you create a new user account and log into it for the first time...BTW if you still want to know look at my Windows Sidebar, I do it with that; Registers the Sidebar's EXE and DLL files on 1st user login[PerUserStub.AddReg]HKLM,"SOFTWARE\Microsoft\Active Setup\Installed Components\{D58F39FF-953E-4F45-898F-59F243B9A523}",,,"Windows Sidebar"HKLM,"SOFTWARE\Microsoft\Active Setup\Installed Components\{D58F39FF-953E-4F45-898F-59F243B9A523}","ComponentID",,"sidebar.EXE"HKLM,"SOFTWARE\Microsoft\Active Setup\Installed Components\{D58F39FF-953E-4F45-898F-59F243B9A523}","IsInstalled",0x10001,1HKLM,"SOFTWARE\Microsoft\Active Setup\Installed Components\{D58F39FF-953E-4F45-898F-59F243B9A523}","Locale",,"en-US"HKLM,"SOFTWARE\Microsoft\Active Setup\Installed Components\{D58F39FF-953E-4F45-898F-59F243B9A523}","StubPath",0x20000,"RUNDLL32 advpack.dll,LaunchINFSection %INF_FILE%,Register"HKLM,"SOFTWARE\Microsoft\Active Setup\Installed Components\{D58F39FF-953E-4F45-898F-59F243B9A523}","Version",,"6,0,6002,18005"You need to generate a GUID and change the StubPath to launch DP Finisher
June 7, 201014 yr Why aren't you asking this question over at DriverPacks.net forums? Are you afraid of us? Did you select to run the finisher at GUIrunonce or RunOnceEx? If RunOnceEx, then change the number found in %source%\$OEM$\cmdlines.txt[Commands]"ROE.exe 937"Change the 937 to any number between 10 and 999. Any number will do, but make sure it doesn't conflict with your other apps executing during RunOnceEx.For more info on ROE, read here: http://unattended.msfn.org/unattended.xp/view/web/14/
June 8, 201014 yr Author - i am sure nobody like my question or request - any way if i you would like help me or another people the first step is be friendly response ...- i will test it .- so if i found it i will show in herei use %OEM%cmdlines ;; Generated by DriverPacks BASE 8.12.5;[Commands]"ROE.exe 937" ====>> the first time of login i see the picture i said .when time is good ? id didn,t andd app in cmlinei chang it too 300 ... how can i know 300 is between winch time of installing :questionmark: Edited June 8, 201014 yr by rebi
June 8, 201014 yr That's because there are only two options. GUIrunonce or RunOnceEx. Both occur at roughly the same time. ROE is better (in my opinion). GUIrunonce requires entries in the winnt.sif, which is not used by everyone.If you have entries in BOTH GUIrunonce and RunOnceEx, they will both execute at the same time and cause problems.EXACTLY when do you wish to execute the finisher? Ricktendo64 already explained how to execute it during first user login.
June 9, 201014 yr Author 1- RunOnceEx 2- EXACTLY when do you wish to execute the finisher? ===>> in the 13 minute Before installing Svpack ,if it is possible 3- exactly not in the first logon Edited June 9, 201014 yr by rebi
June 9, 201014 yr Author 1- RunOnceEx 2- EXACTLY when do you wish to execute the finisher? ===>> in the 13 minute Before installing Svpack ,if it is possible 3- exactly not in the first logon Edited June 9, 201014 yr by rebi
June 9, 201014 yr To answer your question...no. That's not possible.Not all the installers in every DriverPack are compatible with being installed at T-13, but all are ROE compatible.If you want to test, add the following line to \i386\svcpack.inf[SetupHotfixesToRun]%SystemDrive% & cd\ & Start /wait /separate /high "" DPsFnshr.exeI haven't tested this, but I'm 90% certain that it will fail.Don't blame me if this smokes your install, melts your ice-cream or turns your cat purple. Edited June 9, 201014 yr by Mr_Smartepants
June 10, 201014 yr Author thank you Mr_Smartepants it workedyes that right and how do i know what happen in this time and seeing the problem if it is or not ?
June 12, 201014 yr Author again i test it for sure of off done itbut it did not work again - amazing it worked for one time no more :icon_cool: :questionmark:
June 12, 201014 yr I told you it would fail. The finisher will run fine, but the individual installers were not made to be installed at T-13 and the majority of them will fail.
June 13, 201014 yr Author Mr_Smartepantsyes you say it i remember , it is a bad problem , i see the dpsfinisher time in windows of my friend that created it he change this time to 13 minutes of picture that i showed it just this pic run , i did not know how can he do it ? but i think he use a program for doing that . i see just this pic in time something like this :
June 17, 201014 yr Author Mr_Smartepantsdo i write the text in cmdlines :questionmark: [setupHotfixesToRun]%SystemDrive% & cd\ & Start /wait /separate /high "" DPsFnshr.exei see xplode mode in dps finisher time . did you know the using of it ?
June 17, 201014 yr It sounds like you don't understand what you're doing.You need to first understand what cmdlines.txt and svcpack.inf are used for. First read: http://unattended.ms...xp/view/web/14/Next read: http://unattended.ms...xp/view/web/24/ Edited June 17, 201014 yr by Mr_Smartepants
June 17, 201014 yr Author It sounds like you don't understand what you're doing. :icon_cool: You need to first understand what cmdlines.txt and svcpack.inf are used for. First read: http://unattended.ms...xp/view/web/14/Next read: http://unattended.ms...xp/view/web/24/you don't understand what i said . you give me this text and it is in svpack i know different of those . just i ask you if i add text in cmdline of (roe) is it right or no :ranting:i see xplode mode in dps finisher time . did you know the using of it :questionmark: Edited June 17, 201014 yr by rebi
June 17, 201014 yr Appearently you don't know the difference because this:[SetupHotfixesToRun]%SystemDrive% & cd\ & Start /wait /separate /high "" DPsFnshr.exeIS NOT cmdlines-style coding...This:[COMMANDS]"VisualStyles.exe""Customfiles.exe""Fonts.exe""renuser.exe Administrator Kelsenellenelvian""rundll32 advpack.dll,LaunchINFSection RunWPI.inf,,1,N"is cmdlines-style coding...
June 18, 201014 yr Author [SetupHotfixesToRun]%SystemDrive% & cd\ & Start /wait /separate /high "" DPsFnshr.exewhen i use it in [setupHotfixesToRun] it did not mater used in cmdline ?ok i got it what you say man
January 31, 201114 yr Author for along time i cam backi use driver pack of http://driverpacks.net/ and its so good for my windows i use integrating hot fix of XPSP3_QFE_UpdatePack for Windows XP Post-SP3 1.4.7 20110111really good and excellent just those time i see the driver pack finisher in the first log in of windows i file xplode soft to change the time of that just i did not know how can i do use this xplode if any body can help me ?
January 31, 201114 yr i file xplode soft to change the time of that just i did not know how can i do use this xplode if any body can help me ? No. You cannot decompile (or "xplode" as you say it) the DPS Finisher. The source code is compiled (or built) into an .exe file.Besides, you cannot alter the source code to change the time that it executes. It doesn't work like that.We've all tried to explain it to you several times. To change the time that the Finisher runs, you have to "call" it from different files using different methods.You must call the Finisher from either GUIRunOnce or RunOnceEx using the methods built into the DPS BASE. ANY other method is NOT supported and will probably fail (unless you know exactly what you are doing, which you don't).
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.