PB EasySetup - Setup maker for your program
- Thorsten1867
- Addict
- Posts: 1372
- Joined: Wed Aug 24, 2005 4:02 pm
- Location: Germany
Version 0.8.6
Bugfix: Calculate file size for installation
Some problems with calculating all subdirectory sizes.
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]
Download of PureBasic - Modules
Download of PureBasic - Programs
[Windows 11 x64] [PB V5.7x]
- Thorsten1867
- Addict
- Posts: 1372
- Joined: Wed Aug 24, 2005 4:02 pm
- Location: Germany
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)
- 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]
Download of PureBasic - Modules
Download of PureBasic - Programs
[Windows 11 x64] [PB V5.7x]
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.
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.
- Thorsten1867
- Addict
- Posts: 1372
- Joined: Wed Aug 24, 2005 4:02 pm
- Location: Germany
Which version of EasySetup do you use?
This problem should be fixed since version 0.8.6.
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]
Download of PureBasic - Modules
Download of PureBasic - Programs
[Windows 11 x64] [PB V5.7x]
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
My aplogies for being an arse!
Updating now...
(Unfortunately, the particular install takes over an hour to create!)
Thanks.

**EDIT
Doh!Version 0.8.6
Bugfix: Calculate file size for installation
Some problems with calculating all subdirectory sizes.
My aplogies for being an arse!

I may look like a mule, but I'm not a complete ass.
- Thorsten1867
- Addict
- Posts: 1372
- Joined: Wed Aug 24, 2005 4:02 pm
- Location: Germany
Use the ZIP-format for big programs! JCalG1 compress very slowly, but unpacks quick and the archive is smaller.srod wrote:(Unfortunately, the particular install takes over an hour to create!)
Translated with http://www.DeepL.com/Translator
Download of PureBasic - Modules
Download of PureBasic - Programs
[Windows 11 x64] [PB V5.7x]
Download of PureBasic - Modules
Download of PureBasic - Programs
[Windows 11 x64] [PB V5.7x]
-
- PureBasic Expert
- Posts: 4229
- Joined: Sat Apr 26, 2003 8:27 am
- Location: Strasbourg / France
- Contact:
I don't know EasySetup well but iirc it uses PureZIP in ZIP mode, and PureZIP supports passwords.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.![]()
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
- Thorsten1867
- Addict
- Posts: 1372
- Joined: Wed Aug 24, 2005 4:02 pm
- Location: Germany
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]
Download of PureBasic - Modules
Download of PureBasic - Programs
[Windows 11 x64] [PB V5.7x]
- Thorsten1867
- Addict
- Posts: 1372
- Joined: Wed Aug 24, 2005 4:02 pm
- Location: Germany
Update
New language added: Swedish (Thanks to 'Mahmoud Nasser')
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]
Download of PureBasic - Modules
Download of PureBasic - Programs
[Windows 11 x64] [PB V5.7x]
- Thorsten1867
- Addict
- Posts: 1372
- Joined: Wed Aug 24, 2005 4:02 pm
- Location: Germany
Version 0.8.9
Bugfix: Problems with path of 'EasySetup.ini' (new shortcuts without working directory)
Usertasks: parameter for external programs possible
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]
Download of PureBasic - Modules
Download of PureBasic - Programs
[Windows 11 x64] [PB V5.7x]
- Thorsten1867
- Addict
- Posts: 1372
- Joined: Wed Aug 24, 2005 4:02 pm
- Location: Germany
Version 0.9.0
New path variables: %Emergency% , %Aurora%
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]
Download of PureBasic - Modules
Download of PureBasic - Programs
[Windows 11 x64] [PB V5.7x]
Thorsten1867 wrote:Version 0.9.0
New path variables: %Emergency% , %Aurora%

How do you pass such a parameter Thorsten? I've had a look through the help manual but can't find anything.Usertasks: parameter for external programs possible
Thanks.
I may look like a mule, but I'm not a complete ass.
- Thorsten1867
- Addict
- Posts: 1372
- Joined: Wed Aug 24, 2005 4:02 pm
- Location: Germany
Add it to the selected file: "Test.exe /Q"srod wrote:How do you pass such a parameter Thorsten? I've had a look through the help manual but can't find anything.Usertasks: parameter for external programs possible
(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]
Download of PureBasic - Modules
Download of PureBasic - Programs
[Windows 11 x64] [PB V5.7x]