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 »

Version 0.8.6
Bugfix: Calculate file size for installation

Some problems with calculating all subdirectory sizes.
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.8.7
- Bitmap: Completely changed to be more compatible (internal use of BMP)
- New additional program 'CheckAdmin.exe'(...\InstProgs\): Check for administrator rights

PS: EasySetup seems to work with Win Vista (short test on a Vista PC)
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 »

Hi Thorsten,

a small problem. I have a 120 MB installation which, when run, works flawlessly. However, prior to the installation, it reports that only 19.2 MB of disk space is required!

This isn't a problem for me except that, because this package replaces a 100 MB installation on my customer's machines, many non-computer savvy customers are refusing to delete the original files and run the new installation because they think there's a problem.

Any chance you might have a quick look at your code?

Thanks.
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 »

Which version of EasySetup do you use?
This problem should be fixed since version 0.8.6.
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 »

Ah yes, I used 0.8.5 to create the install!

Updating now...

(Unfortunately, the particular install takes over an hour to create!)

Thanks.

:)

**EDIT
Version 0.8.6
Bugfix: Calculate file size for installation

Some problems with calculating all subdirectory sizes.
Doh!

My aplogies for being an arse! :oops:
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 »

srod wrote:(Unfortunately, the particular install takes over an hour to create!)
Use the ZIP-format for big programs! JCalG1 compress very slowly, but unpacks quick and the archive is smaller.
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 »

I can't use the zip format because the install is password protected through a user defined task running a small program of mine. :)

I don't mind the time it takes to create the install as I only have to recreate the package very infrequently anyhow.
I may look like a mule, but I'm not a complete ass.
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Post by gnozal »

srod wrote:I can't use the zip format because the install is password protected through a user defined task running a small program of mine. :)
I don't know EasySetup well but iirc it uses PureZIP in ZIP mode, and PureZIP supports passwords.
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
srod
PureBasic Expert
PureBasic Expert
Posts: 10589
Joined: Wed Oct 29, 2003 4:35 pm
Location: Beyond the pale...

Post by srod »

I'm not sure if EasySetup supports zip passwords, but they are not secure enough for my purposes anyhow. :)
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 »

EasySetup supports no passwords yet, but it should be possible, because I use PureZip.
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 »

Update
New language added: Swedish (Thanks to 'Mahmoud Nasser')
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.8.9
Bugfix: Problems with path of 'EasySetup.ini' (new shortcuts without working directory)
Usertasks: parameter for external programs possible
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.9.0
New path variables: %Emergency% , %Aurora%
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 »

Thorsten1867 wrote:Version 0.9.0
New path variables: %Emergency% , %Aurora%
:) Nice one!
Usertasks: parameter for external programs possible
How do you pass such a parameter Thorsten? I've had a look through the help manual but can't find anything.

Thanks.
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 »

srod wrote:
Usertasks: parameter for external programs possible
How do you pass such a parameter Thorsten? I've had a look through the help manual but can't find anything.
Add it to the selected file: "Test.exe /Q"
(All after '.exe ' will be cut as parameters)
Translated with http://www.DeepL.com/Translator

Download of PureBasic - Modules
Download of PureBasic - Programs

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