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 »

ts-soft wrote:Why not use "EC_ImagePluginOLE" by El_Choni. Only 1.96KB?
I've tried it, but I've some problems.
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 »

Version 0.6.5
- User Tasks: Change a INI-File of the application
- Registration added / Internet page for registration
- Bitmaps in the format *.jpg and *.bmp allowed
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 »

Thorsten, I didn't realize that you are storing the data automatically upon closing, so this makes the thing a little bit less inconvenient; I still would prefer the normal Save / Save as... logic, but that's not so important.

More important is another issue I found, the pgm does not store a working directory (=pgm dir.) for additional pgm links. So the pgm might not find its environment.
User avatar
Thorsten1867
Addict
Addict
Posts: 1372
Joined: Wed Aug 24, 2005 4:02 pm
Location: Germany

Post by Thorsten1867 »

Vladi wrote:More important is another issue I found, the pgm does not store a working directory (=pgm dir.) for additional pgm links. So the pgm might not find its environment.
What do you mean? Can you give me an example.
The EasySetup works internal with relative paths.

Code: Select all

ProgDir$ = GetPathPart(ProgramFilename())
If ProgDir$ = #PB_Compiler_Home+"Compilers" : ProgDir$ = GetCurrentDirectory() : EndIf
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 »

Vladi wrote:I still would prefer the normal Save / Save as... logic, but that's not so important.
I've found the default directory problem. The default directory for saving should be now the same as by loading.
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 »

When you select an additional pgm for the StartMenu shortcuts, generate the setup file and execute it, then the shortcut installed for this additional pgm does not have the working dir. specified; whereas the main pgm it has.
User avatar
Thorsten1867
Addict
Addict
Posts: 1372
Joined: Wed Aug 24, 2005 4:02 pm
Location: Germany

Post by Thorsten1867 »

Bugfixes 0.6.5c
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 »

Merci beaucoup, très bien. Mais une autre chose, ein anderer petit Käfer....

When the application gets uninstalled then the uninstaller does not delete any sub directory (below the installation directory) that has been created by the application itsself. Even when I mark the All files check box. But I think it should do so.
User avatar
Thorsten1867
Addict
Addict
Posts: 1372
Joined: Wed Aug 24, 2005 4:02 pm
Location: Germany

Post by Thorsten1867 »

Vladi wrote:Merci beaucoup, très bien. Mais une autre chose, ein anderer petit Käfer....

When the application gets uninstalled then the uninstaller does not delete any sub directory (below the installation directory) that has been created by the application itsself. Even when I mark the All files check box. But I think it should do so.
That's a security problem (If someone installs a program without program directory in the root by mistake, ...... :twisted: ). Only subfolders will be deleted, which are installed by EasySetup. Add an empty Subfolder to the source directory.
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 »

Version 0.6.6
- Bugfixes
- Automatic update of the source directory (user-defined)
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 »

Hi Thorsten. Isn't the program free anymore? :shock:
I see there is a registration thingy there now.
I filled out the reg on your site and got a mail saying thanks for registering. But there is no serial in the mail. Do I have to pay for it?
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 »

What I know is that it is still for free.
He just wants to know who is using his program I guess.
Btw: I my case the reg. key is not working.
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 wrote:I filled out the reg on your site and got a mail saying thanks for registering. But there is no serial in the mail.
I have to work in the morning an hat no time to send you your registration key. Wait a minute, I'm on it! :wink:
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: Registration (0.6.6b) :oops:
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 »

Thorsten, I'm using the latest version and my image does not appear within the setup program.

I've tried with .tga and .bmp's.

Could be me being a banana head again!

**EDIT: ah it's only when I select zip as the archives format!
I may look like a mule, but I'm not a complete ass.
Post Reply