Page 12 of 23
Posted: Mon Oct 30, 2006 6:53 pm
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.
Posted: Tue Oct 31, 2006 9:23 am
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\).
Posted: Tue Oct 31, 2006 9:55 pm
by Vladi
Sure, I could do this, but IMHO this a genuine task for an installation pgm, as it is not very application specific.
Posted: Thu Nov 02, 2006 7:08 pm
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.)
Posted: Thu Nov 02, 2006 7:10 pm
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
Posted: Fri Nov 03, 2006 1:26 pm
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.
Posted: Fri Nov 03, 2006 1:57 pm
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.
???
Posted: Wed Nov 08, 2006 7:27 pm
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'
Posted: Wed Nov 08, 2006 8:09 pm
by GeoTrail
Great work

Posted: Wed Nov 08, 2006 8:18 pm
by srod
Thanks Thorsten.
Posted: Wed Nov 08, 2006 8:24 pm
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 ---
Posted: Wed Nov 08, 2006 8:29 pm
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 ---
Posted: Wed Nov 08, 2006 8:32 pm
by Thorsten1867
You're very fast! Thanks!
Posted: Wed Nov 08, 2006 8:33 pm
by GeoTrail
Yeah, I just went back to see if there we're any replies and saw your request

Posted: Wed Nov 08, 2006 8:45 pm
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 ---