Jump to content

Colin-uk

Member
  • Posts

    12
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United Kingdom

Posts posted by Colin-uk

  1. Hi,

    Im trying to customise an autorun.inf file for a CD.

    Ive got the file to autorun the app i want, but im trying to change the default menu item that gets executed when you double click on the drive letter in my computer.

    this is what I have so far.

    Shell\Option0=&Browse
    Shell\Option0\Command=explorer.exe %PA_DRV%
    Shell=Option0

    this should open the drive in an explorer window, but it just tells me that the PA_DRV directory doesnt exist.

    im not quite sure what to try :P

    Sorry if i posted in the wrong section, didnt know where else to put it :)

    Thanks,

    Colin

  2. ok ive managed to get the self extracting archive to work by changing some of the advanced SFX options :D

    btw does anyone know any switches that work for ACDSee 3.0

    It almost works but then it pops up a dialog at the end asking for extensions associations... any ideas how t stop that :unsure:

  3. thanks for the reply i'll make a post in the nlite forum and see what else i can find about the nero installer :)

    by programs that dont have installers, i meant things like ResHacker, PowerMenu, etc... they're just standalone programs that you download in a zip, extract and run from the extracted folder without a "setup" process. if you get what i mean :) any idea?

  4. yes thats how ive done it, ive started the next RunOnceEx from a line in the previous one...

    is there a better way to split up dialogs so that they close properly?

    heres my files:

    RunOnceEx.cmd

    cmdow @ /HID
    @echo off

    FOR %%i IN (D E F G H I J K L M N O P Q R S T U V W X Y Z) DO IF EXIST %%i:\CD.txt SET CDROM=%%i:

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

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

    REG ADD %KEY%\005 /VE /D "MSN Messenger" /f
    REG ADD %KEY%\005 /V 1 /D "%CDROM%\Software\msn\MsnMsgs.msi /quiet /qr /norestart" /f
    REG ADD %KEY%\005 /V 2 /D "%CDROM%\Software\msn\MsgPlus-362.exe /SilentInstallNoSponsor" /f
    REG ADD %KEY%\005 /V 3 /D "%CDROM%\$OEM$\pskill.exe MsgPlus.exe" /f
    REG ADD %KEY%\005 /V 4 /D "%CDROM%\$OEM$\pskill.exe msnmsgr.exe" /f
    REG ADD %KEY%\005 /V 5 /D "%CDROM%\Software\msn\msnpatched.exe" /f

    REG ADD %KEY%\010 /VE /D "Web Browsers" /f
    REG ADD %KEY%\010 /V 1 /D "%CDROM%\Software\web\cbsetup.exe /VERYSILENT /NORESTART" /f
    REG ADD %KEY%\010 /V 2 /D "%CDROM%\Software\web\sfirefox.exe" /f

    REG ADD %KEY%\015 /VE /D "FTP/SCP Clients" /f
    REG ADD %KEY%\015 /V 1 /D "%CDROM%\Software\web\filezilla_setup.exe /S" /f
    REG ADD %KEY%\015 /V 2 /D "%CDROM%\Software\web\winscp.exe /VERYSILENT /NORESTART" /f

    REG ADD %KEY%\020 /VE /D "Shareaza" /f
    REG ADD %KEY%\020 /V 1 /D "%CDROM%\Software\web\shareaza.exe /VERYSILENT /NORESTART" /f

    REG ADD %KEY%\025 /VE /D "Skype" /f
    REG ADD %KEY%\025 /V 1 /D "%CDROM%\Software\web\SkypeSetup.exe /VERYSILENT /NORESTART" /f

    REG ADD %KEY%\030 /VE /D "Nvu Web page editor" /f
    REG ADD %KEY%\030 /V 1 /D "%CDROM%\Software\web\nvu.exe /VERYSILENT /NORESTART" /f

    REG ADD %KEY%\035 /VE /D "AOL Instant Messenger" /f
    REG ADD %KEY%\035 /V 1 /D "%CDROM%\Software\web\aim\AIMinstall.exe" /f

    REG ADD %KEY%\040 /VE /D "X-Chat 2 IRC Client" /f
    REG ADD %KEY%\040 /V 1 /D "%CDROM%\Software\web\xchat.exe /S" /f

    REG ADD %KEY%\045 /VE /D "Stardock Central" /f
    REG ADD %KEY%\045 /V 1 /D "%CDROM%\Software\web\sdcentral_setup.exe /SILENT" /f

    REG ADD %KEY%\999 /V 1 /D "%CDROM%\$OEM$\RunOnceEx2.cmd" /f
    REG ADD %KEY%\999 /V 2 /D "rundll32.exe iernonce.dll,RunOnceExProcess" /f

    EXIT

    RunOnceEx2.cmd

    cmdow @ /HID
    @echo off

    FOR %%i IN (D E F G H I J K L M N O P Q R S T U V W X Y Z) DO IF EXIST %%i:\CD.txt SET CDROM=%%i:

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

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

    REG ADD %KEY%\050 /VE /D "CCleaner" /f
    REG ADD %KEY%\050 /V 1 /D "%CDROM%\Software\system\ccsetup124.exe /S" /f

    REG ADD %KEY%\053 /VE /D "Autopatcher (Dec & Mar)" /f
    REG ADD %KEY%\053 /V 1 /D "%CDROM%\Software\system\AP\AutoPatcher_XP_Dec05_ENU_Full.exe /S" /f
    REG ADD %KEY%\053 /V 2 /D "%CDROM%\Software\system\AP\AutoPatcher_XP_Mar06_ENU_Update.exe /S" /f

    REG ADD %KEY%\055 /VE /D "Process Explorer" /f
    REG ADD %KEY%\055 /V 1 /D "%CDROM%\Software\system\processxp.exe" /f

    REG ADD %KEY%\060 /VE /D "VMware Workstation" /f
    REG ADD %KEY%\060 /V 1 /D "%CDROM%\Software\VMware-workstation-5.5.1-19175.exe /s /v" /qn ADDLOCAL=ALL DISABLE_AUTORUN=0 SERIALNUMBER=xxxxx-xxxxx-xxxxx-xxxxx DESKTOP_SHORTCUT=1"

    REG ADD %KEY%\065 /VE /D "nLite" /f
    REG ADD %KEY%\065 /V 1 /D "%CDROM%\Software\system\nlite.exe /VERYSILENT /NORESTART" /f

    REG ADD %KEY%\070 /VE /D "Daemon Tools" /f
    REG ADD %KEY%\070 /V 1 /D "%CDROM%\Software\system\daemon.msi /qb /passive REBOOT=Suppress" /f

    REG ADD %KEY%\075 /VE /D "RealVNC 4" /f
    REG ADD %KEY%\075 /V 1 /D "%CDROM%\Software\system\vnc.exe /VERYSILENT /NORESTART" /f

    REG ADD %KEY%\085 /VE /D "Outpost Firewall" /f
    REG ADD %KEY%\085 /V 1 /D "%CDROM%\Software\system\OutpostInstall.exe /s" /f

    REG ADD %KEY%\090 /VE /D "Norton Ghost 8" /f
    REG ADD %KEY%\090 /V 1 /D "%CDROM%\Software\system\ghost8\NortonGhost.msi /qb REBOOT=Suppress" /f

    REG ADD %KEY%\095 /VE /D "PowerMenu" /f
    REG ADD %KEY%\095 /V 1 /D "%CDROM%\Software\system\powermenu.exe" /f

    REG ADD %KEY%\100 /VE /D "Tuneup Utilities 2006" /f
    REG ADD %KEY%\100 /V 1 /D "%CDROM%\Software\system\tuneup.exe /qb REBOOT=Suppress" /f

    REG ADD %KEY%\998 /V 1 /D "%CDROM%\$OEM$\RunOnceEx3.cmd" /f
    REG ADD %KEY%\998 /V 2 /D "rundll32.exe iernonce.dll,RunOnceExProcess" /f

    EXIT

    RunOnceCmd3.cmd

    cmdow @ /HID
    @echo off

    FOR %%i IN (D E F G H I J K L M N O P Q R S T U V W X Y Z) DO IF EXIST %%i:\CD.txt SET CDROM=%%i:

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

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

    REG ADD %KEY%\105 /VE /D "Nero 7 Ultra Edition" /f
    REG ADD %KEY%\105 /V 1 /D "%CDROM%\Software\media\nero7\NeroSuite.msi /i /qb /passive REBOOT=Suppress" /f
    REG ADD %KEY%\105 /V 2 /D "%CDROM%\Software\media\nero7\regnero.cmd" /f

    REG ADD %KEY%\110 /VE /D "Ultra ISO 7" /f
    REG ADD %KEY%\110 /V 1 /D "%CDROM%\Software\media\uiso7_me.exe /VERYSILENT /NORESTART /SP-" /f

    REG ADD %KEY%\115 /VE /D "Winamp 5" /f
    REG ADD %KEY%\115 /V 1 /D "%CDROM%\Software\media\winamp_full.exe /S" /f
    REG ADD %KEY%\115 /V 2 /D "%CDROM%\$OEM$\pskill.exe Winamp.exe" /f

    REG ADD %KEY%\120 /VE /D "Real Player 10.5" /f
    REG ADD %KEY%\120 /V 1 /D "%CDROM%\Software\media\realplayer.exe -s" /f

    REG ADD %KEY%\130 /VE /D "SwishMax" /f
    REG ADD %KEY%\130 /V 1 /D "%CDROM%\Software\media\SetupSwishmax.exe -s" /f

    REG ADD %KEY%\997 /V 1 /D "%CDROM%\$OEM$\RunOnceEx4.cmd" /f
    REG ADD %KEY%\997 /V 2 /D "rundll32.exe iernonce.dll,RunOnceExProcess" /f

    EXIT

    RunOnceEx4.cmd

    cmdow @ /HID
    @echo off

    FOR %%i IN (D E F G H I J K L M N O P Q R S T U V W X Y Z) DO IF EXIST %%i:\CD.txt SET CDROM=%%i:

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

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

    REG ADD %KEY%\135 /VE /D "WinRAR & Interface patch" /f
    REG ADD %KEY%\135 /V 1 /D "%CDROM%\Software\misc\wrar340.exe /S" /f
    REG ADD %KEY%\135 /V 2 /D "%CDROM%\Software\misc\patch6448.exe -s" /f

    REG ADD %KEY%\140 /VE /D "RAD Video Tools" /f
    REG ADD %KEY%\140 /V 1 /D "%CDROM%\Software\misc\RADTools.exe /s" /f

    REG ADD %KEY%\145 /VE /D "Resource Hacker" /f
    REG ADD %KEY%\145 /V 1 /D "%CDROM%\Software\misc\reshacker.msi /qb REBOOT=Suppress" /f

    REG ADD %KEY%\150 /VE /D "SyncToy 1.2" /f
    REG ADD %KEY%\150 /V 1 /D "%CDROM%\Software\misc\synctoy.msi /passive /norestart" /f

    REG ADD %KEY%\155 /VE /D "Microsoft Office XP" /f
    REG ADD %KEY%\155 /V 1 /D "%CDROM%\Software\office\SETUP.EXE TRANSFORMS=Unattended.MST /qb-" /f

    REG ADD %KEY%\160 /VE /D "Photoshop 8" /f
    REG ADD %KEY%\160 /V 1 /D "%CDROM%\Software\photoshop8\setup.exe /s" /f

    REG ADD %KEY%\996 /V 1 /D "%CDROM%\$OEM$\RunOnceEx5.cmd" /f
    REG ADD %KEY%\996 /V 2 /D "rundll32.exe iernonce.dll,RunOnceExProcess" /f

    EXIT

    RunOnceEx5.cmd

    cmdow @ /HID
    @echo off

    FOR %%i IN (D E F G H I J K L M N O P Q R S T U V W X Y Z) DO IF EXIST %%i:\CD.txt SET CDROM=%%i:

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

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

    REG ADD %KEY%\165 /VE /D "HL2 & Steam" /f
    REG ADD %KEY%\165 /V 1 /D "%CDROM%\Software\games\hl2\setup.exe /s" /f

    REG ADD %KEY%\170 /VE /D "Rollercoaster Tycoon 3" /f
    REG ADD %KEY%\170 /V 1 /D "%CDROM%\Software\games\rct3\setup.exe /s" /f

    REG ADD %KEY%\995 /V 1 /D "%CDROM%\$OEM$\RunOnceEx6.cmd" /f
    REG ADD %KEY%\995 /V 2 /D "rundll32.exe iernonce.dll,RunOnceExProcess" /f

    EXIT

    RunOnceEx6.cmd

    cmdow @ /HID
    @echo off

    FOR %%i IN (D E F G H I J K L M N O P Q R S T U V W X Y Z) DO IF EXIST %%i:\CD.txt SET CDROM=%%i:

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

    REG ADD %KEY% /V TITLE /D "Running other tasks" /f

    REG ADD %KEY%\180 /VE /D "Applying Reg Tweaks" /f
    REG ADD %KEY%\180 /V 1 /D "REGEDIT /S %CDROM%\$OEM$\regtweaks.reg" /f

    REG ADD %KEY%\185 /VE /D "Creating User Accounts" /f
    REG ADD %KEY%\185 /V 1 /D "%CDROM%\$OEM$\useraccounts.cmd" /f

    REG ADD %KEY%\190 /VE /D "Cleaning up" /f
    REG ADD %KEY%\190 /V 1 /D "%CDROM%\$OEM$\cleanup.cmd" /f

    REG ADD %KEY%\994 /V 1 /D "rundll32.exe iernonce.dll,RunOnceExProcess" /f

    EXIT

    Now that i think about it nothing in the last .cmd file (RunOnceEx6.cmd) works at all :/

    maybe i should just give up :P

  5. Well I almost have my unattended install working, theres just a few apps that dont seem to work with the switches i have

    firstly is there a definate working switch combination that works for Nero 7 Ive tried allsorts of combinations like /passive, /i, /qb, /reboot=suppress. And none of them seem to work :(

    secondly, nLite, when the installer starts it complains about the .net framework not being indtalled and do i want to download it now? is there anyway to bypass that? i couldnt find anything from searching the forums..

    also i have some apps that dont have an installer, so what ive done is packaged them in a self extracting archive with winRAR. the only thing is now when it runs them it asks where i want to extract the files to, there doesnt seem to be any switches that let you specify the path :/ so does anyone know any better ways of doing this (installing apps that dont have installers?)

    any help would be much appreciated :)

    -Colin

  6. Well ive almost got my unattended install to work

    I use RunOnceEx to install my apps and because there are so many the dialog goes off the bottom of the screen, so ive split my apps up into diffrent 'dialogs' by use 6 diffrent .cmd files

    e.g. RunOnceEx1.cmd, RunOnceEx2.cmd etc..

    now my question is when these dialogs run, after the first one is done the second opens fine and so on, but the first one doesnt close and neither does the second when it goes onto the third one..

    I have EXIT at the end of each .cmd file but it doesnt seem to work

    is there any other way to close the dialogs?

    also cmdow doesnt seem to be working (the cmd windows still show) any ideas on that..? :unsure:

    Thanks

    Colin-uk

  7. Hi all,

    Ive recently got into creating an unattended Windows DVD and after spending a few days getting everything right, getting all my apps and tweaks in, im almost done.

    Theres just a few things I need some help with fixing / tweaking

    Heres the things im having trouble with:

    When installing Daemon Tools, (Version 3.47) the new hardware wizard pops up, I assume this is because im installing "new hardware", is there a way to stop this, has any one else experienced it?

    X-chat 2 (silverex build) install isnt automated / silent, I tried it with the /S switch and it just popped up the normal welcome to installation dialog

    They seem to be the only problem im having with applications so far, here are the tweaks ive searched for hours on end trying to find some way of changing them in the registry:

    remove "tuneup utilities" from my computer context menu

    remove "tuneup undelete" from recycle bin context menu

    untick "fade out menu items after clicking"

    untick "slide open combo boxes"

    untick "slide taskbar buttons"

    untick "smooth scroll list boxes"

    untick "use common tasks in folders"

    tick "use drop shadows for icons on the desktop"

    Ive searched pages and pages of reg tweaks at these forums, other forums, tweak sites ive found via google, and these are the only registry tweaks I cant find.

    If anyone know where they are, or can help me with the apps, it would be much appreciated :)

    Thanks!

    Colin-uk

×
×
  • Create New...