Jump to content

BenjaminKalytta

Member
  • Posts

    609
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Germany

Everything posted by BenjaminKalytta

  1. Ok, it's possible now. Example: [environment] wmp.dll.version = %SystemRoot%\System32\wmp.dll?version Benjamin
  2. Do you mean something like this: [environment] wmp.dll.version = %SystemRoot%\System32\wmp.dll?version This could a bit tricky. What if the user don't want this string to be interpreted as "reading file version"? Of course, we could ignore this like we do with HKLM: and HKCU: Or I could (as I mentioned once) add scripting capability [environment] wmp.dll.version = file.version(%SystemRoot%\System32\wmp.dll) [application xyz] ... test.0.0 = wmp.dll.version[><=!]1.2.3.4 But last thing I wont do the next time because lag of time and because it would need a big code rewrite and also a lot of knowledge Benjamin
  3. That's no solution, if therer is really a bug this must be fixed. I'll try to create crash dump interface. Benjamin
  4. Bug is fixed now, Thx. Benjamin
  5. Just make 3 screenshots or so, would help me more if there is really a problem. benjamin
  6. Hmm, seems that you are usoing an old version, please redownload it again. Newest build is 2.1.11.5. I tried each config you mentioned, everything works well here. Or just take a look in your install.ini, maybe there is something twice Benjamin
  7. Hmm, no problem here. can you describe your problem? benjamin
  8. Please test new version, it should work there. New keyword flags.x was added to set text formating style. Allowed values are a combination of "italic", "bold", "underline", "striked" or "italic:if.true", "italic:if.false" ... Benjamin
  9. I don't know what you are doing, double click works here. What web browser is your default browser? May be there could be a problem. Btw. "defaulthelp=myfile.rtf" works now. Benjamin
  10. But what I could do is to create a menu which conatin each ini file in WIHU directory where the user can select the appropriate one. Benjamin
  11. Not so fast Now you can try it. You can specify either size in pixels or in %. Splitterposition is also set corret now. Benjamin
  12. I would use 2 different ini files for this purpose. because selection could be test.eval.x dependent, which could make trouble. I had also to memorize each test.x.n and test.eval.x. Benjamin
  13. Yes seems to be a bug. I'll fix this. I'll support dimension.width/height=0...100% (if % character is detected, it will be interpreted as percentage of desktop width) Benjamin
  14. Just double click on the link Yes Im planing to add this feature. There will be a defaulthelp keyword in [settings] may be. Benjamin
  15. Hmm, you know help.x is for WIHU short description which may be set for individual software items. I don't know if each one here whos actually using WIHU is able to create CHM files. But of course I also thought about this format. Another difficult could be to display or render this file. I know how to diaplays html content without it's browser, but Im currently don't know if CHM content can be displayed without it's own help browser, despite the fact that is native html format. Some words to RTF: RTF format as it is is definitely able to use such special features I mentioned above, but only new versions of MS Word is able to load this. Default riched20.dll isn't capable to do this. That's the problem here. Of course I could create an own format, an own editor and so on, but I think that would be a bit waste of time Benjamin
  16. After experimenting with rtf files a bit, i found out that rtf files are not as suitable as I thought because formating text is a bit tricky, especially if more advanced features like tables, horizontal lines are used. What do you think, is this enough for you, or should I use another file format? Please note, html files require that each image is stored separately. Benjamin
  17. Date: 3rd October 2004: version 2.1.11.13 Fixed a bug in command.x. Added ?size and ?date comperator. SplitterPos bug is fixed now. Positioning works now in correct way. Added new feature concerning [environment] section. key=filename?version will read out it's file version and store it in corresponding environment variable. Fixed some bugs over version 2.1.11.8. Restoring from minimized WIHU window causes software help panel to outspread entire WIHU window. Keyword flags.x was added to set text formating style. Fixed some bugs over version 2.1.11.6 Fixed some bugs over version 2.1.11.5 Fixed some bugs over version 2.1.11.4 Added defaulthelp=myfile.rtf in [settings] section New keywords were added: help.x, disabled.x, test.x.n, test.eval.x (for details please take a look at example install.ini) Help pane was added to software selection dialog (use help.x to specify .rtf files, use ANSI or UTF-8 only!)
  18. And new release again. 2.1.11.4. Everything works now. Benjamin
  19. I released test version 2.1.11.3. help.x and help are available. Everything works except images and other OLE objects which wont be loaded currently. (If someone could give me a hint how to do this don't hesitate) New [settings] "SplitterPos" was added to control the position of the software selection splitbar between help panel and software items panel. Allowed values are 0...100 (in percent). Please also note: Don't use UNICODE RTF files, use UTF-8 or ANSI instead. Benjamin
  20. HKEY_LOCAL_MACHINE\SOFTWARE\Classes is HKEY_CLASSES_ROOT Benjamin
  21. ... but note, if "ClearRecentDocsOnExit" key wouldn't exists, it both always return false! Benjamin
  22. Nice, idea, but if rtf works it's possible to specify there. If not where should I show this url? Benjamin
  23. Hi, first let me answer about this: Hiding something doesn't mean not executing it, isn't it? it will only hide the command in software selection list. Last time I'll explain how workdir.x work Example: command.x = apps\myapp.exe myscript.iss workdir.x= %inidir%\apps This will NOT set relative path for apps\myapp.exe, it will even not used by WIHU in any way, expect it will set the current directory for myapp.exe process only. So each relative path that myapp.exe encounter will be relative to "workdir.x". So myapp.exe would search in %inidir%\apps for myscript.iss. Thats all No that's no errocode, this only says that Adobe Acrobat Reader terminates with code -1 ... interpretation of this code is not always possible because only return code of microsoft installer (msi) based scripts can be interpreted as error code. So just ignore this message. (btw. a warning symbol was showed there, no error symbol. Status 0=error, 1=warning, 2=info) Which error codes, or messages? It could mean that previous installation was successfull. Btw. I, using exactly the same command in my setup cd script: command.0=Anwendungen\SunJava\j2re-1_4_2_04-windows-i586-p.exe /s /v"/qn ADDLOCAL=jrecore IEXPLORER=1" description.0=Java Virtual Machine 1.4.2 von Sun Systems selected.0=1 There was never a problem with this script. So how do you start WIHU. is apps\ path relative to wihu.exe? If yes it should be or you could use something like %curdir%\apps\... Benjamin
  24. So I released 2.1.11.2. test.x.n and test.eval.x and each new keyword except help.x is already available. Benjamin Kalytta
  25. Not so fast, Im currently working on it. Will be ready tonight or tomorrow. rtf help file option will take a bit longer. Benjamin
×
×
  • Create New...