Jump to content

fourte3n

Member
  • Posts

    120
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Australia

Posts posted by fourte3n

  1. Ok... sorry if these are answered somewhere in the MSFN Jungle

    1. Is it possible to make cleanup.cmd not open a msdos window?

    2. Can I also make PSKill.exe and Sleep.exe not open Msdos Windows?

    3. I have followed what information that is available on this site for setting the default theme at install within the winnt.ini, but its not working. I just get the old windows look. I can change to mine later so the uxtheme.dll is patched.

    I have edited my .theme to customize sounds and cursors also. :) but believe this isn't the issue...

    4. How do I delete links from the "Administrators" Desktop. I have the %ALLUSERSPROFILE% but cannot find anything about any others... I am testing with %ADMINISTRATORPROFILE% later (prob tommorow as its getting too late to install now)

    thanks in advance.

  2. cleanup.cmd

    cmdow @ /HID

    shutdown.exe -r -f -t 60 -c "Windows XP will now restart in 1 minute..."

    net user aspnet /delete

    COPY /Y "%systemdrive%\install\**filere moved**" "%systemdrive%\Program Files\Agnitum\Outpost Firewall\"

    COPY /Y "%systemdrive%\install\LeechGet\**file removed**" "%systemdrive%\Program Files\LeechGet 2004\"

    RD /S /Q "%AllUsersProfile%\Start Menu\Programs\PrintMe Internet Printing"

    RD /S /Q "%AllUsersProfile%\Start Menu\Programs\Java Web Start"

    DEL "%systemroot%\*.bmp"

    DEL "%systemroot%\system32\dllcache\*.scr"

    DEL "%systemroot%\system32\*.scr"

    DEL "%AllUsersProfile%\Start Menu\Windows Update.lnk"

    DEL "%AllUsersProfile%\Start Menu\Set Program Access and Defaults.lnk"

    DEL "%AllUsersProfile%\Start Menu\Windows Catalog.lnk"

    DEL "%AllUsersProfile%\Start Menu\Programs\Windows Movie Maker.lnk"

    DEL "%AllUsersProfile%\Start Menu\Programs\Adobe Reader 6.0.lnk"

    DEL "%AllUsersProfile%\Desktop\Java Web Start.lnk"

    DEL "%AllUsersProfile%\Desktop\Adobe Reader 6.0.lnk"

    DEL "%AllUsersProfile%\Desktop\Alcohol 120%.lnk"

    RD /S /Q %systemdrive%\Firefox

    RD /S /Q "%systemroot%\Cache\Adobe Reader 6\"

    RD /S /Q %systemdrive%\drivers\

    RD /S /Q %systemdrive%\install\

    EXIT

    prepare..... i dont have. :/ i'll look into that. didn't see it in the list.

    Astalavist.... sorry about the title. wont do that again. just PM me about these things as many threads also get clogged up with admin corrections too

    ** Edit ** I just ran the runonceex.cmd and the only issues were the "too many paramaters on acrobat and mp10. help here will also be great. :)

  3. Winnt.sif

    [Data]MsDosInitiated = 0

    UnattendedInstall = Yes

    [unattended]

    UnattendMode = FullUnattended

    UnattendSwitch = Yes

    OemPreinstall = Yes

    OemSkipEula = Yes

    FileSystem = *

    WaitForReboot = No

    TargetPath = "\Windows"

    DriverSigningPolicy = Ignore

    NonDriverSigningPolicy = Ignore

    Hibernation = No

    [systemFileProtection]

    SFCQuota = 0

    [systemRestore]

    MaximumDataStorePercentOfDisk = 5

    [GuiUnattended]

    AutoLogon = Yes

    AdminPassword = *

    TimeZone = 255

    OEMSkipRegional = 1

    OemSkipWelcome = 1

    [Display]

                  BitsPerPel=32

                  Xresolution=1024

                  Yresolution=768

                  Vrefresh=60

    [userData]

    ProductKey = "0000-0000-0000-0000-0000"

    ComputerName = "System001"

    FullName = "Jon Doe"

    [RegionalSettings]

    Language = 0C09

    [identification]

    JoinWorkgroup = MSHOME

    [shell]

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

    [GuiRunOnce]

                %systemdrive%\runonceex.cmd

    Runonceex.cmd

    cmdow @ /HID

    @echo off

    SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx

    REG ADD %KEY% /V TITLE /D "Installing Applications" /f

    REG ADD %KEY%\005 /VE /D "Mozilla Firefox 0.9.3" /f

    REG ADD %KEY%\005 /V 1 /D "%systemdrive%\Install\firefox\Firefox_Deployment.exe /S" /f

    REG ADD %KEY%\010 /VE /D "Adobe Reader 6" /f

    REG ADD %KEY%\010 /V 1 /D "%systemdrive%\install\Acrobat\AdbeRdr60_enu_full.exe -p"-s /v\"/qn\"" /f

    REG ADD %KEY%\015 /VE /D "LeechGet 2004" /f

    REG ADD %KEY%\015 /V 1 /D "%systemdrive%\Install\LeechGet\LeechGet2004.exe /SILENT" /f

    REG ADD %KEY%\015 /V 2 /D "%systemdrive%\Install\pskill\sleep.exe /5" /f

    REG ADD %KEY%\015 /V 3 /D "%systemdrive%\Install\pskill\pskill LeechGet.exe" /f

    REG ADD %KEY%\020 /VE /D "Windows Media Player 10" /f

    REG ADD %KEY%\020 /V 1 /D "%systemdrive%\install\WMP10\mp10setup.exe /Q:A /R:N /c:"setup_wm.exe /Q /R:N /NoPID /DisallowSystemRestore" /S" /f

    REG ADD %KEY%\020 /V 2 /D "REGEDIT /S %systemdrive%\install\WMP10\WMP10mods.reg" /f

    REG ADD %KEY%\025 /VE /D "Sun Java 1.4.2" /f

    REG ADD %KEY%\025 /V 1 /D "%systemdrive%\install\Java\j2re-1_4_2_05-windows-i586-p.exe /S /V/QN" /f

    REG ADD %KEY%\025 /V 2 /D "REGEDIT /S %systemdrive%\install\Java\Javamods.reg" /f

    REG ADD %KEY%\030 /VE /D "Agnitum Outpost Firewall PRO v2.1" /f

    REG ADD %KEY%\030 /V 1 /D "%systemdrive%\install\Outpost\OutpostProInstall.exe /S REBOOT=REALLYSUPPRESS" /f

    REG ADD %KEY%\035 /VE /D "IZArc 3.4.1.6" /f

    REG ADD %KEY%\035 /V 1 /D "%systemdrive%\install\IZArc\izarc.exe /qb" /f

    REG ADD %KEY%\035 /V 2 /D "REGEDIT /S %systemdrive%\install\IZArc\IZArcskin.reg" /f

    REG ADD %KEY%\040 /VE /D "Nero Burning ROM 6.3" /f

    REG ADD %KEY%\040 /V 2 /D "%systemdrive%\install\Nero\Nero63120.exe /SILENT /NOREBOOT /SN=0000-0000-0000-0000-0000 /WRITE_SN" /f

    REG ADD %KEY%\045 /VE /D "TweakUI Powertoy" /f

    REG ADD %KEY%\045 /V 1 /D "REGEDIT /S %systemdrive%\install\TweakUI\tweakui.reg" /f

    REG ADD %KEY%\050 /VE /D "Kaspersky Anti Virus 5" /f

    REG ADD %KEY%\050 /V 1 /D "%systemdrive%\install\KAV5\KAV5.exe /S" /f

    REG ADD %KEY%\050 /V 2 /D "REGEDIT /S %systemdrive%\install\KAV5\register.reg" /f

    REG ADD %KEY%\055 /VE /D "Ad-Aware SE Personal Edition" /f

    REG ADD %KEY%\055 /V 1 /D "%systemdrive%\install\AdAware\aawsepersonal.exe /S" /f

    REG ADD %KEY%\055 /V 2 /D "%systemdrive%\Install\pskill\sleep.exe /5" /f

    REG ADD %KEY%\055 /V 3 /D "%systemdrive%\Install\pskill\pskill hh.exe" /f

    REG ADD %KEY%\055 /V 4 /D "%systemdrive%\Install\pskill\pskill Ad-Aware.exe" /f

    REG ADD %KEY%\060 /VE /D "QuickTime Alternative" /f

    REG ADD %KEY%\060 /V 1 /D "%systemdrive%\install\QuickTime\quicktimealt134.exe /VERYSILENT /SP-" /f

    REG ADD %KEY%\065 /VE /D "Open Office 1.1.2" /f

    REG ADD %KEY%\065 /V 1 /D "%systemdrive%\install\OpenOffice\setup.exe -r %systemdrive%\install\OpenOffice\response.txt" /f

    REG ADD %KEY%\065 /V 2 /D "REGEDIT /S %systemdrive%\install\OpenOffice\OOorg.reg" /f

    REG ADD %KEY%\065 /V 3 /D "REGEDIT /S %systemdrive%\install\OpenOffice\OOorgUninstall.reg" /f

    REG ADD %KEY%\075 /VE /D "Importing Registry Tweaks" /f

    REG ADD %KEY%\075 /V 1 /D "REGEDIT /S %systemdrive%\install\regtweaks.reg" /f

    REG ADD %KEY%\080 /VE /D "Importing Icon Settings" /f

    REG ADD %KEY%\080 /V 1 /D "REGEDIT /S %systemdrive%\install\icons.reg" /f

    REG ADD %KEY%\085 /VE /D "Importing Fonts" /f

    REG ADD %KEY%\085 /V 1 /D "REGEDIT /S %systemdrive%\install\fonts.reg" /f

    REG ADD %KEY%\090 /VE /D "Cleaning Up and Rebooting" /f

    REG ADD %KEY%\090 /V 1 /D "%systemdrive%\install\cleanup.cmd" /f

    EXIT

    I did have the runonceex.cmd in the $OEM$ dir but that didn't work so it's now in the $1 dir....

    Also you posted: oempreinstall=yes I have oempreinstall = yes is that an issue?

    get it

    huh?

  4. OK.... I have made my own XPCD, setup all the things to be installed from bit n' pieces off this site and I try installing (within virtualPC) and it installs xp and my icons and skin but forgets the rest: applications, regtweaks and cursors.

    So far it seems that it does go through the runonceex.cmd (or it wouldnt use my icons) but the apps aren't installed and regtweaks arn't either... can someone help?? I'll only post the files if asked.

  5. Am I correct in believeing that putting this into my regtweaks will set my resolution for me during install??

    ;Set Windows Resolution to 1024 x 768

    [HKEY_CURRENT_CONFIG\System\CurrentControlSet\Control\VIDEO][HKEY_CURRENT_CONFIG\System\CurrentControlSet\Control\VIDEO\{23A77BF7-ED96-40EC-AF06-9B1F4867732A}]

    [HKEY_CURRENT_CONFIG\System\CurrentControlSet\Control\VIDEO\{23A77BF7-ED96-40EC-AF06-9B1F4867732A}\0000]

    "Attach.ToDesktop"=dword:00000001

    "DefaultSettings.BitsPerPel"=dword:00000020

    "DefaultSettings.XResolution"=dword:00000400

    "DefaultSettings.YResolution"=dword:00000300

    "DefaultSettings.VRefresh"=dword:00000001

    "DefaultSettings.Flags"=dword:00000000

    "DefaultSettings.XPanning"=dword:00000000

    "DefaultSettings.YPanning"=dword:00000000

    "DefaultSettings.Orientation"=dword:00000000

    "DefaultSettings.FixedOutput"=dword:00000000

    "Attach.RelativeX"=dword:00000000

    "Attach.RelativeY"=dword:00000000

    [HKEY_CURRENT_CONFIG\System\CurrentControlSet\Control\VIDEO\{DBCCE762-4D23-47F2-B024-92F1B75F030B}]

    [HKEY_CURRENT_CONFIG\System\CurrentControlSet\Control\VIDEO\{DBCCE762-4D23-47F2-B024-92F1B75F030B}\0000]

    "DefaultSettings.BitsPerPel"=dword:00000020

    "DefaultSettings.XResolution"=dword:00000400

    "DefaultSettings.YResolution"=dword:00000300

    "DefaultSettings.VRefresh"=dword:0000003c

    "DefaultSettings.Flags"=dword:00000000

    "DefaultSettings.XPanning"=dword:00000000

    "DefaultSettings.YPanning"=dword:00000000

    "DefaultSettings.Orientation"=dword:00000000

    "DefaultSettings.FixedOutput"=dword:00000000

    "Attach.ToDesktop"=dword:00000001

    [HKEY_CURRENT_CONFIG\System\CurrentControlSet\Control\VIDEO\{DBCCE762-4D23-47F2-B024-92F1B75F030B}\0000\Mon00000110]

    "DefaultSettings.BitsPerPel"=dword:00000020

    "DefaultSettings.XResolution"=dword:00000400

    "DefaultSettings.YResolution"=dword:00000300

    "DefaultSettings.VRefresh"=dword:0000003c

    "DefaultSettings.Flags"=dword:00000000

    "DefaultSettings.XPanning"=dword:00000000

    "DefaultSettings.YPanning"=dword:00000000

    "DefaultSettings.Orientation"=dword:00000000

    "DefaultSettings.FixedOutput"=dword:00000000

    Thankyou in advance anyone who helps.

  6. Now.... DONT SAY "USE THE SEARCH" as I have.

    All of the ways of making thunderbird (just like firefox) are riduculas for nothing more than a simple silent install. Why are these two progs so hard to use.

    For firefox i used the FFDeploy method which fingers crossed worked. But there is no TBDeploy that I know of and I dont need anything except for thunderbird to install.. no profiles, no extension..... so is there any SIMPLE way (other than copy and paste!)?

  7. @allanoll I didn't know what /qb and /qn did and I really tried hard on google to find what it did and it's not an easy task.  I finally found it after about 1 hour of searching, maybe a "basic dos knowledge" page should be added to the unattended guide, I still don't even know what's the difference between /y and -y, sometimes I have to use /others - sometimes it does not matter...  But I really don't think you were rude and I was still able to complete my unattended (well can it sometime be complete? adding 7zip, updating softwares or virus defs..)

    @fourte3n Jaclaz is right and allanoll is one of the most helping and kind guy on this forum (in other forums they don't even bother to answer you...) and I think that if you are trying to do your own unattended cd you must learn to try things, and trying /help or /? is the basic.  When this does not work, and you looked on google and could not find any helpful sites, then you can post something here and people (well some of them) will be glad to help you out WHILE teaching you at the same time, you must be receptive

    @allanoll... didn't mean to sound ungrateful. And to all that have said he is the most helpful, im sure he is helpful but he wasn't here. He could of simply told me the answer and that I could have gotten it from a simple copy /?

    "to me, Basic knowledge includes a simple /?"

    yes... TO YOU. Im sorry i missed it but I did. And posting "google it" image dont help sometimes. If you don't now that it's a simple thing you wont look there.

    The bad thing about this is that I once KNEW the old /Y as I spent a lot of time refusing to use window 3.1 And when told my memory was jogged. :wacko:

    This may be ABC to programmers and scripters but lots of people here are also geeks without any formations, more guides should be created so the forum could breathe a little more
    I Agree...
    @fourte3n take it easy, mate

    huh? i wasnt acting psycho... just pointing out rude behavior (which is lacking on the net)

×
×
  • Create New...