PB EasySetup - Setup maker for your program

Applications, Games, Tools, User libs and useful stuff coded in PureBasic
User avatar
Thorsten1867
Addict
Addict
Posts: 1372
Joined: Wed Aug 24, 2005 4:02 pm
Location: Germany

Post by Thorsten1867 »

srod wrote:Thorsten, I'm using the latest version and my image does not appear within the setup program.
**EDIT: ah it's only when I select zip as the archives format!
Fixed ! (Version 0.6.6c)
Translated with http://www.DeepL.com/Translator

Download of PureBasic - Modules
Download of PureBasic - Programs

[Windows 11 x64] [PB V5.7x]
srod
PureBasic Expert
PureBasic Expert
Posts: 10589
Joined: Wed Oct 29, 2003 4:35 pm
Location: Beyond the pale...

Post by srod »

Nice one. Thanks.
I may look like a mule, but I'm not a complete ass.
User avatar
GeoTrail
Addict
Addict
Posts: 2794
Joined: Fri Feb 13, 2004 12:45 am
Location: Bergen, Norway
Contact:

Post by GeoTrail »

I see the registration is gone from the program now.
This has got to be the most frequently updated program in history ;)
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 »

GeoTrail wrote:I see the registration is gone from the program now.
This has got to be the most frequently updated program in history ;)
I don't know; egrid is giving EasySetup a good run for its money on that score! :lol:
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 »

GeoTrail wrote:I see the registration is gone from the program now.
I don't understand, what you mean. :?:
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 »

Thorsten1867 wrote:
GeoTrail wrote:I see the registration is gone from the program now.
I don't understand, what you mean. :?:
When I click the Help menu, the Register and Input Registration menus are gone. After I registered the program on the previous version those two menus got disabled.

See the screenshot
Image
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 »

GeoTrail wrote:When I click the Help menu, the Register and Input Registration menus are gone. After I registered the program on the previous version those two menus got disabled.
You're registered. The two menu items are no longer needed.
If you delete the entries in the 'EasySetup.ini', they will appear again. :D
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 »

I see :)
Maybe you can add a feature that checks whether there is a project loaded or a none saved project? Each time I click on exit it asks if I want to save, even though there is nothing entered in the program.
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 »

GeoTrail wrote:I see :)
Maybe you can add a feature that checks whether there is a project loaded or a none saved project? Each time I click on exit it asks if I want to save, even though there is nothing entered in the program.
That's a problem. The program don't know, whether a project is empty or not. I only check whether a project name exists to save the changes automaticly.
Use the [X] button to abort the program.
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 »

Couldn't you add a global variable and when one of the editbox or other things in the program changes you add the value Modified = 1, then you can check that variable when you click the exit button.

Code: Select all

If Modified = 1
  ; Ask to save the project here.
EndIf
I Stepped On A Cornflake!!! Now I'm A Cereal Killer!
Character
Enthusiast
Enthusiast
Posts: 337
Joined: Mon Aug 07, 2006 3:51 pm
Location: Netherlands

Post by Character »

GeoTrail wrote:This has got to be the most frequently updated program in history ;)
Hehehe
I bet Thorsten is running on kerosine.. that man keeps on going.. :o
Cessante causa cessat effectus
User avatar
Thorsten1867
Addict
Addict
Posts: 1372
Joined: Wed Aug 24, 2005 4:02 pm
Location: Germany

Post by Thorsten1867 »

@GeoTrail
There are circa 50 items (+ user tasks) to check. A a lot of work for nearly nothing. If I'm bored, I will think about it.

In the moment a lot of work is waiting to to insert file version check and the registration of ActiveX DLL's.
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 »

Character wrote:I bet Thorsten is running on kerosine.. that man keeps on going.. :o
Oh no, kerosine tastes terrible. I prefer black tea. 8)
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 »

For the entry in the Windows / Software / Installed pgms dialog you use the file name (of the main file) as basis; but I think this should be the application title, when the app has multiple files the filename is not quite suitable.
User avatar
Thorsten1867
Addict
Addict
Posts: 1372
Joined: Wed Aug 24, 2005 4:02 pm
Location: Germany

Post by Thorsten1867 »

Vladi wrote:For the entry in the Windows / Software / Installed pgms dialog you use the file name (of the main file) as basis; but I think this should be the application title, when the app has multiple files the filename is not quite suitable.
changed: I use now the application title and the version (e.g. 'EasySetup 0.6.7')

Wait for the next version. :wink:
Translated with http://www.DeepL.com/Translator

Download of PureBasic - Modules
Download of PureBasic - Programs

[Windows 11 x64] [PB V5.7x]
Post Reply