Jump to content

Damage_inc

Member
  • Posts

    13
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Argentina

Everything posted by Damage_inc

  1. Hi everyone, I read a post about File Extensions Unattended. but i have a question, i make a .reg with the Soft WAssociate and import the keys to a .reg. does is the right way to registering the file extensions in Runonceex? this is the code: REGEDIT4 [HKEY_CLASSES_ROOT\foobar2000.aac] @ = "Audio file (AAC)" [HKEY_CLASSES_ROOT\foobar2000.aac\DefaultIcon] @ = "%PROGRAMFILES%\\foobar2000\\icons\\aac.ico" [HKEY_CLASSES_ROOT\foobar2000.aac\shell] @ = "play" [HKEY_CLASSES_ROOT\foobar2000.aac\shell\enqueue] @ = "Enqueue in foobar2000" [HKEY_CLASSES_ROOT\foobar2000.aac\shell\enqueue\command] @ = "\"%PROGRAMFILES%\\foobar2000\\foobar2000.exe\" /add \"%1\"" [HKEY_CLASSES_ROOT\foobar2000.aac\shell\open] @ = "Open in foobar2000" [HKEY_CLASSES_ROOT\foobar2000.aac\shell\open\command] @ = "\"%PROGRAMFILES%\\foobar2000\\foobar2000.exe\" \"%1\"" [HKEY_CLASSES_ROOT\foobar2000.aac\shell\play] @ = "Play in foobar2000" [HKEY_CLASSES_ROOT\foobar2000.aac\shell\play\command] @ = "\"%PROGRAMFILES%\\foobar2000\\foobar2000.exe\" \"%1\"" that is all! , any suggestion about this?
  2. I need for VLC that asoc. all video file Thank u
  3. Some idea to remove the shortcuts that no use for the start menu?
  4. HI: I have a question about this program, i'm not sure if the follow String work in the Runonceex.cmd REG ADD %KEY%\019 /VE /D "Sygate Personal Firewall" REG ADD %KEY%\019 /V 1 /D "%CDROM%\software\pspf.msi /QN Reboot=Supress " Well, if someone have a idea very good!!, See u!! PD: what is the Chain in the Registry to Register This product.? From Argentina: Damage.
  5. Gracias Por Responderme en Español, ya que mi ingles es bastante malo... si tienes MSN agregame damageincorporate@hotmail.com
  6. I think you'll have to double that '&' to be displayed. REG ADD %KEY%\008 /VE /D "SpyBot Search && Destroy" /f Senax <{POST_SNAPBACK}> Thank u for help me, !
  7. I think you'll have to double that '&' to be displayed. REG ADD %KEY%\008 /VE /D "SpyBot Search && Destroy" /f Senax <{POST_SNAPBACK}> Thank u for help me, !
  8. HI, I'm newbie in this site and i want ask if my RunOnceEx.cmd is going fine... @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 "Instalando Programas" /f REG ADD %KEY%\000 /VE /D "Acrobat Reader 6.0.04 (Lite)" /f REG ADD %KEY%\000 /V 1 /D "%CDROM%\Software\acroread604.exe /qn"/ /f REG ADD %KEY%\001 /VE /D "Alcohol 120%" /f REG ADD %KEY%\001 /V 1 /D "%CDROM%\Software\Alcohol\setup.exe /qn Reboot=Suppress" /f REG ADD %KEY%\001 /V 2 /D "REGEDIT /S %CDROM%\Software\Alcohol\register.reg" /f REG ADD %KEY%\002 /VE /D "IsoBuster V1.6" /f REG ADD %KEY%\002 /V 1 /D "%CDROM%\Software\IsoBuster.exe /VERYSILENT /SP-" /f REG ADD %KEY%\002 /V 2 /D "taskkill /f /IM isoBuster.exe" /f REG ADD %KEY$\002 /v 3 /D "REGEDIT /S %CDROM\Software\register\isobuster.reg /f REG ADD %KEY%\003 /VE /D "Nero Burning ROM 6.0.0.23+" /f REG ADD %KEY%\003 /V 1 /D "%CDROM%\Software\Nero.exe /SILENT /NOREBOOT /SN=xxx-xxx-xxxx-xxx-xxx-xxx /WRITE_SN" /f REG ADD %KEY%\004 /VE /D "Irfanview 3.97" /f REG ADD %KEY%\004 /V 1 /D "%CDROM%\Software\iview397.exe /desktop=1 /group=1 /allusers=0 /assoc=1 /silent" /f REG ADD %KEY%\005 /VE /D "WinRAR 3.50 Corporativo" /f REG ADD %KEY%\005 /V 1 /D "%CDROM%\Software\wrar3.50.exe /S" /f REG ADD %KEY%\006 /VE /D "VideoLAN 0.8.2" /f REG ADD %KEY%\006 /V 1 /D "%CDROM%\Software\vlc-0.8.2-win32.exe /S" /f REG ADD %KEY%\007 /VE /D "Quick Time And Real Alternative" /f REG ADD %KEY%\007 /V 1 /D "%CDROM%\Software\quicktimealt150b1.exe /verysilent /sp-" /f REG ADD %KEY%\007 /V 2 /D "%CDROM%\Software\realalt138.exe /verysilent /sp-" /f REG ADD %KEY%\008 /VE /D "spyBot Search & Destroy" /f REG ADD %KEY%\008 /V 1 /D "%CDROM%\Software\spybotsd14.exe /verysilent" /f REG ADD %KEY%\009 /VE /D "Java VM 1.5.0" /f REG ADD %KEY%\009 /V 1 /D "%CDROM%\Software\jre-1_5_0_04-windows-i586-p.exe /s /v"/qn ADDLOCAL=jrecore IEXPLORER=1"" /f REG ADD %KEY%\010 /VE /D "Foobar 2000 v 0.8.3" /f REG ADD %KEY%\010 /V 1 /D "%CDROM%\software\foobar2k.exe /S" /f REG ADD %KEY%\010 /V 2 /D "taskkill.exe /F /IM fooassoc.exe" /F REG ADD %KEY%\011 /VE /D "Everest Ultimate Edition 2005" /f REG ADD %KEY%\011 /V 1 /D "%CDROM%\Software\everestultimate201.exe /SP- /VERYSILENT" /f REG ADD %KEY\011 /V 2 /D "%CDROM%\software\regeverest.exe" /f REG ADD %KEY%\012 /VE /D "Eset NOD32" /f REG ADD %KEY%\012 /V 1 /D "%CDROM%\Software\nod32\setup.exe /silentmode" /f REG ADD %KEY%\012 /V 2 /D "taskkill /f /IM nod32kui.exe" /f REG ADD %KEY%\013 /VE /D "MSN 7.0" /f REG ADD %KEY%\013 /V 1 /D "%CDROM%\Software\MsnMsgs.msi /qn" /f REG ADD %KEY%\014 /VE /D "NOD32 Fix" /f REG ADD %KEY%\014 /V 1 /D "%CDROM%\Software\nod32fix.exe /VERYSILENT /SP- /NORESTART" /f REG ADD %KEY%\015 /VE /D "FlashGet 1.65" /f REG ADD %KEY%\015 /V 1 /D "%CDROM%\Software\fgf165.exe /s" /f REG ADD %KEY%\016 /VE /D "DAMM NFO Viewer" /f REG ADD %KEY%\016 /V 1 /D "%CDROM%\Software\DAMNFO.exe /f REG ADD %KEY%\017 /VE /D "FFDSHOW 20050803" /f REG ADD %KEY%\017 /V 1 /D "%CDROM%\Software\ffdshow.exe /S" /f REG ADD %KEY%\018 /VE /D ".Net FrameWork 1.1" REG ADD %KEY%\018 /V 1 /D "%CDROM%\software\dotnetfx\netfx.msi /qn\" /f REG ADD %KEY%\019 /VE /D "Sygate Personal Firewall" REG ADD %KEY%\019 /V 1 /D "%CDROM%\software\spf.exe /QN Reboot=Supress" /f REG ADD %KEY%\020 /VE /D "FireFox 1.1.0.6 (Con Ext,)" /f REG ADD %KEY%\020 /V 1 /D "%CDROM%\software\firefoxsilent.exe" /f REG ADD %KEY%\021 /VE /D "CCleaner 1.23.60" REG ADD %KEY%\021 /V 1 /D "%CDROM%\software\ccsetu123.exe /S" /f Well I waiting some comentes about this...
  9. Hi Guys, I'm new in this Site and i say that is a good Site.!! I'm from Argentina, and u know my english very basic.! See u Next Time!!
×
×
  • Create New...