Jump to content

urie

Member
  • Posts

    520
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United Kingdom

Posts posted by urie

  1. I use this method posted by Maxxpsoft a while ago this is just an example edit to to suit your own needs

    SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx
    REG ADD %KEY% /V TITLE /D "UnattendXP - Installing Applications" /f
    REM /////////////////////\\\\\\\\\\\\\\\\\\\\\\


    [Nero_NVE]
    REM     NOTES: Integrated Nero Burning ROM (Package 1) and Nero VisionExpress (Package 2) into ONE setup file.
    REM     NOTES: By vcBlackBox
    REM     NOTES: http://www.msfn.org/board/index.php?showtopic=40518&st=0
    REG ADD %KEY%\iAdd /VE /D "Nero 6.6.0.8 + Vision Express 3.1.0.0" /f
    REG ADD %KEY%\iAdd /V 1 /D "%SystemDrive%\Install\Nero_NVE\Nero_NVE.exe" /f



    REM /////////////////////\\\\\\\\\\\\\\\\\\\\\\
    pause
    rundll32.exe iernonce.dll,RunOnceExProcess
    EXIT


    REM NOTE: Just make sure you change the /V Inum /D to the number's like /V 1 /D
    REM What that does is run the reg install and you can see if each is sucessful , and then pause so you can check HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx key to make sure everything looks right. Then it executes the Install just like you in setup with the rundll32.exe iernonce.dll,RunOnceExProcess
    REM Real Handy  

  2. A batch script is located at http://berns.cae.wisc.edu/pages/wincdman.asp for doing unattended cds and muliboot cds. Intregates hotfixes, reg files and other files. I found a couple of errors in the script, which i corrected and now works fine.

    He is actually working on version in C++, but seems to be taking awhile. Worth a peek. ;)

    Windows Compact Disc Program (WINCD 2.0)

    new link

    http://berns.cae.wisc.edu/

  3. vcBlackBox, still no joy this side was thinking it was my verson of 7-Zip verson 3.13, iv'e got a free partition that i use for testing Maxpsoft UnattendedXP program i will do a clean install of windowsxp on there with winrar and z-zip and retry your program hopefully its something on my machine,

    Sorry for all the bother i would really like to get this working.

    thanks for all your efforts and patience.

    UrIe

  4. vcBlackBox,

    when i run your Nero+NVE_Builder.exe after editing the Nero+NVE_Installer.cmd and putting start.exe nero and nero vision express into a folder the program goes through all the choices and i end up with a Nero_NVE.exe on the desktop but the file is only 68KB

    any ideas on whats happened, i have winrar and 7-zip installed.

    thanks

  5. REG ADD %KEY%\1005 /VE /D "AnyDVD 4.1.0.1" /f
    REG ADD %KEY%\1005 /V 1 /D "%systemdrive%\Install\AnyDVD\SetupAnyDVD4101.exe /S" /f
    REG ADD %KEY%\1005 /V 2 /D "REGEDIT /S %systemdrive%\Install\AnyDVD\Key.AnyDVD" /f

    REG ADD %KEY%\1010 /VE /D "CloneCD 5.0.4.2" /f
    REG ADD %KEY%\1010 /V 1 /D "%systemdrive%\Install\CloneCD5\SetupCloneCD5042.exe /S" /f
    REG ADD %KEY%\1010 /V 2 /D "pskill.exe CloneCDTray" /f
    REG ADD %KEY%\1010 /V 3 /D "REGEDIT /S %systemdrive%\Install\CloneCD5\Key.CloneCD" /f

    REM      NOTES: CloneDVD2Silent.exe is AutoIt script For CloneDVD >http://www.msfn.org/board/index.php?showtopic=17558&hl=clonedvd
    REG ADD %KEY%\1015 /VE /D "CloneDVD 2.5.3.3" /f
    REG ADD %KEY%\1015 /V 1 /D "%systemdrive%\Install\CloneDVD\CloneDVD2Silent.exe SetupCloneDVD2533.exe" /f
    REG ADD %KEY%\1015 /V 2 /D "REGEDIT /S %systemdrive%\Install\CloneDVD\Key.CloneDVD" /f

  6. This is info i got from Maxxpsoft i use to test installs it will bring up the RunOnceEx just edit to suit yourself and call it whatever you like.

    SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx
    REG ADD %KEY% /V TITLE /D "UnattendXP - Installing Applications" /f
    REM /////////////////////\\\\\\\\\\\\\\\\\\\\\\

    REM REG ADD %KEY%\iAdd /VE /D "Symantic Antivirus Corp 9.1.400" /f
    REM REG ADD %KEY%\iAdd /V 1 /D "%systemdrive%\Install\SAV\Symantec_AntiVirus.msi /QB RUNLIVEUPDATE=0 REBOOT=ReallySuppress" /f

    REG ADD %KEY%\iAdd /VE /D "Installing PowerDVD6" /f
    REG ADD %KEY%\iAdd /V 1 /D "%systemdrive%\Install\PowerDVD6.0\Setup.exe -s -f1\"%systemdrive%\Install\PowerDVD6.0\setup.iss\" /f
    REG ADD %KEY%\1025 /V 2 /D "REGEDIT /S %systemdrive%\Install\PowerDVD6.0\CyberLink.reg" /f
    REG ADD %KEY%\iAdd /V 3 /D "CMD /C DEL \"%systemdrive%\Program Files\CyberLink\PowerDVD\OLRSubmission\OLRSubmission.exe"" /f
    REG ADD %KEY%\iAdd /V 4 /D "CMD /C DEL \"%systemdrive%\Documents and Settings\All Users\Start Menu\Programs\CyberLink PowerDVD\On-Line Registration.lnk"" /f


    REM /////////////////////\\\\\\\\\\\\\\\\\\\\\\
    pause
    rundll32.exe iernonce.dll,RunOnceExProcess
    EXIT


    REM NOTE: Just make sure you change the /V Inum /D to the number's like /V 1 /D
    REM What that does is run the reg install and you can see if each is sucessful , and then pause so you can check HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx key to make sure everything looks right. Then it executes the Install just like you in setup with the rundll32.exe iernonce.dll,RunOnceExProcess
    REM Real Handy  

    remember you could add

    cmdow @ /HID
    Color 0A
    @echo off

    to stop it displaying and remove the pause

  7. Hi There, just wondering if some one could help me iv'e changed an option in the download properties in sp2 cant remember what i did but when i try and download a rar or zip file windows opens up the downloaded file in winrar this is really annoying having to extract the files when ever you download then rather than just saving them to where i want to.

  8. Maybe Exporting the whole reg entry

    Windows Registry Editor Version 5.00

    [HKEY_CURRENT_USER\Software\KsL Software\RFA\3.4]
    "Data"="XXXXXXXX"
    "Name"="XXXXXXX"
    "OutWidth"="131"
    "SaveUndo"="1"
    "DefaultAction"="1"
    "SearchCaseSensitive"="0"
    "SearchAny"="0"
    "ShowWarningOnSrchStr"="1"
    "SearchRegIn"="7"
    "WindowState"="2"
    "Width"="634"
    "Height"="466"
    "Left"="88"
    "Top"="88"
    "UndoPath"="C:\\Program Files\\RFA\\Backups\\"
    "LastTextDir"="C:\\Program Files\\RFA\\"
    "LastFullBackupDate"="38245"
    "Version"="3.4.0.514"
    "ProgPath"="C:\\Program Files\\RFA\\"
    "LVBC0Width"="150"
    "LVBC1Width"="150"
    "LVBC2Width"="150"
    "TreeViewSettingsWidth"="136"
    "NeverCreateFullBackup"="0"
    "ShowHelpOnStart"="0"
    "ShowScanRegKeys"="0"
    "ShowScanDirs"="1"
    "ShowRegKeysAdding"="1"
    "UseRegThreads"="0"
    "UseDirThreads"="1"
    "UseCountRegThreads"="1"
    "UseCountDirThreads"="1"
    "WarningTotalFoundEntries"="1"
    "PeriodFullRegBackup"="1"
    "PeriodCheckVersion"="0"
    "PeriodRegistryScanNotyfy"="0"
    "ScanFor"="101111101110"
    "DateLastCheckVersion"="0"
    "DateLastRegistryScan"="38245.6772937037"
    "AgentShowTrayIcon"="0"

    [HKEY_CURRENT_USER\Software\KsL Software\RFA\3.4\Excluded_apps_entries]

    [HKEY_CURRENT_USER\Software\KsL Software\RFA\3.4\Excluded_dlls_entries]

    [HKEY_CURRENT_USER\Software\KsL Software\RFA\3.4\Excluded_drvs]

    [HKEY_CURRENT_USER\Software\KsL Software\RFA\3.4\Excluded_empty_entries]

    [HKEY_CURRENT_USER\Software\KsL Software\RFA\3.4\Excluded_exts_entries]

    [HKEY_CURRENT_USER\Software\KsL Software\RFA\3.4\Excluded_fonts_entries]

    [HKEY_CURRENT_USER\Software\KsL Software\RFA\3.4\Excluded_hlps_entries]

    [HKEY_CURRENT_USER\Software\KsL Software\RFA\3.4\Excluded_paths]
    "\\BOOTWIZ\\"="1"
    "\\RECYCLED\\"="1"
    "\\RECYCLER\\"="1"
    "\\Temporary Internet Files\\"="1"

    [HKEY_CURRENT_USER\Software\KsL Software\RFA\3.4\Excluded_paths_entries]

    [HKEY_CURRENT_USER\Software\KsL Software\RFA\3.4\Excluded_runs_entries]

    [HKEY_CURRENT_USER\Software\KsL Software\RFA\3.4\Excluded_smenu_entries]

    [HKEY_CURRENT_USER\Software\KsL Software\RFA\3.4\Excluded_softemp_entries]

    [HKEY_CURRENT_USER\Software\KsL Software\RFA\3.4\Excluded_srch_entries]

    [HKEY_CURRENT_USER\Software\KsL Software\RFA\3.4\Searching_paths]
    "C:\\"="1"
    "D:\\"="1"
    "E:\\"="1"
    "H:\\"="1"

    [HKEY_CURRENT_USER\Software\KsL Software\RFA\3.4\SearchWords]

    Or just add thes entries to the regfile you have

    "ShowHelpOnStart"="0"

    "PeriodCheckVersion"="0"

    "AgentShowTrayIcon"="0"

    just a suggestion aint had a chance to try it yet

×
×
  • Create New...