InstallForge 1.4.0 | Free Setup Creator

Developed or developing a new product in PureBasic? Tell the world about it.
lionel_om
User
User
Posts: 31
Joined: Wed Jul 18, 2007 4:14 pm
Location: France

Post 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
Webmaster of Basic-univers
TerryHough
Enthusiast
Enthusiast
Posts: 781
Joined: Fri Apr 25, 2003 6:51 pm
Location: NC, USA
Contact:

Post by TerryHough »

Any Help file available?

I don't know how to get the Updater to work.
User avatar
X0r
Enthusiast
Enthusiast
Posts: 138
Joined: Tue May 01, 2007 3:49 am
Location: Germany

Post 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.
Last edited by X0r on Sun Mar 22, 2009 5:29 pm, edited 3 times in total.
User avatar
X0r
Enthusiast
Enthusiast
Posts: 138
Joined: Tue May 01, 2007 3:49 am
Location: Germany

Post 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!
Last edited by X0r on Wed Apr 07, 2010 12:33 am, edited 3 times in total.
User avatar
X0r
Enthusiast
Enthusiast
Posts: 138
Joined: Tue May 01, 2007 3:49 am
Location: Germany

Post by X0r »

Nobody? :(

BTW: Can anyone move this thread to "Applications - Feedback and Discussion" please?
User avatar
GG
Enthusiast
Enthusiast
Posts: 258
Joined: Tue Jul 26, 2005 12:02 pm
Location: Lieusaint (77), France

Post 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.
Purebasic 6.04 64 bits - Windows 11 Pro 64 bits 23H2
User avatar
X0r
Enthusiast
Enthusiast
Posts: 138
Joined: Tue May 01, 2007 3:49 am
Location: Germany

Post by X0r »

Thank you GG!
User avatar
X0r
Enthusiast
Enthusiast
Posts: 138
Joined: Tue May 01, 2007 3:49 am
Location: Germany

Post 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.
Last edited by X0r on Wed Apr 07, 2010 12:34 am, edited 1 time in total.
SFSxOI
Addict
Addict
Posts: 2970
Joined: Sat Dec 31, 2005 5:24 pm
Location: Where ya would never look.....

Post by SFSxOI »

How about support for Windows 7?
User avatar
X0r
Enthusiast
Enthusiast
Posts: 138
Joined: Tue May 01, 2007 3:49 am
Location: Germany

Post 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.
User avatar
X0r
Enthusiast
Enthusiast
Posts: 138
Joined: Tue May 01, 2007 3:49 am
Location: Germany

Re: InstallForge 1.0 Setup-Creator

Post 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).
User avatar
loadstone
User
User
Posts: 97
Joined: Wed Jan 16, 2008 11:28 am
Location: china

Re: InstallForge 1.0 Setup-Creator

Post by loadstone »

upgrade can player “ape”? :)
Diamond Sutra: all law I was into at, forbearance .
http://www.8do8.com
User avatar
X0r
Enthusiast
Enthusiast
Posts: 138
Joined: Tue May 01, 2007 3:49 am
Location: Germany

Re: InstallForge 1.0 Setup-Creator

Post by X0r »

Thanks. Will add this to the new release.
User avatar
X0r
Enthusiast
Enthusiast
Posts: 138
Joined: Tue May 01, 2007 3:49 am
Location: Germany

Re: InstallForge 1.2.2 Setup-Creator

Post 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)
User avatar
electrochrisso
Addict
Addict
Posts: 980
Joined: Mon May 14, 2007 2:13 am
Location: Darling River

Re: InstallForge 1.2.5 Setup-Creator

Post 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:
PureBasic! Purely one of the best 8)
Post Reply