Page 7 of 23

Posted: Tue Oct 03, 2006 3:26 am
by Molchyn
Thorsten1867
some bug in downloads on english page
http://www.thorsten-hoeppner.de/EasySetup/download/EasySetup.zip
Same for exe
on german it's ok
http://www.thorsten-hoeppner.de/download/EasySetup.zip
:roll:

Posted: Tue Oct 03, 2006 9:41 am
by Thorsten1867
Sorry, I've forgott the new subdirectory for the english homepage in the link.

Now it should work. :wink:

Posted: Tue Oct 03, 2006 10:20 am
by Character
It seems the ä and the ü cannot be displayed here:

[edit /picture obsolete]

When I save the html code locally and open it, everything's fine..
(I run an English XP version which is localized to NL)

Posted: Tue Oct 03, 2006 10:36 am
by Thorsten1867
I think it's a german language problem. Try the english history, I've added to the download page.

Posted: Tue Oct 03, 2006 5:01 pm
by Character
When you try the next html code instead of the used plain text in the html source file:

ä for ä

and

ü for ü

Is this solving the issue?



[edit]the english list looks fine

Posted: Tue Oct 03, 2006 5:18 pm
by Thorsten1867
Character wrote:When you try the next html code instead of the used plain text in the html source file
Your're right, I found some wrong charakters. I hope, it's now displayed correct.

Posted: Mon Oct 09, 2006 9:09 pm
by Thorsten1867
New Version 0.5.4
- Bugfixes Uninstaller (language problem/removing user tasks)

Posted: Thu Oct 12, 2006 10:45 am
by netmaestro
This is a brilliant program, Thorsten. You are to be congratulated. I just downloaded it and used it to create a setup for my QuickSnap project and what a professional installer it makes! I'll be donating for it as soon as I can get some money uploaded to PayPal. (takes about a week-10 days from here) Thanks for this!

Posted: Thu Oct 12, 2006 1:12 pm
by Thorsten1867
I'm glad to hear, that you like EasySetup.
I see you're from Canada. If you find some mistakes in the english translation while using EasySetup, tell it to me, that I can correct it.

Posted: Thu Oct 12, 2006 2:09 pm
by GeoTrail
Fantastic job again Thorsten.
Just alittle thing I found.
I just created an install package for a test program using Vista RC2, and I then ran the setup program, all seems fine so far.
But when I click the link in the program group to launch my website, all I get is this error message:
http:///
Application not found
I've entered the url in the setup program like this http://www.geotrail.no

Posted: Thu Oct 12, 2006 5:42 pm
by Thorsten1867
With my programs it works fine.
Can you send me your 'uninstall.dat' and the project file (...\Project\*.esp)?

Posted: Thu Oct 12, 2006 5:48 pm
by Character
Hi Thorsten,

Nice to see that people like to use your program.
Must be a good feeling after those lonely hours of coding..

Found 2 minor things:
1. There's no mutex or simular thing? (or is that intentional?)
2. The licence agreement is editable.


PS
Good story you wrote in the PB.CM.
I hope it get's translated to English asap.

Posted: Thu Oct 12, 2006 6:14 pm
by Thorsten1867
Character wrote:1. There's no mutex or simular thing? (or is that intentional?)
I'm not sure, what you mean.
Your program must create/close the mutex string. The installer only checks whether the mutex string exists.
If you have not input a mutex string, EasySetup checks the process list.
(Perhaps you can explain it in german?)
Character wrote:2. The licence agreement is editable.
You're right. I never tried this. :wink: (fixed)

Posted: Thu Oct 12, 2006 6:35 pm
by Character
1. There's no mutex or simular thing? (or is that intentional?)
No, I just mean the installer of EasySetup and your EasySetup program itself. :o
Both can be started up many times.

Posted: Thu Oct 12, 2006 6:48 pm
by Thorsten1867
Character wrote:Both can be started up many times.
I only check wether the program you install is still running.

I never needed to check wether EasySetup is started many times (the installer has no mutex string). Is this a big problem?

[Edit]It was easy to code this. :D [/Edit]