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 softwaredialog
2.) 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.ini
5.) 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 W2K
Thx,
opensurf
Page 1 of 1
Tooltips + Resizable
#2
Posted 15 August 2004 - 07:03 AM
i have tested for
...
; Sub command 3
description.3=.NET Framework 1.1 (incl. deutsches Sprachpaket)
command.3=msiexec.exe /i software\netfx.msi /qb
command.3.0=msiexec.exe /i software\langpack.msi /qb
selected.3=0
hidden.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
Quote
...
5.) multiple commands for one software (like project WPI)
...
5.) multiple commands for one software (like project WPI)
...
...
; Sub command 3
description.3=.NET Framework 1.1 (incl. deutsches Sprachpaket)
command.3=msiexec.exe /i software\netfx.msi /qb
command.3.0=msiexec.exe /i software\langpack.msi /qb
selected.3=0
hidden.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
#3
Posted 15 August 2004 - 11:39 AM
Quote
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 3
description.3=.NET Framework 1.1 (incl. deutsches Sprachpaket)
command.3=msiexec.exe /i software\netfx.msi /qb
selected.3=0
description.3.0=Something
command.3.0=msiexec.exe /i software\langpack.msi /qb
hidden.3.0=1
Benjamin
#4
Posted 16 August 2004 - 02:44 PM
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
CU,
opensurf
#5
Posted 16 August 2004 - 03:46 PM
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
command.0 and command.0.0 ?
What I can do is to add a /supress=level switch, to hide sub commands description logging.
Benjamin
#7
Posted 16 August 2004 - 06:41 PM
Quote
anything that do the job is for me ok
Please use /Verbose=0
Benjamin
#8
Posted 17 August 2004 - 01:55 PM
Quote
Please use /Verbose=0
where 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
#9
Posted 17 August 2004 - 04:54 PM
Quote
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
Share this topic:
Page 1 of 1



Help
Back to top









