opensurf Posted August 14, 2004 Posted August 14, 2004 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
opensurf Posted August 15, 2004 Author Posted August 15, 2004 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
BenjaminKalytta Posted August 15, 2004 Posted August 15, 2004 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
opensurf Posted August 16, 2004 Author Posted August 16, 2004 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
BenjaminKalytta Posted August 16, 2004 Posted August 16, 2004 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
opensurf Posted August 16, 2004 Author Posted August 16, 2004 anything that do the job is for me ok CU
BenjaminKalytta Posted August 17, 2004 Posted August 17, 2004 anything that do the job is for me okPlease use /Verbose=0Benjamin
opensurf Posted August 17, 2004 Author Posted August 17, 2004 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
BenjaminKalytta Posted August 17, 2004 Posted August 17, 2004 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
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now