Thank you. I installed a first time with "/saveinf" option to have the parameters of the installation ... I uninstalled the product. Finally I can do a silent installation with "/loadinf" and "/verysilent" options.
Regards, Raphaël -----Message d'origine----- De : Hussein Shafie [mailto:[email protected]] Envoyé : 21 January 2014 16:22 À : BOILLON Raphael Cc : '[email protected]' Objet : Re: [XXE] Silent install of XMLmind XML Editor ... On 01/21/2014 03:27 PM, BOILLON Raphael wrote: > > my company bought XMLmind XML Editor few months ago. > > The "setup" program is a human interface to install the software. > > Is there some options to do an automatic installation without any > human action (by using a file that contains the parameters of the > installation for example) ? > * The setup.exe file has been created using Inno Setup. http://www.jrsoftware.org/isinfo.php In principle, Inno Setup supports ``silent install'' and ``silent uninstall''. However, I've never used this feature. Please search for the /VERYSILENT command-line option in the documentation of Inno Setup: http://www.jrsoftware.org/ishelp/ * Otherwise, it's always possible to create a simple .bat file which unzips the .zip distribution in any directory of your choice, knowing that: - XMLmind XML Editor does not require any key to be registered with the Windows registry. - XMLmind XML Editor can be started using "XXE_install_dir\bin\xxe.exe". - In case you need a private Java runtime, simply unzip a Java 1.6+ runtime, rename the unzipped directory to "XXE_install_dir\bin\jre" and xxe.exe will automatically pick it. -- XMLmind XML Editor Support List [email protected] http://www.xmlmind.com/mailman/listinfo/xmleditor-support

