Jump to content

Smith166

Members
  • Posts

    1
  • Joined

  • Last visited

Everything posted by Smith166

  1. I found a solution for this silent-install problem. 1. Install the ImgBurn in normal manually mode, handmade Disable Quick Launcher Icon, or/and Desktop Icon. 2. Download and install language file 3. Start program, set up your settings, sounds, language, and any other that you want 4. Quit from ImgBurn and start regedit application 5. Search My Computer/HKEY_CURRENT_USER/Software/ImgBurn, right click on this, and export to file e.g. "settings.reg". This file contains all settings of ImgBurn, and yes, this key contains the installer's options !!! 6. I use AutoIt scripting tool for make a silent installer. I use this script: ;Copy default settings to registry RunWait( @WindowsDir & "\regedit.exe /S settings.reg", @ScriptDir) ;Setup RunWait( @ScriptDir & "\SetupImgBurn_2.4.1.0.exe /S") ;Copy hungarian language file FileCopy( @ScriptDir & "\hungarian.lng", @ProgramFilesDir & "\ImgBurn\Languages\", 9) In first step, this script copy the saved registry keys to the computer's registry database. Then start the setup program in silent mode, and now the setup program can read the installation options from registry database. Third step is an extra option, copy language file... AutoIt is a free application, and it can makes the exe file. silent_install.exe
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.