Changes

Greenshot

1,697 bytes added, 21:51, 23 December 2011
no edit summary
Greenshot is a open-source screen capture utility available at [http://getgreenshot.org/ http://getgreenshot.org/]
 
== Important notice for version before and equal to 0.8.0.0627 ==
If you want to install it completely silent, i want to point to several new installation parameters:
 
Perhaps you've had problems with automatically ajust the language settings through the silent installation process. In order to get rid of this, please download the actual Beta of GreenShot here:
[http://sourceforge.net/projects/greenshot/files/Greenshot/Greenshot%200.8%20beta]
 
The silent installation switches and parameters, which are described in this post [http://sourceforge.net/projects/greenshot/forums/forum/676083/topic/3768475] , can not be used with 0.8.0.0627
In future releases the config.dat will be replaced by an ini-file for better configuration. This ini-file is also used by the new betas.
 
Hope this information can save you a lot of time.
 
=== Example installation with new Greenshot beta ===
 
 
<source lang="winbatch">
"%~dp0Greenshot-INSTALLER-UNSTABLE-0.8.1.1486.exe" /LOADINF="%~dp0Greenshot-INSTALLER-UNSTABLE-0.8.1.1486.inf" /VERYSILENT /NORESTART --configure Ui_Language=de Ui_Effects_Flashlight=false Ui_Effects_CameraSound=false Output_File_Path="%USERPROFILE%\Desktop" Output_File_Format=Png Output_File_FilenamePattern="%title%-%NUM%"
</source>
You can perhaps add the --norun parameter at the end, so that greenshot don't start at the end of the installation.
 
Content of MY ini-File. (If you leave the "Dir=" parameter blank, the installaer choose automatically the right installation folder on x86 Systems (language based: "C:\Programme" or "C:\Program Files") or x64 ( C:\Program Files(x86) ) Systems.
 
<source lang="ini">
[Setup]
Lang=de
Dir=
Group=Greenshot
NoIcons=0
Tasks=
</source>
== Installation ==
Anonymous user