Jump to content

keithc

Member
  • Posts

    8
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Australia

Everything posted by keithc

  1. i have a .HTA app - based on the one availible here, and all works well (in windows). however, when i run this in winPE the dialog presents itself as blank. Does anyone know a method for presenting a proper open file dialog via HTA in WinPE currently im using the following to load the dialog (which works in windows) - ive tried a variety of other methods that all result in the dialog being drawn as blank. '**************************************************************************** '* TEST DIALOG '* '**************************************************************************** Function selectFile() Dim Result Dim IE : Set IE = CreateObject("InternetExplorer.Application") With IE .Visible = False .Navigate("about:blank") Do Until .ReadyState = 4 : Loop With .Document .Write "<html><body><input id='f' type='file'></body></html>" With .All.f .Focus .Click Result = .Value End With End With .Quit End With Set IE = Nothing Dim ChooseFile ChooseFile = Result Dim isWim isWim = InStr((UCase(ChooseFile)), ".WIM") if isWim <> 0 Then wimfilename.value = ChooseFile checkWim() else msgbox("error - wim not selected") end if 'MsgBox ChooseFile() End Function
  2. so i have my unattended.xml file and vista reads from it, however i notice that even though the following is detailed in the answer file iam still prompted. Keyboard layout, User account creation, disable windows update, set network location to 'work' does anyone know why this behaviour is encountered ? below is my answer file for reference .......... <?xml version="1.0" encoding="utf-8"?> <unattend xmlns="urn:schemas-microsoft-com:unattend"> <servicing></servicing> <settings pass="oobeSystem"> <component name="Microsoft-Windows-International-Core" 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"> <InputLocale>en-us</InputLocale> <SystemLocale>en-us</SystemLocale> <UILanguage>en-us</UILanguage> <UserLocale>en-us</UserLocale> </component> <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"> <OOBE> <HideEULAPage>true</HideEULAPage> <SkipMachineOOBE>true</SkipMachineOOBE> <SkipUserOOBE>true</SkipUserOOBE> <NetworkLocation>Work</NetworkLocation> </OOBE> <RegisteredOrganization>Software</RegisteredOrganization> <RegisteredOwner>Software</RegisteredOwner> <ShowWindowsLive>false</ShowWindowsLive> <UserAccounts> <AdministratorPassword> <Value>xxxxxxxxxxxxxxxxxxxxxxx<Value> <PlainText>false</PlainText> </AdministratorPassword> <LocalAccounts> <LocalAccount wcm:action="add"> <Password> <Value>RgBUAFIAMwAkAGcAaQB0AG0AYgBQAGEAcwBzAHcAbwByAGQA</Value> <PlainText>false</PlainText> </Password> <Description>Technical Support Administrative Account</Description> <DisplayName>Software</DisplayName> <Group>administrator</Group> <Name>tec</Name> </LocalAccount> </LocalAccounts> </UserAccounts> </component> </settings> <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"> <ComputerName>*</ComputerName> <ProductKey>XXXXXXXXXXXXXXXXXXXXXXX</ProductKey> <RegisteredOrganization>Software</RegisteredOrganization> <RegisteredOwner>Software</RegisteredOwner> <ShowWindowsLive>false</ShowWindowsLive> <CopyProfile>true</CopyProfile> </component> <component name="Microsoft-Windows-Security-Licensing-SLC-UX" 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"> <SkipAutoActivation>true</SkipAutoActivation> </component> </settings> <settings pass="windowsPE"> <component name="Microsoft-Windows-International-Core-WinPE" 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"> <SetupUILanguage> <UILanguage>en-us</UILanguage> <WillShowUI>OnError</WillShowUI> </SetupUILanguage> <InputLocale>en-us</InputLocale> <SystemLocale>en-us</SystemLocale> <UILanguage>en-us</UILanguage> <UserLocale>en-us</UserLocale> </component> </settings> </unattend>
  3. im sure there are numerous posts about how to acheive this, however all the posts ive read seem rather complex and im just a simple lazy techie basically, i want to setup 4 partitions on my usb key, 1 for xp pro, 1 for 2k pro, 1 for winternals ERD 2005 and 1 for storage, the other requirement i have is a menu upon booting from the usb to select the appropriate OS. i have looked at the 'easyboot' program by the same developer as ultra iso however its not as straight forward as it appears. if anyone can provide a definitive step by step guide on how to acheive this, it'd be much appreciated.
  4. ^^^ all the associated material is in my first post. thanks sonic! Now im off to try and unravel the mystery of 'suppressreboot' and the **** tune application... maybe its time to give in and see if nvidia would be kind enough to clear this up
  5. any activity on the nvidia front? ive spent another 12hours bashing away at this thing and have gotten nowhere, im resolved to email nvidia but i imagine they'll take longer to respond that it would for me to reinvent the wheel several times over.
  6. Hi All, ive searched the forums before posting here and am only posting here because i cant figure this out... basically im trying to install the nforce 5.11 chipset drivers silently, except i cannot install the nvidia firewall component silently, Im always prompted with the 'select firewall option (on or off)' when installing using the following method with a precreated setup.iss file in the nforce folder & and firewall folder. RunOnceEx.cmd @echo off SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx REG ADD %KEY% /V TITLE /D "Installing Applications" /f REG ADD %KEY%10 /VE /D "Installing NForce Chipset Drivers" /f REG ADD %KEY%10 /V 1 /D "%systemdrive%\DRIVERS\CHIPSET\setup.exe /F2 /s" /f chipset - setup.iss [InstallShield Silent] Version=v7.00 File=Response File [File Transfer] OverwrittenReadOnly=NoToAll [{EFB7D050-CAD2-11D4-B34D-00105A1C23DD}-DlgOrder] Dlg0={EFB7D050-CAD2-11D4-B34D-00105A1C23DD}-SdWelcome-0 Count=1 [{EFB7D050-CAD2-11D4-B34D-00105A1C23DD}-SdWelcome-0] Result=1 firewall - setup.iss [{1F6423DE-7959-4178-80E0-023C7EAA5347}-DlgOrder] Dlg0={1F6423DE-7959-4178-80E0-023C7EAA5347}-SdWelcome-0 Count=4 Dlg1={1F6423DE-7959-4178-80E0-023C7EAA5347}-SdSetupType2-0 Dlg2={1F6423DE-7959-4178-80E0-023C7EAA5347}-SdComponentTree-0 Dlg3={1F6423DE-7959-4178-80E0-023C7EAA5347}-SdFinishReboot-0 [{1F6423DE-7959-4178-80E0-023C7EAA5347}-SdWelcome-0] Result=1 [{1F6423DE-7959-4178-80E0-023C7EAA5347}-SdSetupType2-0] szDir=C:\Program Files\NVIDIA Corporation\NetworkAccessManager\ Result=304 [{1F6423DE-7959-4178-80E0-023C7EAA5347}-SdComponentTree-0] szDir=C:\Program Files\NVIDIA Corporation\NetworkAccessManager\ Component-type=string Component-count=1 Component-0=Language\L1033 Result=1 [{1F6423DE-7959-4178-80E0-023C7EAA5347}-SdFinishReboot-0] Result=1 BootOption=0 if anyone know how to enable the firewall and bypass this message any help would be greatly appreciated
  7. Hi All, just wondering has anyone made an xp with boot up options, for example. I want to be able to whack in an xp cd then boot the machine when it boots the user will have a variety of options that will install a base version of XP with a different application pack depending on the selection thats made. eg: Option 1: XP installed with office Option 2: XP installed with office & winzip Option 3: XP installed with NO office & winzip basically i have a variety of different batch files, batch1, batch2, and i just want to make the installer load a different batch file without the need to have multiple copies of the same files.
  8. [quote name='gothtec' post='168750' date='Aug 16 2004, 12:13 PM']i have solved every one of these issues now. anyone else need a hand on these problems, just ask.[/quote] ^^ gothtec, i wanna know how to disable 'show in groups' via the registry if you please those things **** well annoy the be-jebus out of me
×
×
  • Create New...