Jump to content

wagich

Member
  • Posts

    3
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Switzerland

About wagich

wagich's Achievements

0

Reputation

  1. That'd be worth a try... Do I use SET varname = <value> in the sif-file (and then access it by %varname%)? Or do you think about an <input>-field in the osc-screen where I put in the code manually?
  2. No, I've made them up, but I thought I'd use something which looks real, when you look closely you see characters which don't occur in valid keys. You're right about using just one, but then the activation comes by and says that I've activated windows too often and therefore need to call (yea, well, I'm enjoing dictating a 60 chars over the phoneline to some underpayed call center guy who doesn't speak my native language...). Hmm, VLK just make life a lot easier.
  3. My recent attempts on a completely automated install haven't been as successful as I hoped... I can't seem to get the product key selection in the osc-screen to work. The idea is to have a <select>-field, where one chooses the appropriate computername and the product-key gets filled out with the correct key. I have to do this, as I unfortunately don't have a volume licence but 3 oem-licences (which can't be all the same, logically). Also, it's my honor that doesn't allow me to just create 3 different images with different sif-files, I'm shure you understand that Following is the code from welcome.osc (I cut the CIW-stage down to welcome.osc and the auto-entered install.osc) and from ristndrd.sif welcome.osc <OSCML> <TITLE> Client Installation Wizard Einloggen</TITLE> <FOOTER> [ENTER] Installieren [ESC] Loeschen [F3] Computer neu starten</FOOTER> <META KEY=F3 ACTION="REBOOT"> <META KEY=F1 HREF="LOGINHLP"> <META KEY=ESC HREF="LOGIN"> <META ACTION="LOGIN"> <BODY left=5 right=75> <BR> <BR> Bitte geben Sie ihren Benutzernamen und Ihr Passwort fuer die Domaene %SERVERDOMAIN% ein. <BR> <BR> <BR> <FORM ACTION="CHOICE"> Benutzername: <INPUT NAME="USERNAME" MAXLENGTH=255> Passwort: <INPUT NAME="*PASSWORD" TYPE=PASSWORD MAXLENGTH=20><BR> Domaene: <INPUT NAME="USERDOMAIN" VALUE=%SERVERDOMAIN% MAXLENGTH=255> <BR> Licence:<SELECT NAME="PRODKEY" NOAUTO> <OPTION VALUE="ABCDE-FGHIJ-KLMNO-PQRST-UVWXY" SELECTED>WH-HOME-PC01 <OPTION VALUE="ZYMVY-IUTGS-IPUMY-JSORS-IDBYM">WH-HOME-PC04 <OPTION VALUE="QROTP-YALOM-QRIOM-QUHZU-MYAOR">WH-HOME-NB01 </SELECT> <INPUT NAME="NTLMV2Enabled" VALUE=%NTLMV2Enabled% MAXLENGTH=255 type=VARIABLE> <INPUT NAME="ServerUTCFileTime" VALUE=%ServerUTCFileTime% MAXLENGTH=255 type=VARIABLE> </FORM> <BR> <BR> <BR> Das Tastaturlayout ist US-Englisch, d.h. Y und Z sind vertauscht. Ebenso sind andere Sonderzeichenbelegungen zu beruecksichtigen. <BR> Benutzen Sie die TAB-Taste, um zwischen den einzelnen Feldern zu wechseln. <BR> <BR> Sie sind verbunden mit %SERVERNAME% </BODY> </OSCML> ristndrd.sif [data] floppyless = "1" msdosinitiated = "1" OriSrc = "\\%SERVERNAME%\RemInst\%INSTALLPATH%\%MACHINETYPE%" OriTyp = "4" LocalSourceOnCD = 1 DisableAdminAccountOnDomainJoin = 1 [SetupData] OsLoadOptions = "/noguiboot /fastdetect" SetupSourceDevice = "\Device\LanmanRedirector\%SERVERNAME%\RemInst\%INSTALLPATH%" [Unattended] OEMPreinstall = Yes DriverSigningPolicy = Ignore OEMPnPDriversPath = \Drivers\NIC;\Drivers\ATI;\Drivers\IntelBoard;\Drivers\SBAudigy;\Drivers\AC97;\Drivers\MISC FileSystem = LeaveAlone ExtendOEMPartition = 0 TargetPath = \WINDOWS OemSkipEula = yes InstallFilesPath = "\\%SERVERNAME%\RemInst\%INSTALLPATH%\%MACHINETYPE%" Hybernation=1 CrashDumpSetting=0 [UserData] FullName = "%USERFIRSTNAME% %USERLASTNAME%" OrgName = "%ORGNAME%" ComputerName = %MACHINENAME% ProductKey = %PRODKEY% [GuiUnattended] OemSkipWelcome = 1 OemSkipRegional = 1 TimeZone = %TIMEZONE% AdminPassword = "*" [Display] BitsPerPel = 16 XResolution = 800 YResolution = 600 VRefresh = 60 [Networking] [NetServices] MS_Server=params.MS_PSched [Identification] JoinDomain = %MACHINEDOMAIN% DoOldStyleDomainJoin = Yes ---snip--- [OSChooser] Description="Windows XP SP2 BASEINSTALL" Help="Basisinstallation von WINXPPROSP2" LaunchFile="%INSTALLPATH%\%MACHINETYPE%\templates\startrom.com" ImageType=Flat Version="5.1 (2600)" Checking the temporary sif that gets stored on the server, I see that the %PRODKEY%-value is "" (empty), but I triple-checked that I've selected a value from the <select>-list. Any help is appreciated. Michael [edit] typo in topic title [/edit]
×
×
  • Create New...