Hi there,
I'm trying to make a deployment for the needed software for Deutsche bank Online Banking. But there is one component which I can't get silent. It's the CryptoKit 3.5.2 setup. The installation keeps asking for the Destination Folder. Hereby the setup.iss which I am using. This is the only dialog. When I click "next" the software runs just fine.
[Application]
Name=CryptoKit
Version=3.5.2
Company=ARL
Lang=0409
[{EE046602-85F3-4B87-A734-148C17748848}-DlgOrder]
Dlg0={EE046602-85F3-4B87-A734-148C17748848}-SdWelcome-0
Count=5
Dlg1={EE046602-85F3-4B87-A734-148C17748848}-SdLicense-0
Dlg2={EE046602-85F3-4B87-A734-148C17748848}-SdComponentTree-0
Dlg3={EE046602-85F3-4B87-A734-148C17748848}-AskYesNo-0
Dlg4={EE046602-85F3-4B87-A734-148C17748848}-SdFinishReboot-0
[{EE046602-85F3-4B87-A734-148C17748848}-SdWelcome-0]
Result=1
[{EE046602-85F3-4B87-A734-148C17748848}-SdLicense-0]
Result=1
[{EE046602-85F3-4B87-A734-148C17748848}-SdComponentTree-0]
szDir=C:\Program Files\ARL\CryptoKit\
Readers_And_Tokens\Sadaptor-type=string
Readers_And_Tokens\Sadaptor-count=1
Readers_And_Tokens\Sadaptor-0=Readers_And_Tokens\Sadaptor\Sadaptor_Extended
Readers_And_Tokens-type=string
Readers_And_Tokens-count=3
Readers_And_Tokens-0=Readers_And_Tokens\Smclib
Readers_And_Tokens-1=Readers_And_Tokens\Sadaptor
Readers_And_Tokens-2=Readers_And_Tokens\PrivateSafe
Plugins\Utils-type=string
Plugins\Utils-count=3
Plugins\Utils-0=Plugins\Utils\phl
Plugins\Utils-1=Plugins\Utils\pkcs12util
Plugins\Utils-2=Plugins\Utils\ARgenie
Plugins-type=string
Plugins-count=3
Plugins-0=Plugins\SRV98NTME
Plugins-1=Plugins\Service
Plugins-2=Plugins\Utils
Component-type=string
Component-count=2
Component-0=Readers_And_Tokens
Component-1=Plugins
Result=1
[{EE046602-85F3-4B87-A734-148C17748848}-AskYesNo-0]
Result=1
[{EE046602-85F3-4B87-A734-148C17748848}-SdFinishReboot-0]
Result=1
BootOption=0
What could this be, how can I suppress this Dialog? Any ideas?
Looks like I found it. There is also a file callen CK_SETUP.INI and there under the [general] section I added ShowDestPath=FALSE


Comments
Please log in to comment