![]() ![]() |
Jan 28 2007, 08:18 AM
Post
#21
|
|
|
Newbie Group: Members Posts: 33 Joined: 29-January 05 From: Omsk Member No.: 42437
|
As for me the "%CDRoot%"-variable works perfectly Hmm, interesting.Can you explain? Does the variable need to be set using some tool, is it accessible only thru the xml, or thru batch-files or normal win32 setup environment.... no, it seems to me that WAIK understands it...when I click "Check answer file" - there're no errors...so, i don't know how but it works. I've already installed that way Office 2007 (unattended) and nod32... I wrote 2 lines in autounattend.xml: %CDRoot%\soft\Office2007.exe and "%CDRoot%\soft\nod32v.2.7.exe" /VERYSILENT /SP- (when using command line parameters I use "" ) This post has been edited by nDrew: Jan 28 2007, 08:28 AM |
|
|
|
Jan 29 2007, 08:12 AM
Post
#22
|
|
|
Advanced Member ![]() ![]() ![]() Group: Members Posts: 405 Joined: 24-October 05 Member No.: 77605
|
Thank's for sharing nDrew!
Martin |
|
|
|
Jan 29 2007, 11:12 AM
Post
#23
|
|
|
MSFN Expert ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 1479 Joined: 14-November 03 From: Texas Member No.: 9484 OS: XP Pro x86
|
|
|
|
|
Jan 29 2007, 01:10 PM
Post
#24
|
|
|
Advanced Member ![]() ![]() ![]() Group: Members Posts: 405 Joined: 24-October 05 Member No.: 77605
|
@maxXPsoft:
No, I've not tested it yet, but I will the next few hours. Sounds to me that nDrew tested it and it seemed to work for him. However I'll try out and let you know! If this should not work, I'll test to run a script from WinPE which will set a variable to use with a removable device and install drivers than during WinPE pass using this "selfmade" variable. Don't know for the moment, if setup is doing a reboot before it's installing drivers during WinPE. Cause than my idea would not work, too. Martin |
|
|
|
Jan 29 2007, 03:46 PM
Post
#25
|
|
|
Junior ![]() Group: Members Posts: 73 Joined: 6-February 04 From: Moenchengladbach Member No.: 13860
|
Hi all,
I', using a local copy of my vista dvd, put the attached autounattended.xml in the root of that local copy and made a new iso with vlite (latest version). When firing up vmware and using that iso image, I always get an error saying "Windwos could no apply the Windows PE bootstrap setting specified in the uanttednded file". Any idea??? Kind regards, shortie This post has been edited by shortie: Jan 29 2007, 03:47 PM
Attached File(s)
|
|
|
|
Jan 29 2007, 08:41 PM
Post
#26
|
|
|
MSFN Expert ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 1479 Joined: 14-November 03 From: Texas Member No.: 9484 OS: XP Pro x86
|
|
|
|
|
Jan 29 2007, 08:41 PM
Post
#27
|
|
|
Advanced Member ![]() ![]() ![]() Group: Members Posts: 301 Joined: 30-July 03 Member No.: 5322 |
@maxXPsoft: No, I've not tested it yet, but I will the next few hours. Sounds to me that nDrew tested it and it seemed to work for him. However I'll try out and let you know! If this should not work, I'll test to run a script from WinPE which will set a variable to use with a removable device and install drivers than during WinPE pass using this "selfmade" variable. Don't know for the moment, if setup is doing a reboot before it's installing drivers during WinPE. Cause than my idea would not work, too. Martin @FireGeier, we are talking paths here to dvd ideally we dont want full path thought we had it with configsetroot but as you know works, fair enought you can add to a cleanup.CMD to delete configsetroot from windows folder grab back some Hdrive space but as far as vista go's it any files it is looking for wont goto windows it will be looking for c:\window\configsetroot\ ok that maybey fair enought like old I386 folder if you have mabey a oem machine, but we are talking here about unattend vista for normal peeps not rollouts and syspreping i think the forum needs split up , as was in unattendxp section there was a seperate thread for RIS, also let me know how you get on with %CDRoot% dont have a chance to test tommorrow busy but last time i searched for %CDRoot% on net it turnd up Linux.. P.S. maxxp and myselfe tried %CDRoot% months ago but you never know maybey small typo error can happen. also have you acctually thought about what nDrew ids saying i,e %CDRoot%\soft\Office2007.exe this aint in PE aint drivers were talking must be adding at <settings pass="oobeSystem"> <component name="Microsoft-Windows-Shell-Setup" this is software install after PE vista will access and search for paths then maybey %CDRoot% would work just a thought, we ar all in the same boat MS guidlines are clear to all:)) yeah if you can make head or tail to them:) This post has been edited by urie: Jan 29 2007, 08:55 PM |
|
|
|
Jan 30 2007, 05:54 AM
Post
#28
|
|
|
Junior ![]() Group: Members Posts: 73 Joined: 6-February 04 From: Moenchengladbach Member No.: 13860
|
Hi,
nobody who could give me a hint what's wrong with my unattended.xml?? shortie |
|
|
|
Jan 30 2007, 07:09 AM
Post
#29
|
|
|
MSFN Expert ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 1479 Joined: 14-November 03 From: Texas Member No.: 9484 OS: XP Pro x86
|
shortie
2 things i would delete from PE LogPath PageFile D usually don't exist during PE since its all in memory at that point. If thats the target drive then its about to be formatted Logs, look in systemdrive\Windows\panther folder after its installed also Language Pack is not right, should be CODE <package action="configure">
<assemblyIdentity name="Microsoft-Windows-Client-LanguagePack-Package" version="6.0.6000.16386" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="de-DE" /> This post has been edited by maxXPsoft: Jan 30 2007, 07:16 AM |
|
|
|
Jan 30 2007, 07:34 AM
Post
#30
|
|
|
Junior ![]() Group: Members Posts: 73 Joined: 6-February 04 From: Moenchengladbach Member No.: 13860
|
Thanks maxXPsoft,
installation is running now. One more question : Right before the disk-config dialog setup asks me which os I want to install, the selection box only show ultimate. How can I overwrite this dialog? Kind regards, shortie |
|
|
|
Jan 30 2007, 11:01 AM
Post
#31
|
|
|
Advanced Member ![]() ![]() ![]() Group: Members Posts: 405 Joined: 24-October 05 Member No.: 77605
|
|
|
|
|
Jan 30 2007, 11:20 AM
Post
#32
|
|
|
Advanced Member ![]() ![]() ![]() Group: Members Posts: 405 Joined: 24-October 05 Member No.: 77605
|
... also let me know how you get on with %CDRoot% dont have a chance to test tommorrow busy but last time ... Hello maxX & urie! Like expected %CDRoot% does not work to install drivers during WinPE pass. For the moment I try to use my own %DriversRoot% variable using setx.exe. But I'm not successfull. EDIT: Forget about this part... global environment can't be set in running system. Starting Setup from WinPE results in an error that boot critical drivers are not valid. This error means, it can not find the path. So %DriversRoot% variable does not work. Do you have any ideas here? Thanks, Martin This post has been edited by FireGeier: Jan 30 2007, 01:02 PM |
|
|
|
Jan 31 2007, 12:50 AM
Post
#33
|
|
|
MSFN Expert ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 1479 Joined: 14-November 03 From: Texas Member No.: 9484 OS: XP Pro x86
|
|
|
|
|
Jan 31 2007, 01:45 AM
Post
#34
|
|
|
Powered by PlugSquare.com ![]() Group: Members Posts: 97 Joined: 16-January 04 From: France Member No.: 12584 OS: Vista Ultimate x64
|
If you want to get rid of the configetroot folder just add a
specialize RunSynchronousCommand %systemroot%\System32\cmd /c "rd /S /Q %systemroot%\ConfigSetRoot" I use it to remove files copied from my usb drive during setup, but I understand the issue when running configset from dvd :/ |
|
|
|
Jan 31 2007, 02:42 AM
Post
#35
|
|
|
Advanced Member ![]() ![]() ![]() Group: Members Posts: 405 Joined: 24-October 05 Member No.: 77605
|
@ EmRoD:
For sure this works, but it's not like installing drivers from DVD. We're trying to find a method, where drivers getting installed right away from the media. If you're installing from DVD for example using configsetroot the Vista DVD will be copied to your HD two times. That's not wasting time only in worst case you could run out of Disk space during installation. Martin |
|
|
|
Feb 2 2007, 10:24 PM
Post
#36
|
|
|
MSFN Expert ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 1479 Joined: 14-November 03 From: Texas Member No.: 9484 OS: XP Pro x86
|
and yes you can remove the dir it copies with a command
but as pointed out, Its all over the registry when this happens with a DVD install |
|
|
|
Feb 11 2007, 11:01 AM
Post
#37
|
|
|
Senior Member ![]() ![]() ![]() ![]() Group: Members Posts: 643 Joined: 30-November 06 From: Behind you Member No.: 117138 OS: Vista Ultimate x86
|
It doesnt work for me, each time i edit things like the KEY , and userlocale it wont open after saving.
Im using a Dutch Vista by the way. EDIT: got it working now, only there are more things peolle need to change then only the REMOVED Your account is in it with password, and your time zones You might change the first post. This post has been edited by sp00f: Feb 12 2007, 05:48 AM |
|
|
|
Feb 13 2007, 08:56 AM
Post
#38
|
|
|
MSFN Expert ![]() ![]() ![]() ![]() ![]() ![]() Group: Members< |