MSFN Forum: Win 7 Pro RTM - Won't select OS - MSFN Forum

Jump to content



Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Win 7 Pro RTM - Won't select OS even when set!

#1 User is offline   Wezzy 

  • Group: Members
  • Posts: 8
  • Joined: 19-August 09

Posted 25 August 2009 - 08:34 PM

Hi All,

I'm using Win 7 Pro RTM for dev, and the /image/name part doesn't seem to be working. I've tried the following:

/IMAGE/INDEX Value 1

IMAGE/DESCRIPTION Value Windows 7 PROFESSIONAL

IMAGE/NAME - Windows 7 PROFESSIONAL

I've used imagex /info and under name, description it shows "Windows 7 PROFESSIONAL "

But when set in answer file, it stops and asks you to select OS to install. I've read on the vista unattended section, that someone had to change their ultimated index number to 5.

Is there anything special I need to do, because its doing my head in.

Thanks in advance.

Cheers,
Wes.


#2 User is offline   maxXPsoft 

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

Posted 26 August 2009 - 05:40 AM

is it 64 bit?
also you can do this imagex /info C:\uaDVD\sources\install.wim > C:\install.txt
and paste txt file in a code window

#3 User is offline   yanki 

  • Newbie
  • Group: Members
  • Posts: 17
  • Joined: 19-August 09

Posted 26 August 2009 - 03:41 PM

View PostWezzy, on Aug 25 2009, 09:34 PM, said:

Hi All,

I'm using Win 7 Pro RTM for dev, and the /image/name part doesn't seem to be working. I've tried the following:

/IMAGE/INDEX Value 1

IMAGE/DESCRIPTION Value Windows 7 PROFESSIONAL

IMAGE/NAME - Windows 7 PROFESSIONAL

I've used imagex /info and under name, description it shows "Windows 7 PROFESSIONAL "

But when set in answer file, it stops and asks you to select OS to install. I've read on the vista unattended section, that someone had to change their ultimated index number to 5.

Is there anything special I need to do, because its doing my head in.

Thanks in advance.

Cheers,
Wes.


First if it is x86 version the /IMAGE/INDEX Must be value 4 for the professional.

If i'm not wrong the RTM version is standard teh Ultimated version , if thats so the other 4 options are blocked but can be unblocked.

#4 User is offline   Wezzy 

  • Group: Members
  • Posts: 8
  • Joined: 19-August 09

Posted 27 August 2009 - 07:22 PM

Hi All,

Thanks everyone for your input, most appreciated. I did manage to get it working in the end but the problem was with my source! I had a 64bit version of win 7 RTM, and I was trying to create an x86 unattend.

Even though I'd only selected x86 architecture, it didnt like the image/name , image/description/ image/index when I set in UA.xml

All good now, changed source to 32bit version and all works correctly, I was racking my brain for a few days and went over firegeirs guide numerous times from scratch!

Thanks again.

Cheers,
Wezzy :)

#5 User is offline   Raoul90 

  • Member
  • PipPip
  • Group: Members
  • Posts: 282
  • Joined: 05-February 08

Posted 29 August 2009 - 05:29 AM

So you have this now in WSIM?
Action: AddListItem
Key: 1
Value: /IMAGE/INDEX:4


?

This post has been edited by Raoul90: 29 August 2009 - 07:00 AM


#6 User is offline   Wezzy 

  • Group: Members
  • Posts: 8
  • Joined: 19-August 09

Posted 30 August 2009 - 07:54 PM

View PostRaoul90, on Aug 29 2009, 09:29 PM, said:

So you have this now in WSIM?
Action: AddListItem
Key: 1
Value: /IMAGE/INDEX:4


?



Raoul90:

No in the end didn't use that. Short answer is:

If you're using 64bit source and trying to make an x86 only UA, its better to use the 32bit version RTM rather thasn 64bit. I tried using the packages from 64bit and making x86 only, but it doesn't like it when you use 64bit for x86.

So in the end I changed my source to 32bit and problem went away. I tried all sorts of combinations initially, index, name, description, and tried renaming the wims because I thought it didn't like spaces. It ended up being the source which caused the issue.

Cheers,
Wes.

This post has been edited by Wezzy: 30 August 2009 - 07:56 PM


#7 User is offline   sp00f 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 712
  • Joined: 30-November 06

Posted 16 October 2009 - 06:05 PM

In the source folder is a file called : ei.cfg , edit that file :hello:

#8 User is offline   urie 

  • Senior Member
  • PipPipPipPip
  • Group: Members
  • Posts: 507
  • Joined: 30-July 03

Posted 17 October 2009 - 02:38 AM

View Postsp00f, on Oct 17 2009, 01:05 AM, said:

In the source folder is a file called : ei.cfg , edit that file :hello:
You can just delete ei.cfg

#9 User is offline   nemoi 

  • Group: Members
  • Posts: 7
  • Joined: 01-November 09

Posted 08 November 2009 - 05:08 AM

View PostRaoul90, on Aug 29 2009, 01:29 PM, said:

So you have this now in WSIM?
Action: AddListItem
Key: 1
Value: /IMAGE/INDEX:4


?


I have ONLY one image inside my install.wim file, this is "7 Enterprise", it have index 1, but I still see "Select the operating system you want to install" screen as first wizard screen before disk wizard screen.
Raoul90, where I have to add INDEX:1 value, I mean what component and in what pass in WSIM ?

For urie, ei.cfg file deleting has not helped.

#10 User is offline   maxXPsoft 

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

Posted 08 November 2009 - 05:15 AM

<settings pass="windowsPE">
<component name="Microsoft-Windows-Setup"
<ImageInstall>
<OSImage>
<InstallFrom>
<MetaData wcm:action="add">
<Key>/IMAGE/NAME</Key>
<Value>Windows 7 HOMEPREMIUM</Value>
</MetaData>
</InstallFrom>
</OSImage>
</ImageInstall>

#11 User is offline   nemoi 

  • Group: Members
  • Posts: 7
  • Joined: 01-November 09

Posted 08 November 2009 - 06:03 AM

maxXPsoft, it has worked.
My thanks go in Texas.

Share this topic:


Page 1 of 1
  • 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