deja.com
Get it now @ NECX
Get it now @ NECX
Before you buy
 Home  »  Computing & Tech
 >>  Development Software   
AI | Compilers | Emulation | Java
Just in time for HOLIDAY SHOPPING! Click to visit.
Please visit our sponsor
Please visit our sponsor
Net Interests:
Smart. Deals. Online. Auctions at Onsale!
Explore More:

Great PC Deals
Visit NECX!

3Com, Dreamcast, DVD!
Bid @ Amazon.com Auctions

Computer & Tech Jobs
Upgrade your Career!

Great PC's and More!
Click for Gateway.com

Comdial - The Rising Star
of Business Communication

1 Source for Computers!
Deals @ Microwarehouse

Value America-Electronics
Best Brands & Prices-Now

Thousands of Products
Buy at cost @ eCOST.com

Search for Jobs!
JobOptions

Great PC Deals
Visit NECX!

Rate it!
Connectix Virtual PC
in Emulation Software
(1=worst, 5=best)
Features
15
Ease of use
15
Performance
15
Cost / Benefit
15

  • Compare it to others
  • User Reviews
  • Add this rating
       to your own Web site
     
  • top rated
    Emulation Software
    1. Connectix Virtual PC
    2. Softwindows 98
    3. RealPC
    4. White Pine Web Term
    5. FTP Software Inc. On Web Host 2.0
  • See the full list...
  • Deja Forums
    3Dfx development
    3Dfx Linux development
    OpenGL 3D programming
    3dfx.products.voodoobanshee
    Data conversion
     
    Deja Communities

    Start your own community in Development Software.  

    My Deja
    Get more out of Deja: Register to easily manage your discussions and communities, and improve your searches. Plus, get email alerts about new posts in your favorite discussions with Deja Tracker!
     
      ratings     discussions     communities  
      back to search results 
    Help | Feedback
    Previous in Search
    Next in Search
       >> Forum: microsoft.public.msdn.win98.beta.unmonitored.discussion
          >> Thread: 98 Install
            >> Message 2 of 41
     
    Subject:Re: 98 Install
    Date:1998/07/08
    Author:MrScary <MrScary@emailDOTmsn.com>
      Posting History

    Check out the " /f " switch near the end.but you must read the article to understand what your doing
     
    Description of the Windows 98 Setup Switches
    Last reviewed: May 22, 1998
    Article ID: Q??????
     
    The information in this article applies to:
    Microsoft Windows 98
    Microsoft Windows 95
    SUMMARY
    This article describes the switches you can only use in the Windows 98 Setup program, and those that you may use with both Windows 95 or Windows 98.
     
    MORE INFORMATION
    The first part of this article describes the new switches that apply only to Windows 98, and the second part of this article describes the switches that you can use with either Windows 98 or Windows 95.
     
    Windows 98-Specific Setup Switches
    /nm - This switch bypasses the minimum hardware requirement test. This
     
          tests for a minimum of a 486/66DX central-processing unit (CPU)       and 16 megabytes (MB) of memory.
     
     
    /na - This switch bypasses the program check and can use the following
     
          values:
     
            0=default
            1=No Windows program check
            2=No Windows program check or MS-DOS program check
     
     
    /nd - This switch ignores the presence of a Migration.dll file and is used
     
          to make Windows 98 overwrite newer files.
     
          NOTE: Files that use the ,,,32 flag in their .inf files still force       Windows 98 Setup to keep the newer files.
     
     
    /nh - This switch bypasses running the Hwinfo.exe program.
     
    /ie - This switch bypasses the Windows 98 Startup Disk wizard screens.
     
    /ig - This switch bypasses running the Scanreg.exe program.
     
    /m - This switch bypasses the playing of the Setup sound (.wav) files.
     
    /iv - This switch bypasses displaying the Setup screens during an upgrade
     
          made within Windows.
     
     
    Setup Switches for Windows 98 and Windows 95
    /? - This switch provides a brief summary of the available Setup switches
     
          and the correct command line syntax to use them.
     
     
    /c - This switch bypasses running SmartDrive.
     
    /d - This switch bypasses using your existing Windows configuration
     
          (such as your current Win.ini and System.ini files).
     
     
    /id - This switch bypasses checking for the minimum disk space required to
     
          install Windows.
     
     
    /it - This switch bypasses checking for the presence of "dirty" or
     
          "deadly" terminate-and-stay-resident programs (TSRs) that are known       to cause problems with Windows Setup.
     
     
    /ih - This switch causes Setup to run ScanDisk in the foreground.
     
    /iq - If you use the /is switch to bypass ScanDisk or ScanDisk fails,
     
          Setup checks your drive for cross-linked files. The /iq switch       prevents Setup from doing this.
     
     
    /is - This switch causes Setup to not run ScanDisk.
     
    /l - Use this switch if you have a Logitech mouse and want it enabled
     
          during Setup.
     
     
    NOTE: You must run Setup from your previous version of MS-DOS or start Windows in MS-DOS mode for the following switches to function.
     
    /n - This switch causes Setup to run without a mouse.
     
    /p - This switch causes Setup to pass string(s) directly to Detection
     
        Manager (or Sysdetmg.dll). Setup does not interpret the content of     the string. The string can contain one or more detection options.
     
        The /p switch is not used by itself. For more information on     the /p switch, please see the "/p Detection Switch Option String     Defined" section below.
     
     
    -s - Use this switch to use an alternate Setup.inf file.
     
    /t:<dir> - This switch lets you specify where Setup copies its
     
              temporary files. WARNING: Any existing files in this
              folder are deleted.
     
     
    /p Detection Switch Option String Defined
    The string can contain one or more detection switches separated by a semicolon (;). For example, if you want to use "/p f" and "/p i" you type "setup /p f;i" (without quotation marks).
    Some switches are simply On/Off switches. The absence of the switch implies Off; the presence of the switch turns it On. A minus sign (-) appended immediately after a switch turns it Off.
    Some switches take parameters in the form of <c>=<params>. If there is more than one parameter to a switch, the parameters are separated by a comma (,). There must not be any spaces in the detection option string.
    Valid Detection Switches:
     
    a - This switch enables safe detection. It tells each detection module
     
        to try safer detection methods. Safer detection methods may not     detect devices correctly.
     
        The default during Setup is enabled. The default in other cases is     disabled.
     
        Example: setup /p a
     
     
    b - This switch enables Prompt Before mode. It prompts you before a
     
        detection module is called so that you can step through each     detection module manually and decide if you want to skip it.
     
        The default is disabled.
     
        Example: setup /p b
     
     
    c - This switch enables class detection. Class detection is a mechanism
     
        for finding hints for a certain class of devices. For example, adapter     class detection looks for hints in the Config.sys and System.ini files     for CD-ROM drivers. If it does not find any, Setup displays a CD-ROM     check box asking if you have a CD-ROM drive.
     
        The default during Setup is enabled. The default when you use the     Add New Hardware tool and docking/undocking detection is disabled.
     
        Example: setup /p c
     
     
    c- - Setup /p c- disables safe class detection. For example, this switch
     
        tells Setup to always search on all network adapter cards, sound     cards, and CD-ROM drives.
     
        Example: setup /p c-
     
     
    d=<name> - This switch detects the listed detection modules only, where
     
              <name> is a detection module name or a device class name.
     
              Detection module names (such as DetectPIC and DetectAHA154x)           are found in the Msdet.inf file. Device class names can be           SCSIAdapter, net, and so on.
     
              Example: setup /p d=detectpic
     
     
    e - This switch enables Setup mode detection.
     
        The default during Setup is enabled. The default in other cases is     disabled.
     
        Example: setup /p e
     
     
    f - This switch enables Clean Registry mode. It forces Detection to
     
        clean the root branch of the registry before starting. This switch     is ignored when Setup is run in the Windows 95 graphical user     interface (GUI).
     
        The default is disabled.
     
        Example: setup /p f
     
     
    g=<n> - This switch specifies the verbose level, where <n> is 0 to 3.
     
            This switch controls how verbose the built-in progress bar is. At         maximum level (3), it shows all the resources of the detected         devices along with the progress bar. This switch can help to         identify which detection module causes a certain problem. For         example, if your mouse stops responding (hangs) during detection         but the system continues, there is no way to determine from the         log files which module hung the mouse. By turning this option on         and constantly moving the mouse during Setup, you can determine         which module is running when the mouse hangs.
     
            The default is disabled (0).
     
            Example: setup /p g=3
     
     
    i - This switch tells Setup not to report the existence of a Plug and
     
        Play BIOS. It is useful on systems that have a Plug and Play BIOS     that is not reported in Machine.inf.
     
        Example: setup /p i
     
     
    j - This switch tells Setup to undo the results of the "Setup /p i"
     
        switch. This switch should only be used after a machine that     required "Setup /p i" has updated their Plug and Play BIOS.
     
        Example: setup /p j
     
     
    l=<n> - This switch specifies the logging level for Detlog.txt, where
     
            <n> is 0 to 3.
     
            The default is maximum logging (3).
     
            Example: setup /p l=0
     
     
    m - This switch enables Mini-windows mode.
     
        This is enabled only when Setup is run under MS-DOS.
     
        Example: setup /p m
     
     
    n - This switch enables No Recovery mode. This option can be used to
     
        turn off the Windows 95 Setup recovery mechanism (for example, this     switch prevents the creation of the Detcrash.log file).
     
        The default is disabled.
     
        Example: setup /p n
     
     
    o=<traceoutput> - This switch specifies the trace output. The information
     
                      is written to the Tracelog.txt file in the current                   directory.
     
                      This option is available only in the Debug version of                   Sysdetmg.dll.
     
                      Example: setup /p o
     
     
    p - This switch enables performance logging. It writes performance
     
        timing information to the DETLOG.TXT file.
     
        The default is disabled.
     
        Example: setup /p p
     
     
    r - This switch enables Recovery mode. It causes Detection to use the
     
        Detcrash.log file, if found, for recovery. If this switch is not     enabled, Detection ignores and deletes Detcrash.log even if it is     found.
     
        This switch is used if Safe Recovery is selected during Setup,     otherwise it is not used.
     
        Example: setup /p r
     
     
    s=<name> - This switch skips the listed detection modules or classes of
     
              detection modules, where <name> is a detection module name or a           device class name.
     
              Detection module names (such as DetectPIC and DetectAHA154x)           are in the Msdet.inf file. Device class names are SCSIAdapter,           net, and so on.
     
              Example: setup /p s=detectpic
     
     
    t=<n> - This switch specifies the trace level, where <n> is 0 to 9.
     
            The default is disabled (0).
     
            This option is available only in the Debug version of
            Sysdetmg.dll.
     
            Example: setup /p t=9
     
     
    v - This switch enables Verify Only mode. Detection has two stages:
     
        1. Verify existing devices in the registry.
     
        2. Detect new devices.
     
        This switch tells Detection to perform only stage 1. This switch is     used by the PCMCIA Wizard to verify legacy devices in the registry.
     
        The default is disabled.
     
        Example: setup /p v
     
     
    x=<res list> - This switch excludes the listed resources from detection,
     
                  where <res list> is one of four possibilities:
     
                    - io(xxx-yyy,xxx-yyy,...)
     
                    - mem(xxxxx-yyyyy,xxxxx-yyyyy,...)
     
                    - irq(x,y,z,...)
     
                    - dma(x,y,z,...)
     
                    This switch protects resources so that no detection                 modules can access them.
     
                    Example: setup /p x=io(300-30f,240-24f)
     
     
     
    MrScary
     
    Unbeliever wrote in message <6nq90p$eno$1@news01.iafrica.com>...
    >I have 98 Beta 3 running on my machine. When I try to install the full
    >version, the setup wizard hangs when it checks the registry. I have tried
    >running the same install on another machine with 95. In both cases I tried
    >installing from DOS, Boot Disk and the running O/S with no luck.
    >Any suggestions on how to get around this added feature?
    >
    >Thanks
    >xxXXXtrevor@thepentagon.comXXxx
    >
    >

    Track this thread for me

    Subscribe to microsoft.public.msdn.win98.beta.unmonitored.discussion
    Mail this message to a friend
    View original Usenet format
    Create a custom link to this message from your own Web site

    << Previous in search   ·   Next in search >>

    Search Discussions
      For a more detailed search go to Power Search
    Search only in: microsoft.public.msdn.win98.beta.unmonitored.discussion
    All Deja.com
    Search for:
    Search  Messages

     Arts & Entertainment   Automotive   Computing & Tech   Consumer Electronics   Health & Fitness 
     Home & Family   Lifestyles   Money   Politics & Media   Recreation   Sports   Travel 
    Holiday Shopping - FREE Internet Access - FREE STUFF! - Trade with Datek - GET IT NOW @ NECX - eBay Auctions - MAIL.COM - Get FREE Health Info@drkoop.com - BUY AT COST at eCOST.com - Search for Jobs! JobOptions - The BEST Music Online - Onsale Auctions

    Copyright © 1999 Deja.com, Inc. All rights reserved.
    Trademarks · Terms & Conditions of Use · Site Privacy Statement.

    Advertise with Us!  |  About Deja.com