Page 20 of 23

Posted: Tue Oct 02, 2007 9:32 pm
by Beach
Thorsten1867 wrote:If you use jpg as source image, the bmp in the archiv is smaller as if you use a bmp as source image.
The image I am using is a 16k jpg file (130x300).

Thanks for helping!

Posted: Sat Oct 13, 2007 12:37 pm
by Thorsten1867
[Update]
Italian added (thanks to Pino Trentacoste)

Posted: Mon Nov 12, 2007 1:44 pm
by srod
Hi Thorsten,

I'm running the latest version of EasySETUP with PB 4.1 and the resulting setup cannot find PB's install directory.

Are you aware that the registry entry for PB 4.1 has changed?

Any chance you might update EasySETUP?

Thanks.

Posted: Mon Nov 12, 2007 3:21 pm
by Thorsten1867
There seems to be some changes in PB 4.10.
Problem fixed (V 1.0.2).

Posted: Mon Nov 12, 2007 4:23 pm
by srod
Thanks. Works a treat. 8)

The help about still says Version 1.0.1 etc. A minor point.

Posted: Sat Dec 29, 2007 2:05 pm
by walker
does anybody have a working link or can provide the latest version?
the Hompage seems to be down... :(

thanks in advance

Posted: Sun Dec 30, 2007 5:54 pm
by Thorsten1867
Sorry, the server of my homepage provider seems to be down, I don't know what's the matter. :-(

Posted: Wed Jan 02, 2008 12:37 am
by Inf0Byt3
Still can't access it. You should phone them or something. At my website, we have 99,85% uptime warranty.
Procentaj Uptime Primire Credit
99.8% - 95% 10% din Comision lunar
94.9% - 90% 25% din Comision lunar
89.9% si mai putin 100% din Comision lunar
If it goes under 89.9 you get the money back for that month :/.

Posted: Wed Jan 02, 2008 3:06 pm
by Thorsten1867
I'm waiting, but nothing happens. The support email doesn't work, too. :cry:

Posted: Fri Jan 11, 2008 10:47 pm
by c0d3br3ak
Thorsten gave me the latest download URL which worked for me: http://thprogs.de/EasySetup/download/Ea ... nstall.exe

I'm trying to use the internet updater feature but I don't quite understand where everything is supposed to be... Does anyone have an example of what files should be in what folders on my PC, and my FTP site? What should the configuration files look like?

Thanks,

Eric

Posted: Sat Jan 12, 2008 12:33 pm
by Thorsten1867
Sorry, the "esIUpdater.ini" contains a wrong URL. I fixed it.
You can download the fixed version or change the ini-file:
URL = http://thprogs.de/EasySetup/esIUpd

Posted: Thu Jan 17, 2008 11:02 pm
by c0d3br3ak
Does the internet update feature currently work? I configured it for my app. When it runs, it says there are 2 files to update (my app only installs 2 files) and it downloads them but they don't get installed. So, the next time I run it, it still says there are 2 files to update.

I thought I could use the settings EasySetup uses for its own internet updates as an example. I had v1.0.4c installed (with the url correction). It said there were some files to update so it downloaded them and restarted EasySetup. But, it still showed version 1.0.4c. So, I downloaded v1.0.4d and installed it. Then I ran internet update again and it says there are 56 files to update...but I already have the latest build!

Honestly, I don't think I'll use the internet update feature as it is. I don't want to just tell the user there are x files to update. I want it to tell them "You have version x but version y is now available. Do you want to download the setup program to install version y"? I'd also like them to be able to see the readme file before downloading the upgrade.

Eric

Posted: Fri Jan 18, 2008 4:02 pm
by Thorsten1867
c0d3br3ak wrote:Does the internet update feature currently work? I configured it for my app. When it runs, it says there are 2 files to update (my app only installs 2 files) and it downloads them but they don't get installed. So, the next time I run it, it still says there are 2 files to update.
I've selected the wrong files. A directory, which is deleted every time and a ini-file which is changed every time. I fixed it.
c0d3br3ak wrote:I thought I could use the settings EasySetup uses for its own internet updates as an example. I had v1.0.4c installed (with the url correction). It said there were some files to update so it downloaded them and restarted EasySetup. But, it still showed version 1.0.4c.
Sorry, I forgott to change the internal version number.

Crash Creating Setup File

Posted: Fri Feb 01, 2008 11:52 pm
by c0d3br3ak
I'm getting a crash with EasySetup 1.0.4f when I press the Create button. It starts to make the setup EXE file, then gives the error message shown below. I've gotten this with earlier builds also. If I switch the archive format to Zip it works OK. It only fails when I use JCalG1 compression. It seems to be caused by the exact data that is being compressed...last time this happened, it started working again with the next build of my application.

I can upload my ESP file and my application if it would help diagnose this.

Thanks!

0xC0000005
An attempted read or write to/from an address to which that process isn't allowed

Line: 778
Modul: E:\Entwicklung\EasySetup\PackerEx_IncludeV4.pb

EIP = 0x4F31C0
EAX = 0x1301000
EBX = 0x1301000
ECX = 0x0
EDX = 0xE49258
EBP = 0x3C85A8
EDI = 0x0
SegCS = 0x1B
FFlags = 0x10206

Posted: Sat Feb 02, 2008 11:49 am
by Thorsten1867
I will take a look to it. PackerEx isn't by my own. I don't no what's the matter. I never had this error.