August 14, 200422 yr Hi Benjamin,today i found your fantastic WIHU on these board. I tested it and it would be nice, if you could implement the following enhancements:1.) Tooltips inside softwaredialog2.) Resizable softwaredialog (with listview of programs)3.) Option /SkipSettings as default in install.ini (wihu.exe could then be started directly)4.) Disable "Reboot" switch in install.ini5.) multiple commands for one software (like project WPI)6.) start program in dependce of OS (W2K or XP), or disable programs in dependce of OS. Example is Windows Media Player mpsetupxp.exe for XP and mpsetup.exe for W2KThx,opensurf
August 15, 200422 yr Author i have tested for ...5.) multiple commands for one software (like project WPI)......; Sub command 3description.3=.NET Framework 1.1 (incl. deutsches Sprachpaket) command.3=msiexec.exe /i software\netfx.msi /qbcommand.3.0=msiexec.exe /i software\langpack.msi /qbselected.3=0hidden.3.0=1...but when i select ".NET Framework 1.1" and execute, i get the message:".NET Framework 1.1 (incl. deutsches Sprachpaket)" ausgeführt."<missing discription>" ausgeführt.Installation ist beendet.It's possible to suppress '"<missing discription>" ausgeführt.' or other solution for my problem?Thx,opensurf
August 15, 200422 yr It's possible to suppress '"<missing discription>" ausgeführt.' or other solution for my problem?As this implied, you missed to specify the description.; Sub command 3description.3=.NET Framework 1.1 (incl. deutsches Sprachpaket) command.3=msiexec.exe /i software\netfx.msi /qbselected.3=0description.3.0=Somethingcommand.3.0=msiexec.exe /i software\langpack.msi /qbhidden.3.0=1Benjamin
August 16, 200422 yr Author i want do simulate "multiple commands" for one softwareitem ".NET Framework 1.1 (incl. deutsches Sprachpaket)", which installs netfx.msi and langpack.msi, therefore i hide "command.3.0" with "hide.3.0=1". The second command should be excuted, but not shown in the "Software Dialog" and "Installation Dialog". With "description.3.0=Something", Something would be shown in the "Installation Window". At present (workaround) i write cmd-file with these two commands.CU,opensurf
August 16, 200422 yr What speak against creating sub commands?command.0 and command.0.0 ?What I can do is to add a /supress=level switch, to hide sub commands description logging.Benjamin
August 17, 200422 yr Author Please use /Verbose=0where should i use /verbose=0? Commandline would only accept /verbose. I want only suppress the subcommand of one item and not for all subcommands.EDIT: sorry, i have found /verbose=<level> in the Changelog CU
August 17, 200422 yr I want only suppress the subcommand of one item and not for all subcommands.Sorry, that's not possible. As the source is free just modify it for your purpose.Benjamin
Create an account or sign in to comment