Jump to content

Masters

Member
  • Posts

    12
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Posts posted by Masters

  1. Setupreg.hiv is a registry file. Use regedt32.exe or regedit.exe and load file.

    What do you like to do finally?

    Do you need different winnt.sif?

    Do you like loading PNP drivers from different locations?

    Well what I would like to do ultimately is have a DVD with all the programs and applications I would like to load and then depending on which machine I can use different winnt.sif files to change the name, organization, things like that. I figured that using an external file like what I used to do for 2000 would do the trick but with the removal of legacy drives I suspect that many users will not have a floppy disk drive. This means that I must used a usb thumb drive in order to hold the settings...

  2. I am currently having a problem with my install. During the text stage of the installation I get this error:

    The file winntbbu.dll was not copied correctly.

    The file Setup placed on your hard drive is not a valid Windows XP system image.  If you are installing from a CD, there may be a problem with the Windows XP CD.

    I can skip past this error message and it will continue with the install even showing my custom billboard screen. I am including a screen shot of the error that I am recieving. I also would like to apologize for posting in the wrong area. I am new to this...

  3. I know that I'm new to this forum but I believe that the problem that you are experiencing cartoonite is one related to a timing issue. For example for me I know that in my Winnt.sif file my command come after any other settings in the file. That means if I have made any changes in my unattended install that they can possible be overwritten by changes in my .cmd or whatever script you are using. A solution would be to write a script or cmd to undone some of the changes made by your custom batch file or script.

  4. I know this was posted earlier and I have searched this forum for any information about installing ghost unattended. I have been successful in installing SmartFTP unattended but Ghost still alludes me. I have attempted to use the MSI installer like I have done with pervious programs but it tell me that it must be run from setup. Does anyone know of an MSI editor or a silent way of running Norton's Ghost from setup.

  5. Hello everyone. I would like to start off by saying that I'm a newbie. Please do not insult me if my question seems simple. I have been attempting to do this for the last couple of days and have made considerable progress. The only problem that I'm having is the text based installation. It is not truly unattended. It asks me for partition size and file system. Here is an example of my winnt.sif file. Can any explain why it still ask for partition information if it's supposed to automatically set that up.

    [Data]
    AutoPartition = 1
    MsDosInitiated = 0
    UnattendedInstall = Yes

    [Unattended]
    UnattendMode = FullUnattended
    UnattendSwitch = Yes
    OemPreinstall = Yes
    OemSkipEula = Yes
    extendoempartition = 0
    OemPnPDriversPath="%systemdrive%\drivers\0000;%systemdrive%\drivers\1000;%systemdrive%\drivers\1001;%systemdrive%\drivers\1002;%systemdrive%\drivers\1003;%systemdrive%\drivers\1004;%systemdrive%\drivers\2000;%systemdrive%\drivers\2001;%systemdrive%\drivers\4000"
    FileSystem = *
    WaitForReboot = No
    TargetPath = "\Windows"
    DriverSigningPolicy = Ignore
    NonDriverSigningPolicy = Ignore
    Hibernation = No

    [SystemFileProtection]
    SFCQuota = 0

    [GuiUnattended]
    EncryptedAdminPassword = No
    AdminPassword = *
    AutoLogon = Yes
    TimeZone = 35
    OEMSkipRegional = 1
    OemSkipWelcome = 1

    [UserData]
    ProductKey = "XXXXX-XXXXX-XXXXX-XXXXX-XXXXX"
    ComputerName = "MONDESIR"
    FullName = "Superman"
    OrgName = "Justice League"

    [RegionalSettings]
    Language = 0409

    [Identification]
    JoinWorkgroup = "None"

    [GuiRunOnce]
    %systemdrive%\install\start.cmd

×
×
  • Create New...