It is currently Thu May 23, 2013 11:37 pm

All times are UTC + 1 hour




Post new topic Reply to topic  [ 332 posts ]  Go to page Previous  1 ... 15, 16, 17, 18, 19, 20, 21 ... 23  Next
Author Message
 Post subject:
PostPosted: Thu Mar 29, 2007 4:39 pm 
Offline
Enthusiast
Enthusiast
User avatar

Joined: Wed Aug 24, 2005 4:02 pm
Posts: 525
Location: Germany
Version 0.8.6
Bugfix: Calculate file size for installation

Some problems with calculating all subdirectory sizes.

_________________
PS: Sorry for my bad English. My native language is German.

My PureBasic-Project: EasySetup - SetupMaker for your programs
[Windows 7 x64] [PB V5.0x]


Top
 Profile  
 
 Post subject:
PostPosted: Fri Apr 13, 2007 3:40 pm 
Offline
Enthusiast
Enthusiast
User avatar

Joined: Wed Aug 24, 2005 4:02 pm
Posts: 525
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)

_________________
PS: Sorry for my bad English. My native language is German.

My PureBasic-Project: EasySetup - SetupMaker for your programs
[Windows 7 x64] [PB V5.0x]


Top
 Profile  
 
 Post subject:
PostPosted: Tue Jun 19, 2007 11:03 am 
Offline
PureBasic Expert
PureBasic Expert
User avatar

Joined: Wed Oct 29, 2003 4:35 pm
Posts: 9870
Location: Beyond the pale...
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.

eScript
Arctic Reports
nxSoftware


Top
 Profile  
 
 Post subject:
PostPosted: Tue Jun 19, 2007 1:17 pm 
Offline
Enthusiast
Enthusiast
User avatar

Joined: Wed Aug 24, 2005 4:02 pm
Posts: 525
Location: Germany
Which version of EasySetup do you use?
This problem should be fixed since version 0.8.6.

_________________
PS: Sorry for my bad English. My native language is German.

My PureBasic-Project: EasySetup - SetupMaker for your programs
[Windows 7 x64] [PB V5.0x]


Top
 Profile  
 
 Post subject:
PostPosted: Tue Jun 19, 2007 1:28 pm 
Offline
PureBasic Expert
PureBasic Expert
User avatar

Joined: Wed Oct 29, 2003 4:35 pm
Posts: 9870
Location: Beyond the pale...
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

Quote:
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.

eScript
Arctic Reports
nxSoftware


Top
 Profile  
 
 Post subject:
PostPosted: Tue Jun 19, 2007 1:35 pm 
Offline
Enthusiast
Enthusiast
User avatar

Joined: Wed Aug 24, 2005 4:02 pm
Posts: 525
Location: Germany
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.

_________________
PS: Sorry for my bad English. My native language is German.

My PureBasic-Project: EasySetup - SetupMaker for your programs
[Windows 7 x64] [PB V5.0x]


Top
 Profile  
 
 Post subject:
PostPosted: Tue Jun 19, 2007 1:38 pm 
Offline
PureBasic Expert
PureBasic Expert
User avatar

Joined: Wed Oct 29, 2003 4:35 pm
Posts: 9870
Location: Beyond the pale...
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.

eScript
Arctic Reports
nxSoftware


Top
 Profile  
 
 Post subject:
PostPosted: Wed Jun 20, 2007 10:01 am 
Offline
PureBasic Expert
PureBasic Expert
User avatar

Joined: Sat Apr 26, 2003 8:27 am
Posts: 4231
Location: Strasbourg / France
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).


Top
 Profile  
 
 Post subject:
PostPosted: Wed Jun 20, 2007 10:51 am 
Offline
PureBasic Expert
PureBasic Expert
User avatar

Joined: Wed Oct 29, 2003 4:35 pm
Posts: 9870
Location: Beyond the pale...
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.

eScript
Arctic Reports
nxSoftware


Top
 Profile  
 
 Post subject:
PostPosted: Wed Jun 20, 2007 4:23 pm 
Offline
Enthusiast
Enthusiast
User avatar

Joined: Wed Aug 24, 2005 4:02 pm
Posts: 525
Location: Germany
EasySetup supports no passwords yet, but it should be possible, because I use PureZip.

_________________
PS: Sorry for my bad English. My native language is German.

My PureBasic-Project: EasySetup - SetupMaker for your programs
[Windows 7 x64] [PB V5.0x]


Top
 Profile  
 
 Post subject:
PostPosted: Wed Jul 04, 2007 3:49 pm 
Offline
Enthusiast
Enthusiast
User avatar

Joined: Wed Aug 24, 2005 4:02 pm
Posts: 525
Location: Germany
Update
New language added: Swedish (Thanks to 'Mahmoud Nasser')

_________________
PS: Sorry for my bad English. My native language is German.

My PureBasic-Project: EasySetup - SetupMaker for your programs
[Windows 7 x64] [PB V5.0x]


Top
 Profile  
 
 Post subject:
PostPosted: Sun Jul 22, 2007 1:54 pm 
Offline
Enthusiast
Enthusiast
User avatar

Joined: Wed Aug 24, 2005 4:02 pm
Posts: 525
Location: Germany
Version 0.8.9
Bugfix: Problems with path of 'EasySetup.ini' (new shortcuts without working directory)
Usertasks: parameter for external programs possible

_________________
PS: Sorry for my bad English. My native language is German.

My PureBasic-Project: EasySetup - SetupMaker for your programs
[Windows 7 x64] [PB V5.0x]


Top
 Profile  
 
 Post subject:
PostPosted: Sun Jul 29, 2007 10:53 am 
Offline
Enthusiast
Enthusiast
User avatar

Joined: Wed Aug 24, 2005 4:02 pm
Posts: 525
Location: Germany
Version 0.9.0
New path variables: %Emergency% , %Aurora%

_________________
PS: Sorry for my bad English. My native language is German.

My PureBasic-Project: EasySetup - SetupMaker for your programs
[Windows 7 x64] [PB V5.0x]


Top
 Profile  
 
 Post subject:
PostPosted: Sun Jul 29, 2007 11:53 am 
Offline
PureBasic Expert
PureBasic Expert
User avatar

Joined: Wed Oct 29, 2003 4:35 pm
Posts: 9870
Location: Beyond the pale...
Thorsten1867 wrote:
Version 0.9.0
New path variables: %Emergency% , %Aurora%


:) Nice one!

Quote:
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.

eScript
Arctic Reports
nxSoftware


Top
 Profile  
 
 Post subject:
PostPosted: Sun Jul 29, 2007 11:58 am 
Offline
Enthusiast
Enthusiast
User avatar

Joined: Wed Aug 24, 2005 4:02 pm
Posts: 525
Location: Germany
srod wrote:
Quote:
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)

_________________
PS: Sorry for my bad English. My native language is German.

My PureBasic-Project: EasySetup - SetupMaker for your programs
[Windows 7 x64] [PB V5.0x]


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 332 posts ]  Go to page Previous  1 ... 15, 16, 17, 18, 19, 20, 21 ... 23  Next

All times are UTC + 1 hour


Who is online

Users browsing this forum: No registered users and 2 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  

 


Powered by phpBB © 2008 phpBB Group
subSilver+ theme by Canver Software, sponsor Sanal Modifiye