PB EasySetup - Setup maker for your program

Applications, Games, Tools, User libs and useful stuff coded in PureBasic
Molchyn
User
User
Posts: 42
Joined: Thu Jan 29, 2004 12:54 am

Post 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:
User avatar
Thorsten1867
Addict
Addict
Posts: 1372
Joined: Wed Aug 24, 2005 4:02 pm
Location: Germany

Post by Thorsten1867 »

Sorry, I've forgott the new subdirectory for the english homepage in the link.

Now it should work. :wink:
Translated with http://www.DeepL.com/Translator

Download of PureBasic - Modules
Download of PureBasic - Programs

[Windows 11 x64] [PB V5.7x]
Character
Enthusiast
Enthusiast
Posts: 337
Joined: Mon Aug 07, 2006 3:51 pm
Location: Netherlands

Post 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)
Last edited by Character on Fri Oct 27, 2006 9:19 am, edited 1 time in total.
Cessante causa cessat effectus
User avatar
Thorsten1867
Addict
Addict
Posts: 1372
Joined: Wed Aug 24, 2005 4:02 pm
Location: Germany

Post by Thorsten1867 »

I think it's a german language problem. Try the english history, I've added to the download page.
Translated with http://www.DeepL.com/Translator

Download of PureBasic - Modules
Download of PureBasic - Programs

[Windows 11 x64] [PB V5.7x]
Character
Enthusiast
Enthusiast
Posts: 337
Joined: Mon Aug 07, 2006 3:51 pm
Location: Netherlands

Post 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
Cessante causa cessat effectus
User avatar
Thorsten1867
Addict
Addict
Posts: 1372
Joined: Wed Aug 24, 2005 4:02 pm
Location: Germany

Post 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.
Translated with http://www.DeepL.com/Translator

Download of PureBasic - Modules
Download of PureBasic - Programs

[Windows 11 x64] [PB V5.7x]
User avatar
Thorsten1867
Addict
Addict
Posts: 1372
Joined: Wed Aug 24, 2005 4:02 pm
Location: Germany

Post by Thorsten1867 »

New Version 0.5.4
- Bugfixes Uninstaller (language problem/removing user tasks)
Translated with http://www.DeepL.com/Translator

Download of PureBasic - Modules
Download of PureBasic - Programs

[Windows 11 x64] [PB V5.7x]
User avatar
netmaestro
PureBasic Bullfrog
PureBasic Bullfrog
Posts: 8451
Joined: Wed Jul 06, 2005 5:42 am
Location: Fort Nelson, BC, Canada

Post 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!
User avatar
Thorsten1867
Addict
Addict
Posts: 1372
Joined: Wed Aug 24, 2005 4:02 pm
Location: Germany

Post 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.
Translated with http://www.DeepL.com/Translator

Download of PureBasic - Modules
Download of PureBasic - Programs

[Windows 11 x64] [PB V5.7x]
User avatar
GeoTrail
Addict
Addict
Posts: 2794
Joined: Fri Feb 13, 2004 12:45 am
Location: Bergen, Norway
Contact:

Post 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
I Stepped On A Cornflake!!! Now I'm A Cereal Killer!
User avatar
Thorsten1867
Addict
Addict
Posts: 1372
Joined: Wed Aug 24, 2005 4:02 pm
Location: Germany

Post by Thorsten1867 »

With my programs it works fine.
Can you send me your 'uninstall.dat' and the project file (...\Project\*.esp)?
Translated with http://www.DeepL.com/Translator

Download of PureBasic - Modules
Download of PureBasic - Programs

[Windows 11 x64] [PB V5.7x]
Character
Enthusiast
Enthusiast
Posts: 337
Joined: Mon Aug 07, 2006 3:51 pm
Location: Netherlands

Post 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.
Cessante causa cessat effectus
User avatar
Thorsten1867
Addict
Addict
Posts: 1372
Joined: Wed Aug 24, 2005 4:02 pm
Location: Germany

Post 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)
Translated with http://www.DeepL.com/Translator

Download of PureBasic - Modules
Download of PureBasic - Programs

[Windows 11 x64] [PB V5.7x]
Character
Enthusiast
Enthusiast
Posts: 337
Joined: Mon Aug 07, 2006 3:51 pm
Location: Netherlands

Post 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.
Cessante causa cessat effectus
User avatar
Thorsten1867
Addict
Addict
Posts: 1372
Joined: Wed Aug 24, 2005 4:02 pm
Location: Germany

Post 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]
Last edited by Thorsten1867 on Thu Oct 12, 2006 7:27 pm, edited 1 time in total.
Translated with http://www.DeepL.com/Translator

Download of PureBasic - Modules
Download of PureBasic - Programs

[Windows 11 x64] [PB V5.7x]
Post Reply