Jump to content

BenjaminKalytta

Member
  • Posts

    609
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Germany

Everything posted by BenjaminKalytta

  1. I added new Environment Variable %NewComputerName%. Benjamin Kalytta
  2. Desktop Problem: Really strange, shouldn't be. All files and directories from "Default User" profile will be copied here. Which directories or files else are not copied? How does the permission rights for this file(s) look like? I added a new [settings] keyword. ShellFolderModify.Disallow Benjamin Kalytta
  3. Sorry, but that is currently not possible. Why does it not work? This isn't possible either at this time. I think you have also to move entire directory data to new location. Benjamin
  4. Date: 5th march 2005: version 2.1.16.0 Fixed bug in profile creation. Default profile wasn't copied properly to destination path. helptext.x now can be 4000 characters long Date: 27th January 2005: version 2.1.13.3 Fixed bug in shell folder creation. Default user profile will be correct copied now (also shell folders) Date: 24th January 2005: version 2.1.13.1 Added new environment variable %NEWCOMPUTERNAME% Added new [settings] keyword ShellFolderModify.Hide Added new [settings] keyword ShellFolderModify.Disallow Date: 16th January 2005: version 2.1.13.0 Keywords key.x, file.x, key.comparison.x and file.comparison.x were removed Added new syntax to allow setting text depending on test.eval.x result. if.true("text")
  5. Ok, I decided to add this feature and release a new version 2.1.13.0. Usage example: [environment] WmpVersion = %SystemRoot%\System32\wmp.dll?version [test section] description = This is the test section description text test.0.0 = %SystemRoot%\System32\wmp.dll test.eval.0 = 0 description.0 = Windows Media Player is if.true("already installed.")if.false("not installed yet.") command.0 = ..\if.true("true.cmd")if.false("false.cmd") helptext.0 = if.true("It is not necessary to install Windows Media Player because Version %WmpVersion% is already installed.")if.false("You should install Windows Media Player now.") disabled.0 = if.true flags.0 = italic:if.false selected.0 = if.false Syntax: if.true("your text") and if.false("your text") This conditionals are allowed in each keyword which accept strings like description.x, command.x, help.x, helptext.x and workdir.x Please also note: key.x, file.x, key.comparison.x and file.comparison.x isn't available any more! Please use test.x and test.eval.x instead. Benjamin Kalytta
  6. Didn't we come to an agreement that "Home" keyword should only be valid in [users] section? In [environment] you may also set default shellfolder paths, but no user account specific things. Benjamin Kalytta
  7. This is currently not supported, but shouldn't be hard too implement. Will be supported may be in future versions. Benjamin
  8. Ok done. Also done. You could use each [users] keyword WITHOUT an index to set users default. (see install.ini example or wihu manual page for more information) Benjamin
  9. Yes of course you can. Just take a look at the example install.ini and search for [environment] section and it's description. Benjamin Kalytta
  10. No this is currently not possible, but it shouldn't be too hard to implement.If I got time next month may be I'll implement it. What about using hidden = 1? Benjamin Kalytta
  11. Such an environment variable already exists. Please use %SRCPATH% and %SRCDRIVE%. (wihu.exe /?) Benjamin Kalytta
  12. If you load your INI file with /ini="path\file.ini" switch you should use command.1=CMD /C "%INIDIR%\..\Dscaler5\silent_install.cmd" instead. %WIHU% is only the path which contains wihu.exe. Benjamin Kalytta
  13. Thank you for this contribution. I added this to my source. My code is a bit confusing, I have to do a complete rework (c++) some day Of course, I should use some of the MFC/ATL classes. But don't hesitate to add more features or to clean up my code a bit. Please contact me before to get the most reason source. I had to patch the source by hand because I forgot to upload most recent source last time;) Benjamin Kalytta
  14. I added an informative "About" Dialog. It may be showed from within Window System Menu (ALT + TAB) or in Taskbar Item System Menu. Benjamin Kalytta
  15. Hmm Kleidemos, are your finished with translation (fix)? You don't have to translate x.17er version btw., I'll create an translated executable based on your translation. Benjamin
  16. Ok, it should work now. It seems that some things changed in SP2. Benjamin Kalytta
  17. You are right, keyword was "Home" in [users] sections ... may be I changed this some day But nevertheless although I changed some things now, this don't work (anymore?). Does it ever work? Homepath (Basisordner as called in german) will be set, but won't be used by Windows, don't know why. May be before SP2 this worked? Benjamin Kalytta
  18. Hi, %Personal% is the "Eigene Dateien" Folder where each user specific fils should be stored in. There is no %Home% variable. Only Home.x is available afaik. I think your are looking for "DefaultHome" in [Environment] section. (Yes I know ... was a bad idea to move it to envionment ... will be changedin future versions) Yes drive format feature will be added in semster break in febrauary. Benjamin Kalytta
  19. Would be nice. It's pretty easy to do this. Just load wihu.exe with any resource editor and translate dialogs and string resources. Benjamin Kalytta
  20. Although there is already such an option I added /group=Administrators|Users to add primary user to specified group. An alternative way is to define a new user in [users] sections and set this to default: [users] default = 0 user.0=Primary User group.0 = 1; Add Admin rights I also added /DisableLoadMenu=0|1 to prevent a user from loading external INI files. Benjamin Kalytta
  21. Thanks a lot. I added this on my page. Btw. window titles aren't translated yet. Should I add your real name on my homepage, if yes which name should I use? Benjamin Kalytta
  22. Ok, may be I'll add some direct operations in future version. Things that may be added will be copy, move, delete. Expected keywords will be: command.0=@delete command.1=@copy command.2=@move Expected option switches will be: /R: recursive (include sub directories) Allowed Syntax: @command [/R] file1 [files2 ...] files.* Benjamin
  23. Be patient Currently Im very stressed because of my examinations. Format routine is already complete, but it isn't integrated into WIHU yet because there are some things that have to be clarifyied first like what if WIHU can't format a certain drive, but the drive contains each shellfolders. This would cause WIHU to call Format Dialog certain times, could be annoying. And some things more. Benjamin Kalytta
  24. Same here;) Please note, please translate current version because I changed some things. benjamin
  25. Please use OsdText to change the OSD text. Put it in [settings] section of your ini file. Changing OSD Text Font, Color etc. isn't possible. Benjamin
×
×
  • Create New...