|
|
#1 |
|
Junior Member
Join Date: Oct 2005
Posts: 4
|
Hiding Exec's command line
Hello, all.
I use ExecWait to run some utility passing sensitive information (such as plain-text password) via command line parameters. During the execution the InstFiles page displays the command line on the screen. What can I do to suppress this output or replace the command line with some another text. Note: I use ModernUI in my installer. Thank you for your attention. |
|
|
|
|
|
#3 |
|
Junior Member
Join Date: Oct 2005
Posts: 4
|
Great thanks.
ExecDos has completely solved my problem. I didn't examine theese plugins well earlier due to 'dos' and 'console' terms in their description. (My utility is win32 non-console application, but ExecDos calls it correctly and returns correct exit code). |
|
|
|
|
|
#4 |
|
Major Dude
Join Date: Feb 2004
Location: Moscow, Russia
Posts: 1,222
|
To hide non-DOS application you can use ExecShell instruction, after
code: hidden notepad appears in the tasks list
|
|
|
|
|
|
#5 |
|
Junior Member
Join Date: Oct 2005
Posts: 4
|
I didn't hide the application. I hid a label "myutil.exe mysecretpassword" above the progressbar on InstFiles page.
|
|
|
|
|
|
#6 | |
|
Member
Join Date: Sep 2005
Location: Sitting next to my desk
Posts: 56
|
Quote:
code: The complete parameter list: none|listonly|textonly|both|lastused This signature is currently on vacation! |
|
|
|
|
|
|
#7 |
|
Junior Member
Join Date: Oct 2005
Posts: 4
|
Yeah! SetDetailsPrint is just what I looked for. It's even simpler than ExecDos::exec().
|
|
|
|
![]() |
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|