Page 21 of 23

Posted: Sat Feb 02, 2008 12:19 pm
by Inf0Byt3
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.

Posted: Sat Feb 02, 2008 11:56 pm
by Character
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.

Posted: Sun Feb 03, 2008 1:14 pm
by Thorsten1867
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: Select all

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

Posted: Sun Feb 03, 2008 4:10 pm
by yrreti
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:

Posted: Sun Feb 03, 2008 6:40 pm
by Thorsten1867
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.

Posted: Sun Feb 03, 2008 6:45 pm
by Thorsten1867
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.

Posted: Sun Feb 03, 2008 7:40 pm
by Inf0Byt3
I think he means Add/Remove programs :).

Posted: Sun Feb 03, 2008 11:57 pm
by Character
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?

Posted: Mon Feb 04, 2008 10:48 am
by Thorsten1867
Do you use a GUID?

Posted: Mon Feb 04, 2008 11:59 am
by Character
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.

Posted: Mon Feb 04, 2008 6:35 pm
by Thorsten1867
I found it. In the JCal-Installer 5 lines are lost????? :shock:
I copied the lines from ZIP-Installer and now it shall work.

Solved!

Posted: Mon Feb 04, 2008 8:43 pm
by Character
Everything works fine now. Thanks! :D

Posted: Wed Mar 26, 2008 11:39 am
by quasiperfect
great piece of software but i don't understand how the internetupdater works can anyone please post a tutorial or something ?

Posted: Wed Mar 26, 2008 2:20 pm
by Thorsten1867
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!).

Posted: Wed Mar 26, 2008 4:18 pm
by quasiperfect
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