Re: Possible fully silent installation with pre-set *.ini file ???

I belive that base 8.09x SAD called from runonce should work fine... based on that post above...

but he is trying to use WSnows approach instead.

you can lead a horse...

DP BartPE Tutorial   DP_BASE Tutorial   HWID's Tool     Read BEFORE you post    UserBars!
http://driverpacks.net/userbar/admin-1.png
The DriverPacks, the DP_Base program, and Support Forum are FREE!.

Re: Possible fully silent installation with pre-set *.ini file ???

a thirsty horse gets you to a water hole.

Jeff, yesterday I installed (long story why it could not be done in a test plank is not needed) a card reader in my main machine and I also connected my Canon Eos 350.. bugger. the SD microdrive can be read from the interneal, and not from USB???

I KNOW I could read the camera drive when i connected it by USB
it does not work today.
what is different?
Online armor
different graphics card
service packs updates.. I know it worked in SP3.

what I mean here is that I know nothing to be certain forever.
it worked
it don't.

tomorrow, I can fire up a testplank, and a direct connect to USB from my eos 350 might work?

Folks, I described a series of events without getting into detail.

a, bughunter needs: what version in what OS
b; bughunter needs, what did I do/and what was the expected result.
c: can I reproduce this? bughunter needs; the logs.

Last edited by Jaak (2008-10-05 15:14:50)

The answer was 42?
Kind regards, Jaak.

Re: Possible fully silent installation with pre-set *.ini file ???

Hi ! OverFlow:

Your new version works fine that all required drivers (including internal Card-reader) are installed.
But the applications in the cd/dvd are not installed from RunOncEx.cmd due to dvd-rom drive label changed after 1st reboot (while PC with cardreader). So pc can't find the DVD rom to install all the other Applications calling from RunOnceEx.cmd (expected to install them from DVD by the RunOncEx.cmd).

For PC without card-reader, it works perfectly (both drivers and applications by fully UA install).

Last edited by swbchen (2008-10-19 00:24:23)

Re: Possible fully silent installation with pre-set *.ini file ???

well you could cheat a little...

my script works right?

Put your apps in the DriverPacks.net folder too...

so at the end of my dpinst script add the calls to your apps... wink
add your lines at the end of the script
- right above the :Done and Exit lines.


"%DPLoc%\myapp1"
"%DPLoc%\myapp2"
"%DPLoc%\adobe\setup"


:Done
EXIT

i don't see any reason that would not work...

DP BartPE Tutorial   DP_BASE Tutorial   HWID's Tool     Read BEFORE you post    UserBars!
http://driverpacks.net/userbar/admin-1.png
The DriverPacks, the DP_Base program, and Support Forum are FREE!.

Re: Possible fully silent installation with pre-set *.ini file ???

Hi! OverFlow:

Your scrip work fine.
You mean your script will keep the cd/dvd rom drive labels after ist reboot. So all applications calling from your script should work with the original CD/dvd label ??? Applications calling from RunOnceEx.cmd fail wihle pc with interbal Card-reader and USB-devices!!!!

And it needs to slipstream again in this way ????

I will try your suggestion, hope it works (including USB-devices).
Thank you.

Last edited by swbchen (2008-10-20 02:22:43)

Re: Possible fully silent installation with pre-set *.ini file ???

Hi ! OverFlow:

Your suggestion seems not work !!!
how do you specify the cd/dvd label (%cdrom%) in your script? I want to install the applications ( adobe ...) directly from CD/dvd >
I find nothing about the cd/dvd?

Re: Possible fully silent installation with pre-set *.ini file ???

It is not possable to avoid a drive letter search after the initial reboot (in your case)
because the way your drive letters change we also can't do something simple like searching z~a instead of a~z
(which is the simple and obvious choice) because sometimes your ODD is first and sometimes it is last...

you can not perform a drive letter search because your bios will not allow us to correct for your issue.
- disabling the card readers is (should be) a bios function-
initialy assigning them in the same order as the OS will after the install may not be possable

not being able to disable is a BUG in the BIOS of the laptop and as such needs to be corrected by them...
they may even have a work around they recommend
- certainly they have to preload them at the factory wink
  How do they do it??? 
Perhaps you can talk to someone in the config shop.

options

BIOS Fix from OEM

Insider secret from OEM config shop

Copy all files to laptop HDD during textmode
$OEM$\$1\  is copied to %SystemRoot% at textmode
Hint M1 uses $OEM$\$1\ folder... wink
useing this method your files will always be at %SystemRoot% and no drive letter search is needed at all...

put a disk in the readers!!!

There is a way to specificaly assign drive letters during the install but i do not remember the details...
It was somewhat complex.
It was somthing like - seeding a file that is normaly created during the install. that file containing a cache of the currently assigned drive letters. (hack the OS)

I dont know how much you make an hour but a new laptop that works is starting to look cheap smile wink LOL

DP BartPE Tutorial   DP_BASE Tutorial   HWID's Tool     Read BEFORE you post    UserBars!
http://driverpacks.net/userbar/admin-1.png
The DriverPacks, the DP_Base program, and Support Forum are FREE!.

Re: Possible fully silent installation with pre-set *.ini file ???

Hi ! OverFlow:

Let's forget the Card-reader fisrt.

my xp ISO structure:

root\oem\dp1.7z
root\oem\dp2.7z
root\oem\install\applications\....
root\oem\winxp\hotfixs\....
root\oem\DP_Install_Tool.cmd


Here is your script with some applications:
................
................
for %%i in (%DPLoc%\winxp\2008\*.exe) do start /wait %%i /passive /Nostart
start /wait %DPLoc%\winxp\2008\vb\VB6-KB946235-x86.exe /Q
%DPLoc%\"install\_Antivirus\NAV\102\Symantec AntiVirus.msi" /QB
%DPLoc%\Install\_av\_video\wmp\wmp11.exe /Q
%DPLoc%\Install\_av\decode\cole2k\SilentFiles\CPASetup.exe /S

:Done
exit

Not work !!!


%DPLoc%  is the CD/DVD+oem ???
What's wrong !!!

Last edited by swbchen (2008-11-08 20:40:34)

Re: Possible fully silent installation with pre-set *.ini file ???

You're my kind of dude... never give up! wink I really admire that smile

I see a few things i would make cleaner... like this

for %%i in ("%DPLoc%\winxp\2008\*.exe") do start /wait /high %%i /passive /Nostart
start /wait "%DPLoc%\winxp\2008\vb\VB6-KB946235-x86.exe" /Q
"%DPLoc%\install\_Antivirus\NAV\102\Symantec AntiVirus.msi" /QB
"%DPLoc%\Install\_av\_video\wmp\wmp11.exe" /Q
"%DPLoc%\Install\_av\decode\cole2k\SilentFiles\CPASetup.exe" /S

Long file names almost always need to be in Quote's...

the for line might need to be
for %%i in ("%DPLoc%\winxp\2008\*.exe") do start /wait /high "%%i" /passive /Nostart

let me know if that gets you any closer smile

DP BartPE Tutorial   DP_BASE Tutorial   HWID's Tool     Read BEFORE you post    UserBars!
http://driverpacks.net/userbar/admin-1.png
The DriverPacks, the DP_Base program, and Support Forum are FREE!.

Re: Possible fully silent installation with pre-set *.ini file ???

Hi ! OverFlow:

It does not wok !



"%DPLoc%\install\adobe\setup.exe"
even these two following commands
.........................
echo      testing
pause
not work!!!

Anyway , thank you a lot !

I am from South Bend, Ind. next to you.

Re: Possible fully silent installation with pre-set *.ini file ???

when / how are you calling dpinst?

Well yes you are quite close to here... Howdy Neighbor!

DP BartPE Tutorial   DP_BASE Tutorial   HWID's Tool     Read BEFORE you post    UserBars!
http://driverpacks.net/userbar/admin-1.png
The DriverPacks, the DP_Base program, and Support Forum are FREE!.