PB EasySetup - Setup maker for your program

Applications, Games, Tools, User libs and useful stuff coded in PureBasic
Vladi
User
User
Posts: 33
Joined: Sun Sep 10, 2006 3:09 pm

Post by Vladi »

Thanks, but when you add the version no, will an update process recognize the old entry and overwrite it, or will it create a new one?

Another feature I would like to ask for is a msg or the possibility to show the Readme file after the installation has completed. Maybe you could differentiate between a first installation and an update, to give the start-up user some hints for the first steps, and the updater some info about the latest changes. I think this should be easy to realize.
User avatar
Thorsten1867
Addict
Addict
Posts: 1372
Joined: Wed Aug 24, 2005 4:02 pm
Location: Germany

Post by Thorsten1867 »

Vladi wrote:Thanks, but when you add the version no, will an update process recognize the old entry and overwrite it, or will it create a new one?
The registry key is the same as before (= GUID). It should be updated.
Vladi wrote:Another feature I would like to ask for is a msg or the possibility to show the Readme file after the installation has completed. Maybe you could differentiate between a first installation and an update, to give the start-up user some hints for the first steps, and the updater some info about the latest changes. I think this should be easy to realize.
You can start a program after installation (User Task). Write a program, which shows, what you want (look: ...\InstProgs\).
Translated with http://www.DeepL.com/Translator

Download of PureBasic - Modules
Download of PureBasic - Programs

[Windows 11 x64] [PB V5.7x]
Vladi
User
User
Posts: 33
Joined: Sun Sep 10, 2006 3:09 pm

Post by Vladi »

Sure, I could do this, but IMHO this a genuine task for an installation pgm, as it is not very application specific.
User avatar
Thorsten1867
Addict
Addict
Posts: 1372
Joined: Wed Aug 24, 2005 4:02 pm
Location: Germany

Post by Thorsten1867 »

Vladi wrote:Sure, I could do this, but IMHO this a genuine task for an installation pgm, as it is not very application specific.
I will think about it. (Can you give me a concrete example)
(With the tool "CallURL.exe" you can call an internet page (history.htm) with the changes.)
Translated with http://www.DeepL.com/Translator

Download of PureBasic - Modules
Download of PureBasic - Programs

[Windows 11 x64] [PB V5.7x]
User avatar
Thorsten1867
Addict
Addict
Posts: 1372
Joined: Wed Aug 24, 2005 4:02 pm
Location: Germany

Post by Thorsten1867 »

Bugfix 0.6.7
- Bugfix registration
- Uninstallation possible after moving folder
('Delete all files .....' will be disabled)
- Button 'Exit' only after successful installation
- Check file version (User Task: 'Install File')
- Smaller changes
Translated with http://www.DeepL.com/Translator

Download of PureBasic - Modules
Download of PureBasic - Programs

[Windows 11 x64] [PB V5.7x]
Vladi
User
User
Posts: 33
Joined: Sun Sep 10, 2006 3:09 pm

Post by Vladi »

You never saw this option at the end of an intallation to display the ReadMe file? Nothing else is my issue.

Your new version seems to have all the bugs I mentioned back again... Fortunaltely I had a copy of the previous one.
User avatar
Thorsten1867
Addict
Addict
Posts: 1372
Joined: Wed Aug 24, 2005 4:02 pm
Location: Germany

Post by Thorsten1867 »

Vladi wrote:Your new version seems to have all the bugs I mentioned back again... Fortunaltely I had a copy of the previous one.
???
Translated with http://www.DeepL.com/Translator

Download of PureBasic - Modules
Download of PureBasic - Programs

[Windows 11 x64] [PB V5.7x]
User avatar
Thorsten1867
Addict
Addict
Posts: 1372
Joined: Wed Aug 24, 2005 4:02 pm
Location: Germany

Post by Thorsten1867 »

New Version 0.6.8
- Project names with point possible (e.g. 'PureBasic.Net')
- Upload Setup file and Zip file
- Create and upload 'Version File' for internet update check
- New panel: 'Upload'
Translated with http://www.DeepL.com/Translator

Download of PureBasic - Modules
Download of PureBasic - Programs

[Windows 11 x64] [PB V5.7x]
User avatar
GeoTrail
Addict
Addict
Posts: 2794
Joined: Fri Feb 13, 2004 12:45 am
Location: Bergen, Norway
Contact:

Post by GeoTrail »

Great work :)
I Stepped On A Cornflake!!! Now I'm A Cereal Killer!
srod
PureBasic Expert
PureBasic Expert
Posts: 10589
Joined: Wed Oct 29, 2003 4:35 pm
Location: Beyond the pale...

Post by srod »

Thanks Thorsten.
I may look like a mule, but I'm not a complete ass.
User avatar
Thorsten1867
Addict
Addict
Posts: 1372
Joined: Wed Aug 24, 2005 4:02 pm
Location: Germany

Post by Thorsten1867 »

Translations for French and Norwegian installers needed:

Code: Select all

[Install] 
Msg0 = Required disk space: 

[Buttons] 
Yes = Yes 
No = No 

[FileVersion] 
Window = Copy File 
FrameOld = Current File Version 
FrameNew = New File Version 
Msg = Replace the current file with this new file version? 
Version = Version: 
Lang = Language: 
Desc = Description: 
NotAvailable = --- not available ---
Translated with http://www.DeepL.com/Translator

Download of PureBasic - Modules
Download of PureBasic - Programs

[Windows 11 x64] [PB V5.7x]
User avatar
GeoTrail
Addict
Addict
Posts: 2794
Joined: Fri Feb 13, 2004 12:45 am
Location: Bergen, Norway
Contact:

Post by GeoTrail »

norwegian

Code: Select all

[Install]
Msg0 = Nødvendig disk plass:

[Buttons]
Yes = Ja
No = Nei

[FileVersion]
Window = Kopier Fil
FrameOld = Gjeldende Versjon
FrameNew = Ny Fil Versjon
Msg = Erstatte gjeldende fil med ny fil versjon?
Version = Versjon:
Lang = Språk:
Desc = Beskrivelse:
NotAvailable = --- ikke tilgjengelig ---
I Stepped On A Cornflake!!! Now I'm A Cereal Killer!
User avatar
Thorsten1867
Addict
Addict
Posts: 1372
Joined: Wed Aug 24, 2005 4:02 pm
Location: Germany

Post by Thorsten1867 »

You're very fast! Thanks!
Translated with http://www.DeepL.com/Translator

Download of PureBasic - Modules
Download of PureBasic - Programs

[Windows 11 x64] [PB V5.7x]
User avatar
GeoTrail
Addict
Addict
Posts: 2794
Joined: Fri Feb 13, 2004 12:45 am
Location: Bergen, Norway
Contact:

Post by GeoTrail »

Yeah, I just went back to see if there we're any replies and saw your request ;)
I Stepped On A Cornflake!!! Now I'm A Cereal Killer!
User avatar
Flype
Addict
Addict
Posts: 1542
Joined: Tue Jul 22, 2003 5:02 pm
Location: In a long distant galaxy

Post by Flype »

french.
[Install]
Msg0 = Espace disque requis:

[Buttons]
Yes = Oui
No = Non

[FileVersion]
Window = Copier le fichier
FrameOld = Version du fichier ouvert
FrameNew = Nouveau fichier de version
Msg = Remplacer le fichier ouvert par ce nouveau fichier de version ?
Version = Version:
Lang = Langage:
Desc = Description:
NotAvailable = --- Non disponible ---
No programming language is perfect. There is not even a single best language.
There are only languages well suited or perhaps poorly suited for particular purposes. Herbert Mayer
Post Reply