
BenjaminKalytta
MemberContent Type
Profiles
Forums
Events
Everything posted by BenjaminKalytta
-
Concerning my LoadIniSettings method in wihu.c beep and Log is supported. As far as I know you should be able to override OSD Text in language.ini section if you use id 185. Otherwise try /AutoInstall=0.
-
I've never tested it, but it shouldn't work as you found out. But it should be possible without much code modification. Unfortunately I can't spent more time in wihu development. Benjamin Kalytta
-
The old 2.2.x WIHU source can now be accessed with subversion. Anonymous users will have read access. Developers who want to improve WIHU may get write access on request. The URL is svn://svn.kalytta.com/wihu I'm also offering webspace with svn access for other interesting projects hosted here or some where else. Please contact me for more details. Benjamin Kalytta
-
The bug is fixed now.
-
I did a small modification so that creating primary user is also possible in T-12 if /SkipSoftware is selected. Benjamin Kalytta
-
I think this would be possible, but I don't know if I can get WIHU compilation running under Visual Studio 2008. I will take a look at it later day. Benjamin Kalytta
-
Thanks, if this is fully translated I will add this to WIHU languages.ini Benjamin Kalytta
-
There are no WIHU command to create registry keys directly (at least as far as I know ) But you could create a batch script and call this from within WIHU. Benjamin Kalytta
-
Creating "Daily Work User" (in first screen) is not possible since at this stage the "Secondary Logon Service" is not running yet. This prevents impersonation of the newly created user, and any Software installation at this would fail.
-
Searching for a particular drive (partition)
BenjaminKalytta replied to islander_810's topic in WIHU
I think you are searching for %SystemDrive% environment variable. Benjamin Kalytta -
This tool don't support Windows Vista. There are some big differences in Windows Vista like UAC which requires larger modification to the source.
-
Sorry for the really late answer. There is no such label, I thought it would be self explaining so I don't add such a label. Benjamin Kalytta
-
Prog.0.1 locked, if Prog.0.2 is selected (Not Radio)
BenjaminKalytta replied to Tefole's topic in WIHU
Sorry, but there is no way to do this with WIHU. Tests/Conditionals are only very simple. I also don't have time to support this. Benjamin -
Is RTF helptext.x strings broken or non-functional?
BenjaminKalytta replied to dave5050's topic in WIHU
No sorry, I had no time to implement this. Benjamin -
Thank you, I will integrate it into official ini file. Btw. what do you mean by you misses "Repeat password" tab? Benjamin Kalytta
-
Wihu Lite was only a demonstration and shouldn't be used. The only thing what it can do is to set owner name, computer name and workgroup. Benjamin Kalytta
-
Thank you, I have included it into languages.ini. I know, but it seems that almost no one is using this tool anymore. So it makes no sense to create an editor. This tool is also only intended for Windows XP, but since Windows Vista is becoming more popular every day, it would also make no sense to support this tool any further. Benjamin Kalytta
-
Please take a look at your install.ini [users] ; Home = %Personal% ; default = 1 ; fullname = New WIHU user default full name User.0 = New User Group.0 = 1 Status.0 = 0x10028 ; Script.0 = logon.cmd Comment.0 = This is a new example user created for demonstration purpose by WIHU ; home.0 = c:\%ThisUser% ; My Video.0 = c:\%ThisUser%\Videos You have to remove example [users] section because this will create an example user account. Benjamin
-
Btw. you can disable google toolbar with command line switch /nogoogle.
-
I added a new command line switch to disable autolon control in UI. (/DisableAutologon) There is also a new switch called /Autologon= whereby the values 0, 1 or 2 are accepted. (0 = disable auto logon, 1 = don't change anything, 2 = enable auto logon) Benjamin Kalytta
-
The question now is, is this issue caused by the Windows XP Theme, or because adding tons of lines in Listview? Anyway, I changed the Theme behaviour of WIHU. Themes are enabled by default if the application directory contains wihu.exe.manifest. If this manifest is not within application directory, Windows don't enable Themes for this Application. I also improved (I hope so) Listview control ... adding several 100 items should be faster now. Benjamin Kalytta
-
There is no way to disable this.
-
Error codes depends on the application. Usually the returned error codes are Win32 API Error codes (google "Windows Error Lookup Tool"). CMD Files may also return values ... (see ERRORLEVEL). MSI Installer may has it's own codes. Benjamin Kalytta
-
Is RTF helptext.x strings broken or non-functional?
BenjaminKalytta replied to dave5050's topic in WIHU
Because there are many problems by using RTF, I decided to add basic support for html. But I'm not going to use MSHTML but instead a basic proprietary development. Estimated supported tags are following: h1 ...h6, pre, p, br, small, i, em, u, b, strong, a (href attribute), font (color, face and size attributes) If there are some important tags that should be added please make an advise. But note, I'll not add support for table tag. Benjamin