Jump to content

mazmorbid

Member
  • Posts

    88
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Australia

Posts posted by mazmorbid

  1. Regardless of the fact that the hotfix he wants to install is integrated or is an addon, it has nothing to do with his question, he is asking what you have already stated "create a batch file that prompts you at first startup whether or not to silently install" so how about giving him some "technical"details how to accomplish this ??

  2. Have you tried bootsect.exe on your vista dvd in the boot folder? Just did a quick search on Google and found this thread that might help you? Although they are talking about Linux there might be some info to help you out?

  3. I don't use nLite for many reasons so I can't help you there with what to do, you could try putting this into the WINNT.SIF file:

    [Networking]

    InstallDefaultComponents="Yes"

    [identification]

    JoinWorkgroup="MSHOME"

    I'm pretty sure MSHOME is the default setting even if your not connected to a domain, so I think by putting this in it will skip that part as you would like it ...?

  4. you could try putting some of this info into the WINNT.SIF file in your I386 folder:

    [Data]

    Autopartition=1

    MsDosInitiated=0

    UnattendedInstall="Yes"

    [unattended]

    UnattendMode=FullUnattended

    UnattendSwitch="Yes"

    FileSystem=*

    WaitForReboot="No"

    NoWaitAfterTextMode=1

    NoWaitAfterGUIMode=1

    FileSystem-ConvertNTFS

    Repartition=Yes

    ExtendOemPartition=0

    Just copy what you need to use, the text above is for a fully unattended install and will auto partition to NTFS.

  5. In the Unattended Mode section select Prompt Repair in the drop down menu ..

    EDIT: Actually if you dont select Unattended it shouldn't give you an Unattended install? Not real sure as I gave up with nLite and did it all the hard way ...

  6. The way I do it is with RunOnceEx:

    REG ADD %KEY%\001 /VE /D "Core Operating System Updates" /f

    REG ADD %KEY%\001 /V 1 /D "%systemdrive%\SOFTWARE\INSTALL\FrameworkNET\dotnetfx.exe" /f

    REG ADD %KEY%\002 /V 1 /D "%systemdrive%\SOFTWARE\INSTALL\FrameworkNET\NDP1.1sp1-KB867460-X86.exe /Q" /f

    REG ADD %KEY%\003 /V 1 /D "%systemdrive%\SOFTWARE\INSTALL\FrameworkNET\NDP1.1sp1-KB928366-X86.exe /Q" /f

    REG ADD %KEY%\004 /V 1 /D "%systemdrive%\SOFTWARE\INSTALL\FrameworkNET\Framework3.5_Eng.exe /quiet /NoRestart" /f

    dotnetfx.exe I made with iexpress as a silent install, Framework 3.5 is the 197mb full version ...

  7. I had this problem also, the way I fixed it was to stop using nLite and learn how to do it all the long way .. the only thing I use nLite for is to make an ISO for testing as its pretty quick at doing that .. but sometimes even that fails only having to do it again ...

  8. This is part of my WINNT.SIF file that might help you out, it formats and partitions the drive to NTFS with no user input ...

    [Data]

    AutomaticUpdates="Yes"

    Autopartition=1

    MsDosInitiated=0

    UnattendedInstall="Yes"

    [unattended]

    UnattendMode=FullUnattended

    UnattendSwitch="Yes"

    OemPreinstall="Yes"

    OemPnPDriversPath="DRIVERS\INF\000_CHIPSET;DRIVERS\INF\001_DISPLAY;DRIVERS\INF\002_NETWORK;DRIVERS\INF\003_WIRELESS;DRIVERS\INF\004_MODEM"

    OemSkipEula="Yes"

    FileSystem=*

    WaitForReboot="No"

    NoWaitAfterTextMode=1

    NoWaitAfterGUIMode=1

    FileSystem-ConvertNTFS

    Repartition=Yes

    ExtendOemPartition=0

    DriverSigningPolicy=Ignore

    NonDriverSigningPolicy=Ignore

    Hibernation="No"

    EDIT: This uses the NTFS Quick formatting option ..

  9. when you do a complete format with your recovery cd is there a folder named "DRIVERS" located in "C:\"? in there you should find the toshiba bluetooth software and microsoft bluetooth software, you must install the toshiba bluetooth software (can be done with nLite), then turn on your bluetooth/wireless adapter and then go to control panel and click on the bluetooth icon, after you click that it should install all the drivers, by default I dont think you can do it unattended with nLite or any other apps, thats the way it is for my Toshiba laptop anyway, and the way it was explained to me when I purchased it, kinda strange if you ask me :wacko:

    EDIT: a bit late with my reply ..good to see you got it worked out ...

  10. This is my fully Unattended WINNT.SIF file for my laptop ..

    [Data]

    AutomaticUpdates="Yes"

    Autopartition=1

    MsDosInitiated=0

    UnattendedInstall="Yes"

    [unattended]

    UnattendMode=FullUnattended

    UnattendSwitch="Yes"

    OemPreinstall="Yes"

    OemPnPDriversPath="DRIVERS\INF\000_CHIPSET;DRIVERS\INF\001_DISPLAY;DRIVERS\INF\002_NETWORK;DRIVERS\INF\003_WIRELESS;DRIVERS\INF\004_MODEM"

    OemSkipEula="Yes"

    FileSystem=*

    WaitForReboot="No"

    NoWaitAfterTextMode=1

    NoWaitAfterGUIMode=1

    FileSystem-ConvertNTFS

    Repartition=Yes

    ExtendOemPartition=0

    DriverSigningPolicy=Ignore

    NonDriverSigningPolicy=Ignore

    Hibernation="No"

    [Display]

    Xresolution=1024

    Yresolution=768

    BitsPerPel=32

    [systemRestore]

    MaximumDataStorePercentOfDisk=10

    [GuiUnattended]

    EncryptedAdminPassword="No"

    AutoLogon="Yes"

    AdminPassword=*

    TimeZone=260

    OEMSkipRegional=1

    OemSkipWelcome=1

    [shell]

    CustomDefaultThemeFile="%WinDir%\Resources\Themes\Luna.theme"

    [Components]

    [userData]

    ProductKey="XXXXX-XXXXX-XXXXX-XXXXX-XXXXX"

    ComputerName=A80

    FullName="mazmorbid"

    [RegionalSettings]

    SystemLocale="0c09"

    UserLocale="0c09"

    UserLocale_DefaultUser="0c09"

    InputLocale="0c09:00000409"

    InputLocale_DefaultUser="0c09:00000409"

    [Networking]

    InstallDefaultComponents="Yes"

    [identification]

    JoinWorkgroup="MSHOME"

  11. I know you can skip the product key as I have done it and it works, but I didn't use nLite.

    EDIT: I thought it might have been because of the "UnattendMode=ProvideDefault" but I just tried this with my finished version that being the only thing I changed and it still skipped the product key ...

×
×
  • Create New...