MSFN Forum: Vista unattended Guide - MSFN Forum

Jump to content



  • 15 Pages +
  • 1
  • 2
  • 3
  • Last »
  • You cannot start a new topic
  • You cannot reply to this topic

Vista unattended Guide A little Guide for you Rate Topic: -----

#11 User is offline   FireGeier 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 405
  • Joined: 24-October 05

Posted 31 March 2007 - 07:16 AM

View PostYagermeister, on Mar 31 2007, 01:41 PM, said:

When i replaced it with the following it did work but i got a question which version Vista i wanted to install:
 
				<OSImage>
					<InstallFrom>
						<MetaData wcm:action="add">
							<Value>Windows Vista ULTIMATE</Value>
							<Key>1</Key>
						</MetaData>
					</InstallFrom>
				<WillShowUI>OnError</WillShowUI>
				<InstallToAvailablePartition>false</InstallToAvailablePartition>
				</OSImage> 


Do you perhaps have a idea how i can get around the box asking which to install?


Hello Yagermeister!

I can explain why you getting this box! This part here is wrong:

<InstallFrom>
	<MetaData wcm:action="add">
		<Value>Windows Vista ULTIMATE</Value>
		<Key>1</Key>
	</MetaData>
</InstallFrom>


This will cause an error and cause you use this setting here:

<WillShowUI>OnError</WillShowUI>


The whole User Interface of image selection is shown.


It has to be like described in guide:

<InstallFrom>
	<MetaData wcm:action="add">
		<Value>Windows Vista ULTIMATE</Value>
		<Key>IMAGE/NAME/</Key>
	</MetaData>
</InstallFrom>


Than you will not be asked, which Version you like to install!

View PostYagermeister, on Mar 31 2007, 01:41 PM, said:

I get the error while being at the disk configuration btw.


So what are you doing during disk configuration? Do you create new partitions? Do you format only?

Regards,
Martin


#12 User is offline   FireGeier 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 405
  • Joined: 24-October 05

Posted 31 March 2007 - 07:21 AM

@ maxX:

When you getting the error do you have the following Key present in your Registry?

HKLM\Software\Microsoft\Windows\CurrentVersion\Device Installer\DebugPkgMgr

Value=1

Regards,
Martin

#13 User is offline   Yagermeister 

  • Newbie
  • Group: Members
  • Posts: 16
  • Joined: 28-January 04

Posted 31 March 2007 - 07:37 AM

View PostFireGeier, on Mar 31 2007, 07:16 AM, said:

View PostYagermeister, on Mar 31 2007, 01:41 PM, said:

When i replaced it with the following it did work but i got a question which version Vista i wanted to install:
Removed


Hello Yagermeister!

I can explain why you getting this box! This part here is wrong:

<InstallFrom>
	<MetaData wcm:action="add">
		<Value>Windows Vista ULTIMATE</Value>
		<Key>1</Key>
	</MetaData>
</InstallFrom>


This will cause an error and cause you use this setting here:

<WillShowUI>OnError</WillShowUI>


The whole User Interface of image selection is shown.


It has to be like described in guide:

<InstallFrom>
	<MetaData wcm:action="add">
		<Value>Windows Vista ULTIMATE</Value>
		<Key>IMAGE/NAME/</Key>
	</MetaData>
</InstallFrom>


Than you will not be asked, which Version you like to install!

View PostYagermeister, on Mar 31 2007, 01:41 PM, said:

I get the error while being at the disk configuration btw.


So what are you doing during disk configuration? Do you create new partitions? Do you format only?

Regards,
Martin


I think i have a idea why it fails. Maybe its because the KEY part is in front of the name itself. That is the only reason why i can imagine that it goes wrong there.

The part where it goes wrong is the disk configuration itself no matter what i do or want todo. See the attached picture for the precise error.

[EDIT]
After changing the KEY part to what you said i still get the listbox asking which version to install :S

[EDIT2]
Found the error: you accidently added a / after /IMAGE/NAME/ :P and as far as i can tell from the created ones it isn't supposed to be there. Testing again now.

[EDIT3]
And yes the error was indeed the extra /. I also found out why i had the error and the solution is actually quite simple considering the WAIK messed up there.

The KEY part should be added after the VALUE and not before as it was made with my WAIK. Then the disk configuration seems to work just fine.

Attached File(s)

  • Attached File  Error.jpg (88.53K)
    Number of downloads: 155

This post has been edited by Yagermeister: 31 March 2007 - 07:59 AM


#14 User is offline   FireGeier 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 405
  • Joined: 24-October 05

Posted 31 March 2007 - 08:10 AM

Hello Yagermeister,

You're right, the "\" at the end was one to many, sorry for that. But that's explained right inside guide.

However the problem is very strange. Sure it makes sense to have the key setting in front of the value. But I had unattended files where such a thing hapened, too, but setup was just running fine. But at least I wonder about nothing dealing with computers and software. :D

However it's strange!

Thanks for your feedback!

Martin

#15 User is offline   Yagermeister 

  • Newbie
  • Group: Members
  • Posts: 16
  • Joined: 28-January 04

Posted 31 March 2007 - 08:22 AM

A extra letter can always happen like you said on your website aswell. I do find the solution strange aswell as you would say that it would just skip it or read back whenever its needed. It would be handy if you put it as a extra note on the website just in case someone is getting the same error.

#16 User is offline   FireGeier 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 405
  • Joined: 24-October 05

Posted 31 March 2007 - 09:19 AM

View PostYagermeister, on Mar 31 2007, 04:22 PM, said:

A extra letter can always happen like you said on your website aswell.


You're right unfortunatly. But these are the kind of errors, which can drive you nuts.

I give my best to avoid. But if you read over your "own stuff", you're not able to detect some errors sometimes. :(


Quote

It would be handy if you put it as a extra note on the website just in case someone is getting the same error.


I will do so later!

Martin

#17 User is offline   airmr 

  • Junior
  • Pip
  • Group: Members
  • Posts: 81
  • Joined: 21-October 03

Posted 31 March 2007 - 01:29 PM

Hi,

i followed your guidelines and started the install. It still asks for the Serial number as if it couldnt find the Unattended.xml file.
I tried it on cd and on usb stick. I checked the tutorial and my dvd twice and it seems allright

any ideas why ?

#18 User is offline   Yagermeister 

  • Newbie
  • Group: Members
  • Posts: 16
  • Joined: 28-January 04

Posted 01 April 2007 - 02:28 AM

View Postairmr, on Mar 31 2007, 01:29 PM, said:

Hi,

i followed your guidelines and started the install. It still asks for the Serial number as if it couldnt find the Unattended.xml file.
I tried it on cd and on usb stick. I checked the tutorial and my dvd twice and it seems allright

any ideas why ?


Here is how i have it and this works just fine:

 
            <UserData>
                <ProductKey>
                    <Key>Enter key here with the - in between</Key>
                    <WillShowUI>OnError</WillShowUI>
                </ProductKey>
                <AcceptEula>true</AcceptEula>
                <FullName>Gebruiker</FullName>
                <Organization>Eigen</Organization>
            </UserData> 


#19 User is offline   FireGeier 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 405
  • Joined: 24-October 05

Posted 01 April 2007 - 09:31 AM

View Postairmr, on Mar 31 2007, 09:29 PM, said:

Hi,

i followed your guidelines and started the install. It still asks for the Serial number as if it couldnt find the Unattended.xml file.
I tried it on cd and on usb stick. I checked the tutorial and my dvd twice and it seems allright

any ideas why ?


If you would have followed the guide the name of your answer file should be Autounattend.xml. No other name will work automatically.

If you should have named it Autounattend.xml already, have you tried to put it in sources folder, too?

How is your target system is looking like? VM? Real computer?

Regards,
Martin

#20 User is offline   airmr 

  • Junior
  • Pip
  • Group: Members
  • Posts: 81
  • Joined: 21-October 03

Posted 02 April 2007 - 06:51 AM

Hi,

i have probably named it autounattend.xml just wrote it wrong in the post :P
but ill check.

I havent tried the source folder version yet, will do that tonight. Ill let you know asap if that works.

Im testing with a burned dvd and a real pc :) <-- old fashioned but more fualt resistant :)

@Yager ill try your config file and see if i have something wrong in mine.

Thnx for the quick answers.

This post has been edited by airmr: 02 April 2007 - 06:52 AM


#21 User is offline   maxXPsoft 

  • MSFN Master
  • Group: Developers
  • Posts: 2,519
  • Joined: 14-November 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 02 April 2007 - 06:54 AM

FireGeier
First I was doing it from XP and the reg key don't exist. I didn't have WAIK on because I'm only using the Servicing folder.
I'll boot into Vista and get the whole keys and maybe point it at my Servicing folder and give it a try.

EDIT: Nope that key don't exist in Vista for me after I installed AIK

This post has been edited by maxXPsoft: 02 April 2007 - 07:10 AM


#22 User is offline   FireGeier 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 405
  • Joined: 24-October 05

Posted 02 April 2007 - 09:57 AM

Hello maxX!

Please add this key to the registry and try it again.

The type is REG_DWORD.

Regards,
Martin

EDIT:
Have added a description of the whole Regedit procedure to the guide (Injecting drivers...)

This post has been edited by FireGeier: 02 April 2007 - 01:21 PM


#23 User is offline   maxXPsoft 

  • MSFN Master
  • Group: Developers
  • Posts: 2,519
  • Joined: 14-November 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 03 April 2007 - 01:46 PM

After you mentioned the reg key I remembered I had crossed that road before so went lookin in the waik.chm and found it. Its logging now even for my Hotfixes so I can look at what MS does there also.

#24 User is offline   FireGeier 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 405
  • Joined: 24-October 05

Posted 03 April 2007 - 01:49 PM

You're right maxXPsoft! It's described in WAIK.chm. My mistake. This part got lost by any of the copy and paste procedures to build the guide. :whistle:

Sorry for that!

Regards,
Martin

#25 User is offline   FireGeier 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 405
  • Joined: 24-October 05

Posted 05 April 2007 - 06:12 AM

I've updated the Guide. Available now:

2. Installing Tools
3. Prepare Lab System
4. VU Batch Modules

Furthermore the Updates section is including the batch now.

Regards,
Martin

#26 User is offline   shampoo 

  • Newbie
  • Group: Members
  • Posts: 11
  • Joined: 05-April 07

Posted 06 April 2007 - 03:53 AM

Hi,

first off al i want to say it a great guide, it really worked for me

but theres a but

when i need to select the hd to install vista on its says that it cant

it say that it cant install windows on the selcted location, with an error code Error 0x80300001.

anybody can help, do i need to change my autounattended or something? the hd is good that is not the problem


many thanx

This post has been edited by shampoo: 06 April 2007 - 03:53 AM


#27 User is offline   maxXPsoft 

  • MSFN Master
  • Group: Developers
  • Posts: 2,519
  • Joined: 14-November 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 06 April 2007 - 06:40 AM

0x80300001 REMOTE_ACCESS 0x0001 IMA_RESULT_SERVICE_NOT_SUPPORTED
Citrix® MetaFrame XP™ for Windows with Feature Release 2
Thats the only thing comes up on Google. Have no clue what that Metaframe stuff is but theres a pdf

http://support.citrix.com/servlet/KbServle...%20External.pdf

This post has been edited by maxXPsoft: 06 April 2007 - 06:42 AM


#28 User is offline   shampoo 

  • Newbie
  • Group: Members
  • Posts: 11
  • Joined: 05-April 07

Posted 06 April 2007 - 07:13 AM

mmmh

i dont know what that is and i think it doesnt have anything to do with it

but thanks for your time anyway

This post has been edited by shampoo: 06 April 2007 - 07:14 AM


#29 User is offline   FireGeier 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 405
  • Joined: 24-October 05

Posted 07 April 2007 - 05:53 AM

Do you use an empty HD?

What are you doing during Disc Configuration exactly?

How many HDs you've inside your system? Could you please post your actual Autounattend.xml, too? Without Product Key certainly.

Regards,
Martin

This post has been edited by FireGeier: 07 April 2007 - 05:57 AM


#30 User is offline   FireGeier 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 405
  • Joined: 24-October 05

Posted 07 April 2007 - 04:42 PM

Hello!

I've updated the offline_update.cmd of VU Batch Modules. It was failing on English based OS and may be on other languages, too.

I've changed it, that it will now working for English OS by default but you may need to adjust it for other languages.

Check out here inside offline_update.cmd to find out more about.

Regards,
Martin

Share this topic:


  • 15 Pages +
  • 1
  • 2
  • 3
  • Last »
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy