I really need help for this section :
Section -BD
Call CreateDatabaseAndBasicData
System::Call 'Crypto::GeneratePWDSecutityString(v) .EncryptionKey'
System::Call 'Crypto::EncodePWDEx(t,t) t(.BdUser,.EncryptionKey)'
System::Call 'Crypto::EncodePWDEx(t,t) t(.BdPass,.EncryptionKey)'
WriteINIStr "$PathIniFile\${IniFile}.INI" "sql" "Nom_Database" $BdName
WriteINIStr "$PathIniFile\${IniFile}.INI" "sql" "IP" $BdHost
WriteINIStr "$PathIniFile\${IniFile}.INI" "sql" "g" $BdUser
WriteINIStr "$PathIniFile\${IniFile}.INI" "sql" "e" $BdPass
WriteINIStr "$PathIniFile\${IniFile}.INI" "sql" "f" $EncryptionKey
WriteINIStr "$PathIniFile\${IniFile}.INI" "sql" "Type" "15632"
SectionEnd My installer crashes and do not compile with these error log : Processed 1 file, writing output:
Adding plug-ins initializing function... Done!
Error: resolving install function "Crypto::GeneratePWDSecutityString(v) .EncryptionKey" in unnamed install section (1)
Note: uninstall functions must begin with "un.", and install functions must not
Error - aborting creation process I'm waiting your answers!Thanks!