Page 2 of 4

Posted: Wed Nov 14, 2007 6:17 pm
by lionel_om
Here a better (according to me) french translation
//(C) 2006 Forgesoft
//French language file for InstallForge.

[Gadgets]
NextBtn = Suivant >
CancelBtn = Annuler
BackBtn = < Précédent
FinishBtn = Terminer
BrowseBtn = Parcourir...
AcceptOptn = J'accepte le règlement
DoNotAcceptOptn = Je n'accepte pas le règlement
CreateDesktopIconCbx = Créer l'icône sur le bureau
CreateStartMenuFolderCbx = Créer un dossier dans le menu démarrer
LaunchProgramCbx = Lancer
RebootCbx = Redémarrer l'ordinateur maintenant
DestinationFolderFR3 = Dossier de destination
SelAppFolder=Sélectionner le dossier de l'application :
SelStartMenuFolder=Sélectionner le dossier du menu démarrer:

[Messages]
ExitSetupH = Sortie de l'installation
ExitSetup = Voulez vous abandonner l'installation?
CouldNotExtractFileH = Erreur
CouldNotExtractFile = Impossible d'extraire le fichier !

[Start]
Title = Bienvenue dans l'outil de paramétrage d'installation de <appname>
Text = <appname> <appversion> va être installé sur votre ordinateur. Il est recommandé de fermer toutes les applications avant de continuer. Cliquer sur suivant pour continuer.

[LicenceAgreement]
HeadT = Description de la licence
HeadB = Lisez les informations importantes suivantes avant de continuer.
Text1 = Veuillez lire le règlement de la licence. Vous devez accepter les termes de ce règlement avant de procéder à l'installation.

[ApplicationFolder]
HeadT = Sélectionnez le dossier de l'application.
HeadB = Veuillez choisir le répertoire d'installation.
Text1 = Le programme va procéder à l'installation de <appname> dans le dossier ci dessous.
Text2 = Pour continuer, cliquez sur suivant. Si vous souhaitez sélectionner un dossier différent, cliquez sur parcourir.
Text3 = Espace libre requis:
Text4 = Espace libre disponible:

[StartMenuFolder]
HeadT = Sélectionnez le dossier du menu démarrer
HeadB = Où souhaitez vous que le programme d'installation place les raccourcis du programme ?
Text1 = Le programme d'installation va créer les raccourcis du programme dans le dossier menu démarrer suivant.
Text2 = Pour continuer, cliquez sur suivant. Si vous souhaitez sélectionner un dossier différent, cliquez sur parcourir.

[AdditionalTasks]
HeadT = Sélectionnez des tâches additionnelles.
HeadB = Quels sont les modules additionnels qui doivent être utilisés ?
Text1 = Sélectionnez les modules additionnels que vous voudriez voir installés pendant l'installation de <appname> , puis cliquez sur suivant.
Text2 = Icônes additionnelles:

[Installing]
HeadT = Installation en cours
HeadB = Veuillez patienter pendant que le programme installe <appname> sur votre ordinateur.
Text1 = Préparation de l'installation...
Text2 = Installation en cours...
Text3 = Configuration en cours...

[Finish]
Title = Finalise le l'outil de configuration d'installation de <appname>
Text1 = Le programme a terminé d'installer <appname> sur votre ordinateur. Cliquez sur terminer pour sortir du programme.

[SerialCheck]
HeadT = Informations utilisateurs
HeadB = Veuillez saisir vos informations.
Text1 = Nom utilisateur:
Text2 = Organisation:
Text3 = Numéro de Série:

[Uninstall]
Header = Etat de la désinstallation
Header_b = Veuillez patienter pendant que <appname> est supprimé de votre ordinateur.
Uninstalling = Désinstallation en cours
Btn_cancel = Annuler
ExitUninstall_T = Désinstaller
ExitUninstall = Voulez vous annuler la désinstallation ?
Success_T = Désinstallation
Success = <appname> a été désinstallé de votre ordinateur avec succès!
BM_T = Désinstaller
BM = Voulez vous désinstaller <appname> de votre ordinateur ?
Lio

Posted: Wed Nov 14, 2007 8:22 pm
by TerryHough
Any Help file available?

I don't know how to get the Updater to work.

Posted: Thu Nov 15, 2007 12:58 pm
by X0r
There is only a german help file for the updater.

I try to explain you how it works:

1. Download the current version of FSU: http://www.forgesoft.net/Products/FSU/FSU.zip

2. You will find a file called Update.cfg in the package.
This file must be in the same directory as the Update.exe
The name of the CFG file must be identical with the Updater-filename.
Example: When the Updater's name is "Software Update.exe", the CFG's name must be "Software Update.cfg".

3. Example of the CFG file:

Code: Select all

[Update]
Product = YourSoftwareName
Version = TheCurrentVersionOfYourSoftware
ProductVersion_File = http://www.yourdomain.com/version.ini
UpdateFileList = http://www.yourdomain.com/updatefilelist.ini
UpdateDir = http://www.yourdomain.com/Updates/
ProgramFile = 
Language = English
DLL = 
In the Product-Version file, you have to write the current version of your program.

In the UpdateFileList, you must write the names of the files which should be available for the update.
Example:

Code: Select all

//UP
Program.exe

DynamicLinkLibrary.dll
Bin/
Image.jpg
%Windir%
//End
The Updater would download Program.exe into the current directory, DynamicLinkLibrary.dll into the the "Bin" folder and Image.jpg into the Windows directory(You can also use %Sysdir% and %Tempdir% ).

And UpdateDir is the directory on your server where the "Update-Files" are. The Updater will download the files from there.

Posted: Sun Mar 22, 2009 5:21 pm
by X0r
Hi,
I am working on a new release of InstallForge and need some translations just for this:
Language selection
Please select a language for the installation process.
Ok
Cancel
Do you want to abort the installation?
Could not load the language file.

Thanks!

Posted: Mon Mar 23, 2009 6:16 pm
by X0r
Nobody? :(

BTW: Can anyone move this thread to "Applications - Feedback and Discussion" please?

Posted: Mon Mar 23, 2009 11:19 pm
by GG
French translation :

Language selection -> Choix de la langue
Please select a language for the installation process. -> Choisissez la langue pour la procédure d'installation
Ok -> OK
Cancel -> Annuler
Do you want to abort the installation? -> Voulez vous annuler l'installation ?
Could not load the language file. -> Impossible de charger le fichier de langue.

Posted: Tue Mar 24, 2009 3:27 pm
by X0r
Thank you GG!

Posted: Thu Aug 20, 2009 12:09 pm
by X0r
Hi,
I am currently working on InstallForge 2 which is a recode of the old version.
It will have a totally new structure and also many other features which are missing in the current version.

Posted: Thu Aug 20, 2009 12:59 pm
by SFSxOI
How about support for Windows 7?

Posted: Thu Aug 20, 2009 2:59 pm
by X0r
>How about support for Windows 7?

:lol:
Unfortunately I do not own Windows 7, so I can not check if runs stable or not but it will be available for the OS-Check.

If you have any feature requests or want to help me to make InstallForge 2 Win7 ready just send me a PN.
Thanks.

Re: InstallForge 1.0 Setup-Creator

Posted: Tue Apr 06, 2010 11:53 pm
by X0r
Hi guys,
a new version of InstallForge 1 (InstallForge 2 ist still in development) is out, fully Windows 7 compatible now!

Download: http://download.forgesoft.net/?i=IFSetup

BTW: Waiting for some translations... :mrgreen:

If you like using InstallForge and want to support the development you can also make a donation now (see the website).

Re: InstallForge 1.0 Setup-Creator

Posted: Sun Apr 11, 2010 2:23 pm
by loadstone
upgrade can player “ape”? :)

Re: InstallForge 1.0 Setup-Creator

Posted: Mon Apr 12, 2010 9:57 pm
by X0r
Thanks. Will add this to the new release.

Re: InstallForge 1.2.2 Setup-Creator

Posted: Sat Oct 23, 2010 3:54 pm
by X0r
New updates to InstallForge have been released. See the forum for more information.

I also redesigned the website (http://installforge.net ).

Have fun!

(Testimonials are welcome)

Re: InstallForge 1.2.5 Setup-Creator

Posted: Sun Oct 24, 2010 7:08 am
by electrochrisso
I had to get out of you website real quick, about 20 windows opened up and I had to kill the browser now I check my computer for malware, you had better check you may have been infiltrated. :shock: