Page 8 of 23
Posted: Thu Oct 12, 2006 6:57 pm
by netmaestro
It must already by default look for a mutex of the program name, does it? Because the first time I ran the setup it told me to close the running program first and I hadn't input any mutex. QuickSnap has a mutex called "QuickSnap" so I guess I didn't have to do anything? Is that right?
Posted: Thu Oct 12, 2006 7:24 pm
by Thorsten1867
netmaestro wrote:It must already by default look for a mutex of the program name, does it? Because the first time I ran the setup it told me to close the running program first and I hadn't input any mutex. QuickSnap has a mutex called "QuickSnap" so I guess I didn't have to do anything? Is that right?
By default the installer checks the process list for the program name (e.g. EasySetup.exe). If your program has a mutex you can use it instead (You should use a GUID instead of "QuickSnap". Perhaps a program with the same name exists).
Posted: Thu Oct 12, 2006 7:30 pm
by Thorsten1867
New Version 0.5.5
- Bugfix installer: licence and readme editable (now readonly)
- Installer size reduced (-5KB)
- EasySetup and the installer can now be started only one time
Posted: Fri Oct 13, 2006 1:59 pm
by Thorsten1867
GeoTrail wrote: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
It's not a bug. You've only input the URL for the installer, but no URL for the StartMenu internet link. (Tasks -> StartMenu Shortcuts -> Setup )
You can use %Homepage% if it's the same URL.
Posted: Fri Oct 13, 2006 4:00 pm
by Thorsten1867
New Version 0.5.6
Possibility to start a program before opening the installer window.
If the program returns #True as ExitCode EasySetup will be closed without installing.
(User Tasks - Install Files - Path Variable: *BeforeSetup*)
Posted: Fri Oct 13, 2006 9:25 pm
by Thorsten1867
New Version 0.5.7
Commandline modus (e.g. for batch files)
- Parameter 1: project name (e.g. 'EasySetup.esp')
- Parameter 2: program version (e.g. '0.5.6') or '/Q' (=> Input Requester)
Posted: Sat Oct 14, 2006 12:59 am
by Thorsten1867
New Version 0.5.8
- Language files (installer) 'French' (Vladi) and 'Norwegian' (GeoTrail & utopiomania) added
- Changes in the language file structure (joining installer & uninstaller)
Posted: Sun Oct 15, 2006 1:37 pm
by Thorsten1867
New Version 0.5.9
1. New category "Start Program" in the userdefined task:
- before installation (close installer if ExitCode 1)
- while installation (automatically closed)
- after installation
2. English manual updated
Posted: Sun Oct 15, 2006 8:37 pm
by Thorsten1867
New Version 0.6.0
1. Additional programs (incl. sources) added (...\InstProgs\):
- CheckPC.exe (check hardware and OS version)
- PlayMusic.exe (play music during installation)
- CallURL.exe (call internet link after installation)
2. New path variable %SetupDir% (User task: Install File)
- copy an additional file in the temporary setup directory (e.g. *.ini for 'Start Program')
3. Manual updated
Posted: Sun Oct 15, 2006 9:17 pm
by Character
Hi Thorsten,
Your program gets better and better. Lots of interesting options!
Found some minor bugs:
-------------------------------
1. When installing EasySetup the title of the language selector does not fit.
[edit/ picture obsolete]
2. When canceling this window by clicking on the cross, EasySetup ignores this and continues with the setup process.
3. When doing so, something is probably not loaded because EasySetup fails to to fill some variables.
[edit/ picture obsolete]
Posted: Sun Oct 15, 2006 10:08 pm
by Thorsten1867
Thanks! Found a bug in the automatic language selection, too.
Now the language selection window shouldn't longer appear if the language is availible.
Uploaded Version 0.6.0b with the bugfixes.
Posted: Mon Oct 16, 2006 9:07 am
by Character
Quick turnaround!
Other question:
What will exactly happen if EasySetup gets installed but a previous version, for example an old version like 0.3.0 or something, is not removed?
Is this bulletproof? (including registry entries etc)
Posted: Mon Oct 16, 2006 2:21 pm
by Thorsten1867
That should be no problem. EasySetup needs no registry entries and works without them. The only thing you must do is to remove the old obsolete language files (spanish.*/dutch.*)
Posted: Wed Oct 18, 2006 8:30 pm
by Thorsten1867
New Version 0.6.2
- Some smaller changes
- Redesign of the panel 'Tasks'
- New option: 'Create setup without uninstaller'
- New option: Disable 'Delete all' - option (uninstall)
Posted: Wed Oct 18, 2006 9:02 pm
by Vladi
When I use the /Q mode, the info and the licence files are switch vice versa, in online mode it works correctly.
In the Project Saving area there is some garbage, I always have two files with the same name in the recent files list. It's nasty that you can't just say "Save" (w/o Save dialog) and that the Save dialog proposes a different file name than the current one, it's nasty that the pgm forces me to have the pgm file in the project directory (I'd like to put it into my own project directory with the other stuff). Maybe you can rework this a little bit.
And maybe you could make the windows and gadgets a little bit larger, some of the texts get cut off, at least on installations with high resolution screens.