Jump to content

Softkiller

Member
  • Posts

    5
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Croatia

About Softkiller

Profile Information

  • OS
    Windows 7 x86

Softkiller's Achievements

1

Reputation

  1. Metod1 Metod2 Don't work Something Else maybe. Can't close folder Libraries in win7
  2. Silent install "Nero.Burning.ROM.16.0.02700" for win7, 8, 8.1 1. Run the installer, don't start with install after first extract, go to temp folder in user acc and copy complete extracted folder to safe place. 2. Continue with install normaly and register with serial. Pick up next 2 files: NOSProductRegistration.dll --> find in %ProgramFiles OR (x86) %\Nero\Nero 2015\Nero Burning ROM\OnlineServices AdvrCntr6.dll --> find in "%ProgramFiles OR (x86)%\Common Files\Nero\AdvrCntr6 Open registry editor and extract : FOR 32bit: [HKEY_LOCAL_MACHINE\SOFTWARE\Nero\Shared\NL11] "ProductId"=xxxxxxxxxxxxxxxxxx xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx "Serial11_xxxxxxxxxxxxx"="xxxx-xxxx-xxxx-xxxx-xxxx-xxxx-xxxxx-xxxx" "Serial11_xxxxxxxxxxxxx"="xxxx-xxxx-xxxx-xxxx-xxxx-xxxx-xxxxx-xxxx" save as: register.x86.reg FOR 64bit: [HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Nero\Shared\NL11] "ProductId"=xxxxxxxxxxxxxxxxxx xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx "Serial11_xxxxxxxxxxxxx"="xxxx-xxxx-xxxx-xxxx-xxxx-xxxx-xxxxx-xxxx" "Serial11_xxxxxxxxxxxxx"="xxxx-xxxx-xxxx-xxxx-xxxx-xxxx-xxxxx-xxxx" save as: register.x64.reg Download version of c++ from 2008-2012 for 32 and 64 bit vcredist_2008 vcredist_2010 vcredist_2012 And most important, here is the batch script . If you wish batch installer for bouth 32 and 64 bit , try with http://stackoverflow.com/questions/6570313/batch-script-if-exist-copy-to-localappdata-error A simple thank you enough. Šljivovica rules Softkiller
  3. You can't install with admincfg if you not previously repack instalation with ESET Remote Administrator Server installed on some server. FOR Eset Smart Security 7 & 8 1. Install eset 2. Export from registry [HKEY_LOCAL_MACHINE\SOFTWARE\ESET\ESET Security\CurrentVersion\LicenseInfo\] "DistributorGUID"="18" "LicenseCategory"=dword:00000003 "LicenseType"=dword:00000004 [HKEY_LOCAL_MACHINE\SOFTWARE\ESET\ESET Security\CurrentVersion\Plugins\01000400\Settings\] "ActivateTrial"=dword:00000001 "DontShowRegDlg"=dword:00000001 "Registration"=dword:00000008 [HKEY_LOCAL_MACHINE\SOFTWARE\ESET\ESET Security\CurrentVersion\Plugins\01000400\Settings\RegisteringRequest\] "UsedActivationType"=dword:00000003 3 name it: preactivate.reg 4 Uninstall Eset 5 Create cmd batch script and paste this switches _____________________________________ regedit /s preactivate.reg msiexec.exe /i "ess_nt64_enu.msi" /qb _____________________________________ MUST BE OFFLINE WHEN INSTALL Tested and work on all ESS 7 & 8 version Totaly silent without popup activation windows
  4. XCOPY .\Folder\* %appdata% /s /i after created batch file and prepared directory for transfer on local user appdata
  5. Before I start, I would just say that this is the only way to make bsplayer 100% unattended. -And it's for Windows7 edition Using: --AutoHotkey v1.0.47 --Quick Batch File Compiler 3.1.5.0 Create folder bsplayer and park bsplayer install inside.. bsplayer installation name '' bs.player.pro.2.6x.xxxx.exe'' 1. -Install autohotkey -create 'new documents.txt' and insert text below -rename ''new document.txt'' to ''AutoHotkey.Install.ahk'' -right-click with mouse on the document you have changed and select ''compile script'' -NOW we have '' AutoHotkey.Install.exe '' -erase ''AutoHotkey.Install.ahk'' don't need.. -park AutoHotkey.Install.exe inside bsplayer created folder. 2. Install: Quick Batch File Compiler 3.1.5.0 -create 'new documents.txt' and insert text below -rename to '' kill.service.codecmanager.cmd '' and save the document. -right-click with mouse on the document you have changed and select ''Compile with QuickBFC'' -NOW we have '' kill.service.codecmanager.exe '' -erase '' kill.service.codecmanager.cmd '' don't need.. -park kill.service.codecmanager.exe inside bsplayer created folder. AND THAT'S IT it is possible to create unattended with 10 other programs but with this 3 are fastest and best results.. You can pack up all in winrar sfx Setup=AutoHotkey.Install.exe TempMode Silent=2 Overwrite=1 -Tested on 15 machines and work perfect, best result in off-line mod, no need to check for codecs etc. kill.service.codecmanager.exe (compiled cmd) AutoHotkey.Install.exe (compiled AutoHotkey script) For older machines Sleep 2000 = 2 sec etc.. (you can change time to fit 4 older machines ) specialy on Sleep 18000 before kill codec manager service for winXP is the same script just make key.ektractor with Install.Creator.Pro to extract into the installed directory. kill.service.codecmanager.exe AutoHotkey.Install.exe
×
×
  • Create New...