NewsArchive
05-16-2008, 01:22 AM
I have several languages selected in a setup script. Show language
dialog is set to No.
I have Enable Installer Integrity Check set to Yes.
I have the following code as the first few lines of my script
If %CURLNG% Equals "2057" Then
Set Variable %CURLNG% to "1033"
End
Set Active Setup Language to "%CURLNG%"
If %_SB_ERRORCODE% Not Equals "0" Then
Set Variable %CURLNG% to "1033"
End
When the installer starts it displays the integrity check in, I think,
Danish, but my machine is running with UK English.
Is there any chance the integrity check could detect the active language
on the PC like the code above?
--
Simon Craythorn
InterVations, Inc
http://www.intervations.com
dialog is set to No.
I have Enable Installer Integrity Check set to Yes.
I have the following code as the first few lines of my script
If %CURLNG% Equals "2057" Then
Set Variable %CURLNG% to "1033"
End
Set Active Setup Language to "%CURLNG%"
If %_SB_ERRORCODE% Not Equals "0" Then
Set Variable %CURLNG% to "1033"
End
When the installer starts it displays the integrity check in, I think,
Danish, but my machine is running with UK English.
Is there any chance the integrity check could detect the active language
on the PC like the code above?
--
Simon Craythorn
InterVations, Inc
http://www.intervations.com