Jump to content

BenjaminKalytta

Member
  • Posts

    609
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Germany

Everything posted by BenjaminKalytta

  1. Software was installed in reverse order as specified in ini file is fixed now. Also a bug in AutoInstall option. So everyone can make suggestion which feature should be added in future version 1.6. Benjamin Kalytta
  2. So, everything that was requested here was added. @MarcoTips: I also added a "Select all" button (tri state) as you wished, and of course screen center positioning It now run on Windows 2000. I added /SkipAutoRestart switch to prevent from automatically booting. Example commandline could be: wihu /skipautorestart /autoinstall 0 which will automatically install software but don't reboot after programm termination. I'll do an unattended windows installation test with this tool now. Benjamin Kalytta
  3. Ok, I'll modify my tool so that it can be run on Windows 2000 too. Ok I'll do it, what about key press? Hmm, ok I'll change it so that wihu /autoinstall 0 will skip the first user creation/settings dialog entirely. Benjamin Kalytta
  4. Oh, I know the problem now. Autoinstall will be turned off as soon as you move your mouse over the wihu window. May be I should turn this off. Purpose was that if a user don't enter anything application continue without user interaction. default autoinstall timeout is 10 second. (Could be specified in /autoinstall time). May be I should turn mousemovement detection off and use keysboard press detection instead. Benjamin Kalytta
  5. Be sure to download it from my web page directly: here. Or just explain in detail what you mean with "some apps that always installed". Do you mean, software that is already installed on the computer shouldn't be installed again? If yes, this could be done with VersionData keywords. You have to specify a dll filename for example which version should be compared against the installable version on cd (is specified in VersionData.Version). If this is lower/eual than currently installed on, software will not be installed from cd by default. You could also specify a registry key which shozuld be compared. Benjamin Kalytta
  6. Already available as I wrote on my site. Just use /autoinstall switch. Hmm, my app can run from everywhere ... or what do you mean running from cdrom? Just do it;) Every string that has to be translated is in string/dialog resource. Currently there are resources for english and german language. Just translate one of them (don't forget to set new version resource language). Every resource editor can be used here. Also already available ... is default setting (see checkbox on last page) This is also possible right now. You have to add VersionData items in install.ini file. See example install.ini or at my homepage how do do it. Only that each application has a checkbox i.e. user can decide to select or deselect items. If /autoinstall is used, each component will be installed automatically where in ini file keyword default=1. One exception is if VersionData is available and version is older/equal than currently installed one. In this case component will not be installed although default=1. Benjamin Kalytta
  7. So this is the last post about WIHU here Verion 1.5 is out now. It's no stable enough to be burned on cd. Please don't forget to set AutoLogonCount > 0 in winnt.sif. Things that was added in 1.5: -File-/Registry version compare to prevent installing older or already installed versions -Several bugs were fixed -Autoinstall option (see /autoinstall) -Satus/Error log view is added Thanks for testing it. Benjamin Kalytta
  8. New Version 1.4 is out. (WIHU) Several bugs are fixed. Benjamin
  9. Thanks xper for posting it here. Every help to improve this tool is welcome, or just improve it by your self ... source is freely available. Benjamin Kalytta
×
×
  • Create New...