Bug in unattend.xml / Win7-64
Re: Bug in unattend.xml / Win7-64
just verify that you are using the actual stable version
http://download.uib.de/opsi4.0/products ... .1-11.opsi
And that the custom/unattend.xml is identical with the opsi/unattend.xml.template.
If not than copy opsi/unattend.xml.template to custom/unattend.xml .
Does this help ?
regards
d.oertel
Vielen Dank für die Nutzung von opsi. Im Forum ist unser Support begrenzt.
Für den professionellen Einsatz und individuelle Beratung empfehlen wir einen Support-Vertrag und eine Schulung.
Gerne informieren wir Sie zu unserem Angebot.
uib GmbH
Telefon: +49 6131 27561 0
E-Mail: sales@uib.de
Re: Bug in unattend.xml / Win7-64
I have installed the update - I had version 5 of the package.
I have checked the unattend.xml and there were some changes - not done by me. There are in face changes done by me:
Code: Alles auswählen
Line 67:
<!--<Value>#@imagename*#</Value>-->
<Value>Win7 SP1 Professional x64</Value>
Code: Alles auswählen
<!-- <cpi:offlineImage cpi:source="wim:y:/install.wim#Windows Vista ULTIMATE" xmlns:cpi="urn:schemas-microsoft-com:cpi" />-->
<cpi:offlineImage cpi:source="wim:#@winpe_partition_letter*#:/install.wim#Win7 SP1 Professional x64" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
My feeling is that those changes are not the problem - as it works if I replace the pcname-Variable with a static valid value...
Any idea :-/?
Thanks and Best Regards,
Tobias
Re: Bug in unattend.xml / Win7-64

Re: Bug in unattend.xml / Win7-64
remove your second change:
Code: Alles auswählen
<cpi:offlineImage cpi:source="wim:#@winpe_partition_letter*#:/install.wim#Win7 SP1 Professional x64" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
regards
d.oertel
Vielen Dank für die Nutzung von opsi. Im Forum ist unser Support begrenzt.
Für den professionellen Einsatz und individuelle Beratung empfehlen wir einen Support-Vertrag und eine Schulung.
Gerne informieren wir Sie zu unserem Angebot.
uib GmbH
Telefon: +49 6131 27561 0
E-Mail: sales@uib.de
Re: Bug in unattend.xml / Win7-64
Re: Bug in unattend.xml / Win7-64
normally (with an unchanged) we have here never a problem.
So - I think it's time to inspect the patched unattend.xml:
open your win7-x64/setup.py in a editor
search the line
Code: Alles auswählen
print >> f, "copy c:\\opsi\\unattend.xml x:\\unattend.xml >nul\r"
Code: Alles auswählen
print >> f, "pause \r"
and look for the
c:\opsi\unattend.xml
Please give feedback.
cheers
d.oertel
Vielen Dank für die Nutzung von opsi. Im Forum ist unser Support begrenzt.
Für den professionellen Einsatz und individuelle Beratung empfehlen wir einen Support-Vertrag und eine Schulung.
Gerne informieren wir Sie zu unserem Angebot.
uib GmbH
Telefon: +49 6131 27561 0
E-Mail: sales@uib.de
Re: Bug in unattend.xml / Win7-64
directly after "print >> f, "copy c:\\opsi\\unattend.xml x:\\unattend.xml >nul\r"" I have added the pause-command. I got to the console and then I copied the unattended.xml to my desktop. I did not find a problem. I attached the file (but XXX'ed my serial number).
You find anything?
Sorry - Attachment was not possible ("Sorry, the board attachment quota has been reached.") So please find it here:
http://www.fantasymusic.de/unattend.xml
Best Regards,
Tobias
Re: Bug in unattend.xml / Win7-64
I just did some more testing... it seems, that the problem occurs, when the name of the pc contains '-' symbols. If I remove the '-' symbols from the name everything is fine... I did not know, that '-' is not allowed for a pc name?
Best Regards,
Tobias
Re: Bug in unattend.xml / Win7-64
i just installed a win7x64 named 'detlef-vm-04' without any problems....
and '-' are allowed.
I Think you have still a problem with your xml file:
Code: Alles auswählen
<settings pass="specialize">
<component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<BluetoothTaskbarIconEnabled>false</BluetoothTaskbarIconEnabled>
- <ComputerName>vbox-opsi-client</ComputerName>
<!-- <ComputerName>testpcname</ComputerName>-->
<ProductKey>XXXXX-XXXXX-XXXXX-XXXXX-XXXXX</ProductKey>
<CopyProfile>false</CopyProfile>
See the opsi template:
Code: Alles auswählen
<settings pass="specialize">
<component name="Microsoft-Windows-Shell-Setup" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<BluetoothTaskbarIconEnabled>false</BluetoothTaskbarIconEnabled>
<ComputerName>#@pcname*#</ComputerName>
<!-- <ProductKey>#@productkey*#</ProductKey> -->
<CopyProfile>false</CopyProfile>
d.oertel
Vielen Dank für die Nutzung von opsi. Im Forum ist unser Support begrenzt.
Für den professionellen Einsatz und individuelle Beratung empfehlen wir einen Support-Vertrag und eine Schulung.
Gerne informieren wir Sie zu unserem Angebot.
uib GmbH
Telefon: +49 6131 27561 0
E-Mail: sales@uib.de
Re: Bug in unattend.xml / Win7-64
Best Regards,
Tobias