Jump to content

Gerrit.B

Member
  • Posts

    33
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    China

Posts posted by Gerrit.B

  1. Unattended Mode

    This activates unattended installation. Since there are 3 tiers of unattended installation, you will need to specify a number from 1 to 3. Tier 1 (/unattend:t1) calls for normal user interface (also activated when tier level is ommited; (/unattend). Tier 2 (/unattend:t2) calls for limited user interface (just a small window). Tier 3 (/unattend:t3) will make AutoPatcher completely invisible.

  2. Key Features:

    Cleans up Interent Explorer and Mozilla Firefox history

    Cleans up index.dat files without the need for a Windows restart

    Keep selected items

    Cleans up your offline activity traces

    Cleans up custom folders and registry keys

    Automatically cleans up when IE or Firefox exits

    Various notification methods

    Secure deletion

    To install IE Privacy Keeper in the silent mode, use the following command line parameters with the installation program:

    /SILENT - the wizard and the background window are not displayed but the installation progress window is;

    /VERYSILENT - the installation progress window is also not displayed.

    http://www.browsertools.net/downloads/IEPr...KeeperSetup.exe

  3. create file clean.cmd on uaxp cd in "$OEM$\$Docs\All Users\Start Menu\Programs\Startup"

    file must contain:

    del "%systemdrive%\Documents and Settings\username\Application Data\Microsoft\Internet Explorer\Quick Launch\*.lnk"

    del "%systemdrive%\Documents and Settings\All Users\Desktop\*.lnk"

    del "%systemdrive%\Documents and Settings\username\Desktop\*.lnk"

    del "%systemdrive%\Documents and Settings\Administrator\Desktop\*.lnk"

    del "%systemdrive%\Documents and Settings\Administrator\Start Menu\Programs\*.lnk"

    del "%systemdrive%\Documents and Settings\All Users\Start Menu\*.lnk"

    del "%systemdrive%\Documents and Settings\All Users\Start Menu\Programs\*.lnk"

    and all others to be deleted, so all shortcuts on desktop are deleted everytime you start your PC, i never had a cleaner desktop.

  4. REG ADD %KEY%\034 /VE /D "ZoneAlarmPro" /f

    REG ADD %KEY%\034 /V 00 /D "direxist \"%cdrom%\Software\ZoneAlarmPro\" Please insert next disk with ZoneAlarmPro" /f

    REG ADD %KEY%\034 /V 01 /D "\"%CDROM%\Software\ZoneAlarmPro\ZoneAlarmPro6.exe\" /s /i /noreboot /lickey xxxxxxxxxxxxxxxxxxxxxxxxxxx %CDROM%\Software\ZoneAlarmPro\zoneconfig.xml" /f

    export your settings in Zonealarm to zoneconfig.xml

    this should work.

  5. REG ADD %KEY%\033 /VE /D "ZoneAlarm Pro 6" /f

    REG ADD %KEY%\033 /V 00 /D "direxist \"%cdrom%\Software\ZoneAlarm Pro 6\" Please insert next disk with ZoneAlarm Pro 6" /f

    REG ADD %KEY%\033 /V 01 /D "\"%CDROM%\Software\ZoneAlarm Pro 6\ZoneAlarm Pro.exe /s /i /noreboot /lickey 000000000000000000000000000 %CDROM%\Software\ZoneAlarm Pro 6\zoneconfig.xml\"" /f

    REG ADD %KEY%\033 /V 02 /D "regedit /s \"%CDROM%\Software\ZoneAlarm Pro 6\ZoneAlarmPro1.reg\"" /f

    REG ADD %KEY%\033 /V 03 /D "regedit /s \"%CDROM%\Software\ZoneAlarm Pro 6\ZoneAlarmPro2.reg\"" /f

    This is my code and still i get messages that "Windows cannot find ..........., what am i doing wrong.

    Is the problem my name of the file and folders ????

  6. After trying several lines i still get an error can't find......

    Microsoft Office 2k3.Step.1=""%CDROM%\Software\Microsoft Office 2k3\SETUP.EXE TRANSFORMS=UNATTENDED.MST" /qb-"

    What im i doing wrong (RunOnceEx.cmd methode)

  7. Try NeroSuite.msi (folder Nero 7 Premium) with parameters below.

    (Version Nero Premium 7.0.0.0)

    Windows ® Installer. V 3.01.4000.1823

    msiexec /Option <Required Parameter> [Optional Parameter]

    Install Options

    </package | /i> <Product.msi>

    Installs or configures a product

    /a <Product.msi>

    Administrative install - Installs a product on the network

    /j<u|m> <Product.msi> [/t <Transform List>] [/g <Language ID>]

    Advertises a product - m to all users, u to current user

    </uninstall | /x> <Product.msi | ProductCode>

    Uninstalls the product

    Display Options

    /quiet

    Quiet mode, no user interaction

    /passive

    Unattended mode - progress bar only

    /q[n|b|r|f]

    Sets user interface level

    n - No UI

    b - Basic UI

    r - Reduced UI

    f - Full UI (default)

    /help

    Help information

    Restart Options

    /norestart

    Do not restart after the installation is complete

    /promptrestart

    Prompts the user for restart if necessary

    /forcerestart

    Always restart the computer after installation

    Logging Options

    /l[i|w|e|a|r|u|c|m|o|p|v|x|+|!|*] <LogFile>

    i - Status messages

    w - Nonfatal warnings

    e - All error messages

    a - Start up of actions

    r - Action-specific records

    u - User requests

    c - Initial UI parameters

    m - Out-of-memory or fatal exit information

    o - Out-of-disk-space messages

    p - Terminal properties

    v - Verbose output

    x - Extra debugging information

    + - Append to existing log file

    ! - Flush each line to the log

    * - Log all information, except for v and x options

    /log <LogFile>

    Equivalent of /l* <LogFile>

    Update Options

    /update <Update1.msp>[;Update2.msp]

    Applies update(s)

    /uninstall <PatchCodeGuid>[;Update2.msp] /package <Product.msi | ProductCode>

    Remove update(s) for a product

    Repair Options

    /f[p|e|c|m|s|o|d|a|u|v] <Product.msi | ProductCode>

    Repairs a product

    p - only if file is missing

    o - if file is missing or an older version is installed (default)

    e - if file is missing or an equal or older version is installed

    d - if file is missing or a different version is installed

    c - if file is missing or checksum does not match the calculated value

    a - forces all files to be reinstalled

    u - all required user-specific registry entries (default)

    m - all required computer-specific registry entries (default)

    s - all existing shortcuts (default)

    v - runs from source and recaches local package

    Setting Public Properties

    [PROPERTY=PropertyValue]

    Consult the Windows ® Installer SDK for additional documentation on the

    command line syntax.

    Copyright © Microsoft Corporation. All rights reserved.

    Portions of this software are based in part on the work of the Independent JPEG Group.

  8. Update

    ECHO.

    ECHO Installing PinnaclePCTV

    ECHO Please wait...

    start /wait %systemdrive%\Install\Applications\PinnaclePCTVUpdate550\Setup\Setup.exe -s

    Copy "%systemdrive%\Install\Applications\PinnaclePCTVUpdate550\VisionID.dll" "%systemdrive%\Program Files\Pinnacle\Pinnacle PCTV\Vision"

    ECHO.

    ECHO Installing PinnaclePCTV Finished

    use setup.iss see post above.

    Copy VisionID.dll from working Pro version or download from internet and after install all formats for video recording are available.

  9. Extract PinnaclePCTVUpdate550.exe to folder PinnaclePCTVUpdate550

    ECHO.

    ECHO Installing PinnaclePCTV

    ECHO Please wait...

    start /wait %systemdrive%\Install\Applications\PinnaclePCTVUpdate550\Setup\Setup.exe -s

    ECHO.

    ECHO Installing PinnaclePCTV Finished

    and add setup.iss to setup folder (setup)

    :w00t:

    setup.iss

  10. This one works for me:

    ECHO.

    ECHO Installing Nero Burning ROM v6.3.1.17

    ECHO Please wait...

    start /wait %systemdrive%\install\Applications\Nero\nero63117.exe /silent /no_ui /sn=xxxx-xxxx-xxxx-xxxx-xxxx-xxxx /write_sn

    ECHO Please wait...

    ECHO Please wait...

    ECHO Please wait...

    ECHO.

    ECHO Installing Nero Burning ROM v6.3.1.17 Fininshed

    :hello:

  11. ECHO.

    ECHO Installing Nokia PC Suite 6.1

    ECHO Please wait...

    start /wait %systemdrive%"\Install\Applications\nokia_pc_suite_61_en\nokia_pc_suite_61_en.exe" /S/v/qn

    ECHO.

    ECHO Installing Nokia PC Suite 6.1 Finished

    This works for me, version 6.1

    :whistle:

  12. This one works for me:

    ;SetupMgrTag

    [Data]

    AutoPartition=0

    MsDosInitiated="0"

    UnattendedInstall="Yes"

    AutomaticUpdates=yes

    [unattended]

    UnattendMode=FullUnattended

    OemSkipEula=Yes

    OemPreinstall=Yes

    TargetPath=\WINDOWS

    Repartition=No

    FileSystem=*

    UnattendSwitch="yes"

    WaitForReboot="No"

    OemPnPDriversPath="Drivers\000;Drivers\001;Drivers\002;Drivers\003;Drivers\004;Drivers\005;Drivers\006;Drivers\007;Drivers\008;Drivers\009;Drivers\010;Drivers\011;Drivers\011;Drivers\011;Drivers\011;Drivers\011;Drivers\011;Drivers\011;Drivers\011;Drivers\011;Drivers\011;Drivers\011;Drivers\011;Drivers\012;Drivers\013;Drivers\014;Drivers\015;Drivers\016;Drivers\017;Drivers\018;Drivers\019;Drivers\020;Drivers\021;Drivers\022;Drivers\023;Drivers\024;Drivers\025;Drivers\026;Drivers\027;Drivers\028;Drivers\029;Drivers\030;Drivers\031;Drivers\032;Drivers\033;Drivers\034;Drivers\035;Drivers\036;Drivers\037;Drivers\038;Drivers\039;Drivers\040;Drivers\041;Drivers\042;Drivers\043;Drivers\044;Drivers\045;Drivers\046;Drivers\047;Drivers\048;Drivers\049;Drivers\050;Drivers"

    DriverSigningPolicy=Ignore

    [GuiUnattended]

    AdminPassword=*

    EncryptedAdminPassword=NO

    OEMSkipRegional=1

    TimeZone=110

    OemSkipWelcome=1

    [userData]

    ProductKey=xxxxx-xxxxx-xxxxx-xxxxx-xxxxx

    FullName="xxxx xxxxxxx"

    OrgName="xxxxxxxxx"

    ComputerName=xxxxxxxxxxx

    [Display]

    BitsPerPel=32

    Xresolution=1280

    YResolution=1024

    Vrefresh=75

    [TapiLocation]

    CountryCode=

    Dialing=Tone

    AreaCode=

    [RegionalSettings]

    LanguageGroup=1

    Language=00000413

    [identification]

    JoinWorkgroup=WORKGROUP

    [Networking]

    InstallDefaultComponents=Yes

    [Hibernation]

    Hibernation=Yes

    [shell]

    CustomDefaultThemeFile="%Systemroot%\Resources\Themes\Royale.theme"

    Home_Page=http://www.msfn.org

    [Components]

    msmsgs=off

    msnexplr=off

    [GuiRunOnce]

    %systemdrive%\install\start.cmd

    :whistle::whistle::whistle::whistle:

×
×
  • Create New...