Jump to content

urie

Member
  • Posts

    520
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United Kingdom

Everything posted by urie

  1. urie

    CMenu

    Thank for the reply on the silent switch i had tried USSF but it didn't identify it
  2. urie

    CMenu

    MHz, Great program m8 i know you are still developing it but would there be any way you could change your installer to one that would be possible to install silently
  3. 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
  4. Most Popcap games install to one folder so if you just archive the game folder and make it self extracting with winrar, and import the regfile for example Bejeweled. REGEDIT4 [HKEY_LOCAL_MACHINE\Software\PopCap\Bejeweled] "RegName"="Your Name" "RegCode"="Your Serial Number"
  5. vcBlackBox, problem solved it seems to be the older version of 7-Zip i was using version 3.13 i updated to 4.15 and everything is working fine
  6. 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
  7. vcBlackBox, sorry m8 still no joy Nero_NVE.exe is still 68KB.
  8. vcBlackBox, It was StartX.exe i copied typing error in my last post i extracted NeroNVE_Builder.rar into a folder called Nero6_Custom also put Nero-6.6.0.8a.exe , NVE-3.1.0.0.exe and StartX.exe into it . my computer is a pentiumIII 935MHz with 512 MB of ram.
  9. 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
  10. Export from registry HKEY_LOCAL_MACHINE\SOFTWARE\SlySoft\AnyDVD\Key HKEY_CURRENT_USER\Software\SlySoft\AnyDVD\Settings
  11. [unattended] KeyboardLayout="United Kingdom" [RegionalSettings] LanguageGroup=1 Language=00000809 hope this helps
  12. You can use this program to change windows key and user name Magical Jelly Bean Keyfinder v1.41 http://www.magicaljellybean.com/keyfinder.shtml
  13. you could try this program but widows needs to be installed on the machine to find the key, http://www.magicaljellybean.com/keyfinder.shtml
  14. Adventureman' Did you not get floppy disk with drivers on it for your raid controller if so put the floppy in and when windows is setting up you should see press F6 to install third prty drivers e.g. raid
  15. Try start /wait %systemdrive%\Install\CloneDVD\CloneDVD2Silent.exe SetupCloneDVD2Slysoft.exe /f
  16. Just install windowsXP then run setup manager and do your own winnt.sif it only takes 2 mins to format the partiton and then use your unattended cd
  17. 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
  18. 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
  19. 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.
  20. The registry key is stored here, HKEY_CURRENT_USER\Software\Pegasys Inc.\TMPGEnc DVD Author 1.6
  21. Have you acually shut the machine down after installing the updates i don't mean a reset but switch it off, a m8 of mine had the same problem with explorer and iexplore crashing but didn't notice that you have to shut the machine down after installing the updates.
  22. 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
  23. Here is the one i downloaded
×
×
  • Create New...