I found the bug. I upload the new version tomorow. It's to late today.Vladi wrote:When I use the /Q mode, the info and the licence files are switch vice versa, in online mode it works correctly.
Try to edit 'EasySetup.ini' ('LastProjects').Vladi wrote:In the Project Saving area there is some garbage, I always have two files with the same name in the recent files list.
I think, I've found the problem.Vladi wrote: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.
The program file must be in the source directory, because the whole folder will be compressed and joined with the installer executable.Vladi wrote: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.
You can write a batch file to update your source directory.
That's my batch (UpdateEasySetup.bat):
Code: Select all
@echo off
copy E:\IntraNet\EasySetup\download.htm E:\Entwicklung\SetupDIR\Upload\EasySetup
copy E:\IntraNet\EasySetup\historie.htm E:\Entwicklung\SetupDIR\Upload\EasySetup
copy E:\IntraNet\EasySetup\eng\download.htm E:\Entwicklung\SetupDIR\Upload\EasySetup\eng
copy E:\IntraNet\EasySetup\eng\historie.htm E:\Entwicklung\SetupDIR\Upload\EasySetup\eng
copy E:\Entwicklung\EasySetup\EasySetup.exe E:\Entwicklung\SetupDIR\EasySetup
copy E:\Entwicklung\EasySetup\Install.exe E:\Entwicklung\SetupDIR\EasySetup
copy E:\Entwicklung\EasySetup\InstallZip.exe E:\Entwicklung\SetupDIR\EasySetup
copy E:\Entwicklung\EasySetup\Uninstall.exe E:\Entwicklung\SetupDIR\EasySetup
copy E:\Entwicklung\EasySetup\MutexCode.xml E:\Entwicklung\SetupDIR\EasySetup
copy E:\Entwicklung\EasySetup\Language\*.* E:\Entwicklung\SetupDIR\EasySetup\Language
Which language and which resolution?Vladi wrote: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.