It is currently Fri May 24, 2013 2:23 pm

All times are UTC + 1 hour




Post new topic Reply to topic  [ 332 posts ]  Go to page Previous  1 ... 18, 19, 20, 21, 22, 23  Next
Author Message
 Post subject:
PostPosted: Sat Feb 02, 2008 12:19 pm 
Offline
PureBasic Fanatic
PureBasic Fanatic
User avatar

Joined: Fri Dec 09, 2005 12:15 pm
Posts: 2186
Location: RO, the land of all possibilities
I think some files are uncompressible with this algorithm :/. For example, if you try to pack UPX.exe file (the main compressor) it doesn't work. This could lead to that error... Not very sure though.

_________________
I hear and I forget. I see and I remember. I do and I understand. (Confucius)

Image


Top
 Profile  
 
 Post subject:
PostPosted: Sat Feb 02, 2008 11:56 pm 
Offline
Enthusiast
Enthusiast
User avatar

Joined: Mon Aug 07, 2006 3:51 pm
Posts: 337
Location: Netherlands
Hi Thorsten,

I've got another problem.
After a fresh install of EasySetup 1.0.4.f it doesn't list in my controlpanel.
(The uninstall is visible in the startmenu, so that's ok.)
Also all setups I create with EasySetup don't list in the controlpanel when I test them.
Never had this problem before.
?

I'm using XP SP2 all updates done.

Thanks for your help.

_________________
Cessante causa cessat effectus


Top
 Profile  
 
 Post subject:
PostPosted: Sun Feb 03, 2008 1:14 pm 
Offline
Enthusiast
Enthusiast
User avatar

Joined: Wed Aug 24, 2005 4:02 pm
Posts: 525
Location: Germany
Inf0Byt3 wrote:
I think some files are uncompressible with this algorithm :/. For example, if you try to pack UPX.exe file (the main compressor) it doesn't work. This could lead to that error... Not very sure though.


Sorry, I have to ask the author of the include:
Code:
Count=PeekL(*header) : phpos=4
      For i=1 To Count
        AddElement(PackItem())
        PackItem()\Name = PeekS(*header+phpos) : phpos + Len(PackItem()\Name) + 1
        PackItem()\typ      = PeekL(*header+phpos) : phpos + 4
        PackItem()\Size     = PeekL(*header+phpos) : phpos + 4
        PackItem()\PackSize = PeekL(*header+phpos) : phpos + 4 ; <==
        PackItem()\Position = PeekL(*header+phpos) : phpos + 4
        PackItem()\creationtime\dwLowDateTime   = PeekL(*header+phpos) : phpos + 4
        PackItem()\creationtime\dwHighDateTime  = PeekL(*header+phpos) : phpos + 4
        PackItem()\lastwritetime\dwLowDateTime  = PeekL(*header+phpos) : phpos + 4
        PackItem()\lastwritetime\dwHighDateTime = PeekL(*header+phpos) : phpos + 4
        Pack\fullsize + PackItem()\Size
      Next i

_________________
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 Feb 03, 2008 4:10 pm 
Offline
Enthusiast
Enthusiast

Joined: Tue Oct 31, 2006 4:34 am
Posts: 427
Hi Thorsten1867
Your links don't work.
But going to your German page, of which I don't speak German.

On the page: Steckbrief
Is that your little boy?
He is so adorable, I just had to make a comment. :wink:


Top
 Profile  
 
 Post subject:
PostPosted: Sun Feb 03, 2008 6:40 pm 
Offline
Enthusiast
Enthusiast
User avatar

Joined: Wed Aug 24, 2005 4:02 pm
Posts: 525
Location: Germany
yrreti wrote:
Hi Thorsten1867
Your links don't work.

Fixed!


yrreti wrote:
On the page: Steckbrief
Is that your little boy?
He is so adorable, I just had to make a comment. :wink:

No, that am I, a little time in the past. If you move the cursor over the picture, you see a more actual photo.

_________________
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 Feb 03, 2008 6:45 pm 
Offline
Enthusiast
Enthusiast
User avatar

Joined: Wed Aug 24, 2005 4:02 pm
Posts: 525
Location: Germany
Character wrote:
Hi Thorsten,

I've got another problem.
After a fresh install of EasySetup 1.0.4.f it doesn't list in my controlpanel.

What do you mean with controlpanel, I don't know the german meaning.

_________________
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 Feb 03, 2008 7:40 pm 
Offline
PureBasic Fanatic
PureBasic Fanatic
User avatar

Joined: Fri Dec 09, 2005 12:15 pm
Posts: 2186
Location: RO, the land of all possibilities
I think he means Add/Remove programs :).

_________________
I hear and I forget. I see and I remember. I do and I understand. (Confucius)

Image


Top
 Profile  
 
 Post subject:
PostPosted: Sun Feb 03, 2008 11:57 pm 
Offline
Enthusiast
Enthusiast
User avatar

Joined: Mon Aug 07, 2006 3:51 pm
Posts: 337
Location: Netherlands
Sorry, Inf0Byt3 is right.
I mean add/remove programs.

(I always call that thing controlpanel..)

Do you have any idea what is the cause of this?

_________________
Cessante causa cessat effectus


Top
 Profile  
 
 Post subject:
PostPosted: Mon Feb 04, 2008 10:48 am 
Offline
Enthusiast
Enthusiast
User avatar

Joined: Wed Aug 24, 2005 4:02 pm
Posts: 525
Location: Germany
Do you use a GUID?

_________________
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: Mon Feb 04, 2008 11:59 am 
Offline
Enthusiast
Enthusiast
User avatar

Joined: Mon Aug 07, 2006 3:51 pm
Posts: 337
Location: Netherlands
Thorsten1867 wrote:
Do you use a GUID?

Yes.

Update:
I tried without the GUID. Same result: no entry in the AddRemove panel.
But the startmenu is ok.

_________________
Cessante causa cessat effectus


Top
 Profile  
 
 Post subject:
PostPosted: Mon Feb 04, 2008 6:35 pm 
Offline
Enthusiast
Enthusiast
User avatar

Joined: Wed Aug 24, 2005 4:02 pm
Posts: 525
Location: Germany
I found it. In the JCal-Installer 5 lines are lost????? :shock:
I copied the lines from ZIP-Installer and now it shall work.

_________________
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: Solved!
PostPosted: Mon Feb 04, 2008 8:43 pm 
Offline
Enthusiast
Enthusiast
User avatar

Joined: Mon Aug 07, 2006 3:51 pm
Posts: 337
Location: Netherlands
Everything works fine now. Thanks! :D

_________________
Cessante causa cessat effectus


Top
 Profile  
 
 Post subject:
PostPosted: Wed Mar 26, 2008 11:39 am 
Offline
Enthusiast
Enthusiast

Joined: Tue Feb 13, 2007 6:16 pm
Posts: 150
Location: Romania
great piece of software but i don't understand how the internetupdater works can anyone please post a tutorial or something ?

_________________
Registered user of PureBasic


Top
 Profile  
 
 Post subject:
PostPosted: Wed Mar 26, 2008 2:20 pm 
Offline
Enthusiast
Enthusiast
User avatar

Joined: Wed Aug 24, 2005 4:02 pm
Posts: 525
Location: Germany
You need a subdirectory on your webspace. KvGS creates the needed updater files and can upload these files, if you want (configure "Options - FTP" and "Upload" panel). You can use "Tasks" (StartMenu) or your program can start "esIUpdater.exe" (your program must be closed after starting the internet updater!).

_________________
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 Mar 26, 2008 4:18 pm 
Offline
Enthusiast
Enthusiast

Joined: Tue Feb 13, 2007 6:16 pm
Posts: 150
Location: Romania
ok after banging the heand on the wall for a while i understand how the whole thing works but one problem remains after i install the software created with easysetup and i run the update it tells me i have all 5 files of my software to update even if i just installed the latest version and in the ftp are the latest file create by easy setup

_________________
Registered user of PureBasic


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

All times are UTC + 1 hour


Who is online

Users browsing this forum: No registered users and 1 guest


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