Jump to content

omniwolf

Member
  • Posts

    21
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Australia

Everything posted by omniwolf

  1. i'm having the same problem.. my pfm fonts don't seem to get added. they are the only one's i have tried, however.
  2. wow. i've been struggling with this problem for days, and about 2 minutes after i finally decide to post about it, i figure out what's going on. It seems like its actually a bug in windows! *shock* for some reason, when you run the Local Security Policy shortcut, it runs C:\windows\syswow64\secpol.msc /s this is not right! changing the shortcut to run: c:\windows\system32\secpol.msc /s fixes the problem. hope this helps some people.
  3. Hi guys, I'm getting this problem, where if you go start -> administrative tools -> Local Security Policy Then expand Security Settings -> Local Policies -> Security Options the first 9 or so settings will be: @appinfo.dll,-200 @appinfo.dll,-201 etc These settings refer to the UAC policies normally at the bottom of the list (alphabetical order, U comes last). Does anyone know why this might happen? I run vista x64, and a couple of other people at my work who run x64 vista have this problem, but the 32 bit vista versions don't seem to experience it. does anyone have any ideas why this might be? I have a screenshot here:
  4. i had the same issue, but it turned out to be another application I had installed previously, not the updates. it was Crossview, and it only seems to have a problem with vista x64 (2 machines have had this problem now)
  5. interesting, i've never used detachedProgram before.. what is it? also, looking at the hotfix, isn't KB888111 the next newer version? any reason you choose 835221 over 888111 ?
  6. thanks, unfortunately we have multiple different hardware types, and i don't want this sound card installation to happen for every bit of hardware, which this method will do.
  7. so it gets past the text based install part, starts the gui install part, then reboots and goes back to the first part of the gui install?
  8. in the i386 folder on the disk or wherever it is, try replcaing these two files: SETUPLDR.BIN SETUPLDR.EX_ with the same files from an original windowsXP sp2 disk.
  9. at what point does it get stuck? the text based install part? or gui? T minus what?
  10. is it finding customsettings.ini? it should be grabbing it off the network (depending on how much editing of the bdd process you've done) in the ZTIGather.wsf file, around line 184 is where it gets it: iRetVal = oUtility.FindFile("CustomSettings.ini", sIniFile) on the line after that, try putting msgbox("location of cusomsettings.ini: " & sIniFile) and it should print where its found the file, and you can then inspect it in the winPE environment to make sure its getting the file with all your custom settings. see how u go with that.. the cusomsettings.ini part works fine for me.
  11. you can definitely join the domain at any point. you'll need to grab netDom.exe for your OS, should be on the resource kit. then you can just run a script like this: netdom JOIN %COMPUTERNAME% /Domain:corp.bayadv /USERD:sec_builder /PasswordD:password that works for me (the join domain settings in unattend.txt doesn't work for me at all, so i _have_ to do this. but i call it in the cmdlines.txt part, not in guirunonce). you can specify which OU you put the PC in too, im not sure about how to get the OSC info.. you'll have to figure that bit our yourself, i don't use RIS or OSC
  12. yeah i'm having lame issues like this as well, specifically to do with the sound card drivers (which also have somethign to do with the modem as well). by slip streaming kb888111 into the XP source i was able to get most of the way done, now it will just popup a "new hardware found" wizard after the second reboot of my unattended XP install, i just click next next and it automatically installs (so yeah, it already has the drivers! it just wants me to click next next finish.. argh. all the correct audio drivers are in the devicePath reg entry :/ ). i've heard it has something to do with the fact that its some weird "two-tier" driver. http://www.deployvista.com/Default.aspx?ta...&EntryID=29 this article didn't work for me, during the unattended install in the text mode part it came up with an error "can't find hdaudbus.sys", so i'm assuming i did somethign wrong, but if i just removed the two entries from the txtsetup.sif file it got as far as i mentioned above, which is good enough for me for the moment.
  13. yeah, very occasionally this will happen to me too.. but a reboot seems to fix it.
  14. Hi, I've recently noticed that when I install an application with SMS 2003 (under the system account), it installs fine, but there is no mention of it in add/remove programs. If I look in the registry, in HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\ it appears as a GUID (E0C9F4C2-1D0D-4FD4-9EBB-5E2F37E08101) entry, and if i compare the various entries inside it to other GUID entries, it appears almost identical. however for some reason it doesn't show up in the add/remove programs section! the only thing i can think of is GUID entries in the Uninstall path mentioned above must also correspond to GUID entries elsewhere in the registry.. does anyone know what this might be, or what my problem is? another thing to note, if i install the application manually (ie not under the system account with SMS), it WILL show up in my add/remove programs section. thanks.
  15. ah hah. and now for the obvious question, is there anyway i can force it to install, regardless of whql driver signing? i have DriverSigningPolicy = Ignore in my unattend.txt file...
  16. Hi guys, i had a quick search and couldn't find anything. at the company i work at, on the desktops you need to set the NIC speed manually to be 100MB Full Duplex. If you leave it as Auto negotiate, it goes really slowly. i had a search in the actual driver .INF file, and found this: [ParamsC] HKR, Ndi\Params\RequestedMediaType, ParamDesc, , %Speed_Duplex% HKR, Ndi\Params\RequestedMediaType, default, , "0" HKR, Ndi\Params\RequestedMediaType, type, , "enum" HKR, Ndi\Params\RequestedMediaType\enum, 0, , %Speed_Duplex_Auto% HKR, Ndi\Params\RequestedMediaType\enum, 3, , %Speed_Duplex_10Mb_Hd% HKR, Ndi\Params\RequestedMediaType\enum, 4, , %Speed_Duplex_10Mb_Fd% HKR, Ndi\Params\RequestedMediaType\enum, 5, , %Speed_Duplex_100Mb_Hd% HKR, Ndi\Params\RequestedMediaType\enum, 6, , %Speed_Duplex_100Mb_Fd% i changed HKR, Ndi\Params\RequestedMediaType, default, , "0" to HKR, Ndi\Params\RequestedMediaType, default, , "6" there was also a very similar section just below that bit, but with the heading [ParamsC100], which i changed to default 6 as well. when i do my unattended install of windows, it goes thru and grabs these driver files and uses them to install all the drivers for the hardware of the PC. I noticed, however, that after i login in for the first time i don't have a network connection, and in device manager there's a yellow ! next to the driver (which appaers to have otherwise installed and be recognised correctly). If i go into the properties it has an error Code 10. the strange thing is, if i uninstall the NIC (in device manager, right click and uninstall), and then i go Scan for New Hardware, it will pick it up again, and install the drivers, and it will work correctly (including defaulting to 100MB Full Duplex). Does anyone know why it doesn't appear to work properly first time? Thanks.
  17. thanks for all the replies! for anyone else having this issue, i seemed to solve it by using this reg file.. Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon] "DefaultUserName"="s_nicholasf" "DefaultDomainName"="CORP" "LegalNoticeCaption"=- "LegalNoticeText"=- "AutoAdminLogon"="1" "DefaultPassword"="blah" "AutoLogonCount"=dword:000003e4 "AltDefaultUserName"="s_nicholasf" "AltDefaultDomainName"="CORP" "AltDefaultPassword"="blah" "ForceAutoLogon"="1" "CachePrimaryDomain"="CORP" "DisableCAD"=dword:00000001 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\policies\system] "legalnoticecaption"=- "legalnoticetext"=- "disablecad"=dword:00000001 it seems "CachePrimaryDomain"="CORP" "DisableCAD"=dword:00000001 probably solved it.. what a strange issue.
  18. probably a better way would be to figure out how to automate the exe you're executing, rather than try to press the buttons. what application are you installing? do you know what installer software its based on? have you tried to run the exe on a test machine with the /? switch? eg blah.exe /? and it might come up with some options to install the application silently.. otherwise using vbscript it might be possible to run the exe, and then do some keyboard and mouse gesture commands in vb to click the buttons.. thats a dodgy solution tho.
  19. i've been using bdd 2007 for a couple of months now, i used bdd 2005 (or whatever the previous one was) for a few months last year as well. I'm not using WDS or RIS or anything, im basically just modifying the LAB method (eg build a PC by booting off a CD or DVD). It works quite well, but as mentioned there are a few bugs you have to iron out before things work exactly as you like them.
  20. hey guys, sorry to bring up an old topic, but this is exactly the problem I'm having. i launch a reg file from the cmdlines.txt which has this: Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon] "DefaultUserName"="s_nicholasf" "DefaultDomainName"="CORP" "LegalNoticeCaption"=- "LegalNoticeText"=- "AutoAdminLogon"="1" "DefaultPassword"="myPwd" "AutoLogonCount"=dword:000003e4 "AltDefaultUserName"="s_nicholasf" "AltDefaultDomainName"="CORP" "AltDefaultPassword"="myPwd" "ForceAutoLogon"="1" and the same thing happens as above - the first time it tries to login it fails at the login screen because the logon domain is set to the local PC, not to my "CORP". As you can see i already have the altdefaultdomainname set (on a side note, does anyone find that funny? alternate default domain name? oxymoron anyone?), and i can't see how putting it in GuiRunOnce would be of any benefit?? GuiRunOnce is only exectuted AFTER the first login.. which i can't seem to kick off! just for kicks, here's the relevent section of my unattend.txt file: [GuiUnattended] ; Arguments= ; Used with Detached programs to provide arguments OEMSkipRegional=1 ; Indicates Regional info GUI to be skipped in setup ; EncryptedAdminPassword=No ; For OEMs allows use of hashpwd.exe cannot be used with autologon TimeZone="255" ; Sets Timezone 010=Mountain OemSkipWelcome=1 ; Used to skip welcome screens in GUI setup ; ProfilesDir="" ; Allows to change default location of profiles ; AutoLogon="Yes" ; Indicates that system should autologon after reboot ; AutoLogonCount=999 ; Number of times to auto logon ; DetachedProgram="" ; Specifies programs to run concurrently with Setup AdminPassword="blahblah" as you can see i've commented out most of the entries as my reg file should cover it all i would say.. another thing, i tried: "DefaultUserName"="corp\s_nicholasf" but whnever i did that, it seemed to completely ignore the s_nicholasf username and just try and login with the administrator username (however! it was trying to logon to the domain using this method.. just the wrong username! nooo!!) so another dead-end there. thanks for any replies! ps i just noticed this topic is in the RIS forum, my install isn't RIS at all, but that shouldn't matter at this point.
×
×
  • Create New...