Jump to content

mickmack

Member
  • Posts

    147
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Belgium

Everything posted by mickmack

  1. this is for registration and language [HKEY_CURRENT_USER\Software\Poikosoft\Easy CD-DA Extractor 8] "ba8"="YourEmailAddress" "ba9"="YourSerialNumber" "k82"="English" - (name of your .lng file without .lng as seen in example)
  2. Path=C:\Program Files\Winamp SavePath Silent=1 Overwrite=2
  3. just add your "winamp.inf" and "italian.lng" file to self extracting archive. then after winamp is installed, just replace originals with yours and you will get winamp in italian, with your skin and settings. a actually want to add this all to .MSI file direct. by the way, you may add this .REG file for further localisation. you will have context menu on audio file, like "Play in Winamp", "Add to Winamp", "Bookmark" in your native langiage [HKEY_LOCAL_MACHINE\SOFTWARE\Nullsoft\Winamp] "regname"="your name" [HKEY_LOCAL_MACHINE\SOFTWARE\Nullsoft\Winamp] "regkey"="your serial" [HKEY_CLASSES_ROOT\Directory\shell\Winamp.Bookmark] @="bookmark in italian" [HKEY_CLASSES_ROOT\Directory\shell\Winamp.Enqueue] @="enqueue in italian" [HKEY_CLASSES_ROOT\Directory\shell\Winamp.Play] @="play in italian" [HKEY_CLASSES_ROOT\Winamp.File\shell\Enqueue] @=" in italian" [HKEY_CLASSES_ROOT\Winamp.File\shell\ListBookmark] @=" in italian" [HKEY_CLASSES_ROOT\Winamp.File\shell\Play] @=" in italian" [HKEY_CLASSES_ROOT\Winamp.Playlist\shell\Enqueue] @=" in italian" [HKEY_CLASSES_ROOT\Winamp.Playlist\shell\ListBookmark] @=" in italian" [HKEY_CLASSES_ROOT\Winamp.Playlist\shell\Play] @=" in italian" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Directory\shell\Winamp.Bookmark] @=" in italian" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Directory\shell\Winamp.Enqueue] @=" in italian" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Directory\shell\Winamp.Play] @=" in italian" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Winamp.File\shell\Enqueue] @=" in italian" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Winamp.File\shell\ListBookmark] @=" in italian" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Winamp.File\shell\Play] @=" in italian" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Winamp.Playlist\shell\Enqueue] @=" in italian" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Winamp.Playlist\shell\ListBookmark] @=" in italian" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Winamp.Playlist\shell\Play] @=" in italian"
  4. glent: that's plugin that allows MSN's "What I'm Listening To" feature to be used for winamp.
  5. why do you need o block it? it's not set to run after install, so for example REG ADD %KEY%\048 /VE /D "MSN Messenger 7.5en Patched" /f REG ADD %KEY%\048 /V 1 /D "%CDROM%\Software\internet\msn\msn7.5.msi /qn" /f REG ADD %KEY%\048 /V 2 /D "%CDROM%\Software\internet\msn\msn7.5patched.exe.exe" /f REG ADD %KEY%\048 /V 3 /D "%CDROM%\Software\internet\msn\toaster.exe /S" /f
  6. it is here... finally updated to latest build. tested on vurtual machine. installs with /QB or /QN sorry for long delay, be sure that next builds come more quickly. info from offsite... ------------------------------------------------------------------------------------- Rips Audio CDs - Creates perfect copies of CDs High performance CD-ripping Copies "Copy-Protected" CDs Reads badly scratched CDs Reports errors on the disk Download disc data from the freedb Advanced sound processing Creates Cue Sheets (.cue) Creates Playlists (.m3u) Supports CD-Text Supports ID3, ID3V2, and other format specific metadata Converts audio files from one format to another Convert audio files from a format to another Advanced sound processing Splits Cue Sheets (.cue) and encodes them to individual files Supports ID3, ID3V2, and other format specific metadata Creates Audio CDs Writes Audio CDs that are compatible with all CD-players Writes CD-Text Supports Cue Sheet (.cue) files Supports buffer underrun prevention technologies Easy CD-DA Extractor supports following audio file formats: MP1, MP2, MP3, Windows Media Audio 8, Windows Media Audio 9, Windows Media Audio 9.1, Ogg Vorbis, MP4, M4A, AAC, FLAC, Musepack, WavPack, WAV, AIFF, Monkey's Audio, Shorten, CUE and M3U. Also, the Nero Digital (Nero AAC) is supported if you have the Nero Burning ROM installed on your computer. Now available in 25 languages! ------------------------------------------------------------------------------------------------ update log New features in 8.2.4 update: Support for the WavPack format Ogg Vorbis encoder bugfix Ogg Vorbis encoding speed improved MP3 encoding speed improved New features in 8.2.3 update: Ogg Vorbis encoder updated Ogg Vorbis decoder updated MP3 encoder updated (LAME 3.97), improved encoding speed, improved encoding quality. New settings in "Config". CD Database Editor reworked Audio CD Ripper ripping status window improved Faster startup, the software now loads up faster Installer updated Browse for an Output Folder now starts in the currently selected Output Folder iTunes reading "Album Artist" as "Artist" from ID3V2 tag of MP3 file problem fixed The priority boost controls now work better Language file updates New features in 8.2.2 update: Bug in Ogg Vorbis encoder fixed Bug in Monkey's Audio APE decoder fixed Bug in the installer fixed Minor issues in the main executable fixed --------------------------------------------------------------------------------------------------------------- Get Easy CD-DA Extractor 8.2.4.1 MSI ----------------------------------------------------------------------------------------------------------------
  7. it comes without google toolbar. try searching why it installs google toolbar. maybe other proggy? also try Flashget 1.7.1
  8. if you run silent installshield installation it creates .log file on the disk you run from. so if you run installation from the CD/DVD it wants to create the file somewhere there, cannot do it, and gives a error. if you run from HD you probably don't need to point where to create .log file. i did not try because i always run installs from the CD/DVD. sorry for my bad english
  9. to make your own inf file type in RUN box location & name of your pack.exe -makeunattended then choose files you want to install and save inf. then you can make winrarsfx with following comments Setup=klmcp.bat TempMode Silent=1 Overwrite=1 it will extract to temp directory and install the pack with the help of your inf file.
  10. for installshield installer, without the log file you can't install from the cd.
  11. no, i don't. installing always from the dvd with method described above. this is my RunOnceEx file REG ADD %KEY%\030 /VE /D "Intervideo WinDVD Platinum 7" /f REG ADD %KEY%\030 /V 1 /D "%CDROM%\Software\Audio\WinDVD\Setup.exe /s /sms /f2"C:\Windows\WinDVD.log"" /f REG ADD %KEY%\030 /V 2 /D "REGEDIT /S %CDROM%\Software\Audio\WinDVD\WinDVD.reg" /f
  12. of course. goto www.mess.be and get patch for 244. then patch the file, sfx it and in your installation replace original.
  13. www.websamba.com there you can have 25mb webspace on ftp without restrictions for each account
  14. first of all, banner is a microsoft implementation and cannot be removed without patch or modifying resourses manually. second part, mess.be patchers are better and have more options than a-patch third part. i hate a-patch's advertisement of islam, it's not a place for such a things
  15. first of all delete the everything at [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\GPI] and try registering again. if this does not help try this file instead of yours, or try it together with deleting GPI branch http://rapidshare.de/files/3218948/setup.inx.html
  16. oneless: first of all get version 2 of the installer, replace these bytes in setup.inx at address 219B1 replace "5A" by "5B" ( if you use WinHex, adress is 219B0) and the problem should be gone
  17. i usually repack WinRar with key and themes into one executable and for default theme i add this regkey. you can use name of your theme instead of smile [HKEY_CURRENT_USER\Software\WinRAR\Interface\Themes] "ShellExtBMP"="C:\\Program Files\\WinRAR\\Themes\\WinRAR_Smile_d_48x48\\RarSmall.bmp" "ActivePath"="C:\\Program Files\\WinRAR\\Themes\\WinRAR_Smile_d_48x48"
  18. for movie maker. unrar it, and repack with iexpress and iexpress
  19. 1. download WinDVD 7 from Here 2. extract WinDVD7.exe with WinRar to C:\WinDVD7 3. delete file setup.iss from the folder C:\WinDVD7 4. press START } RUN & in the RUN box copy/past C:\windvd7\setup.exe /r /sms /f1"c:\WinDVD7\setup.iss" 5. now you can install it silently from RunOnceEx with "%CDROM%\Software\WinDVD7\Setup.exe /s /sms /f2"C:\WinDVD.log"" /f "note: you can replace C:\WinDVD.log with your own log file directory" 6. to get registration info, register, activate the program & export this reg key [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\GPI] now you can use it in your silent installations. 7. to remove registration dialog import this into registry [HKEY_CURRENT_USER\Software\InterVideo\Common\Registered] "55r"=dword:ffffffff 8. to prevent Win Cinema Manager from startup open the file Default.ini located in folder, find WinCinemaMgr key & replace DisableWinCinemaMgr=0 with DisableWinCinemaMgr=1 9. if you do not want to install InterActual Components replace NoIA=0 with NoIA=1 10. if you want to skip the windows that allows you to download RealPlayer, QuickTime & Windows Media 10 replace NoRealPlayer=0 NoQuickTime=0 NoWMP=0 with NoRealPlayer=1 NoQuickTime=1 NoWMP=1 11. if you do not want to use online check about new updates & patches at startup replace InstallOnlineUpdateAgent=1 with InstallOnlineUpdateAgent=0 12. additionally you can free up about 7mb by removing components from "3rdPartyApp" folder. so you can easily remove "GoogleDesktopSearch" "GoogleToolBar" and if you have "NoIA=1" in your Default.ini you can remove "InterActual" folder.
  20. http://www.msfn.org/board/index.php?showtopic=48407
  21. hi Bashrat. maybe this could help you. unofficial driver that supports following cards... "ATI MOBILITY FIRE GL T2/T2e" = ati2mtag_M10GL, PCIVEN_1002&DEV_4E54 "ATI MOBILITY FireGL V3100" = ati2mtag_M22GL, PCIVEN_1002&DEV_5464 "ATI MOBILITY FireGL V3200" = ati2mtag_M24GL, PCIVEN_1002&DEV_3154 "ATI MOBILITY FireGL V5000" = ati2mtag_M26GL, PCIVEN_1002&DEV_564B "ATI MOBILITY RADEON 9500" = ati2mtag_M10, PCIVEN_1002&DEV_4E52 "ATI MOBILITY RADEON 9550" = ati2mtag_M12, PCIVEN_1002&DEV_4E56 "ATI MOBILITY RADEON 9600/9700 Series" = ati2mtag_M10, PCIVEN_1002&DEV_4E50 "ATI MOBILITY RADEON 9800" = ati2mtag_M18, PCIVEN_1002&DEV_4A4E "ATI MOBILITY RADEON X300" = ati2mtag_M22, PCIVEN_1002&DEV_5460 "ATI MOBILITY RADEON X300 " = ati2mtag_M24, PCIVEN_1002&DEV_3152 "ATI MOBILITY RADEON X600" = ati2mtag_M24, PCIVEN_1002&DEV_3150 "ATI MOBILITY RADEON X600 SE" = ati2mtag_M24C, PCIVEN_1002&DEV_5462 "ATI MOBILITY RADEON X700" = ati2mtag_M26, PCIVEN_1002&DEV_5652 "ATI MOBILITY RADEON X700 " = ati2mtag_M26, PCIVEN_1002&DEV_5653 "ATI MOBILITY RADEON X800" = ati2mtag_M28, PCIVEN_1002&DEV_5D4A "ATI MOBILITY RADEON X800 XT" = ati2mtag_M28, PCIVEN_1002&DEV_5D48 download Here
  22. offtopic: in switzerland they have 4 official languages (french, german, italian, retroromanian) and 1 unofficial (english)
  23. он имел в виду запустить регтвик после установки винды, когда ты будешь залогинен как текущий пользователь
  24. it is not a bug, it warns you about Browser Helper Object that adds its button to IE. you can exclude monitoring such a things in SAV
  25. new VIA Hyperion Drivers http://www.overclockers.ru/cgi-bin/files/d...ad.cgi?file=403 WHQL sertified, official
×
×
  • Create New...