DeviceDriverSetRedist Property

InstallShield 2016 » Automation Interface

Project • The DeviceDriverSetRedist property applies to the following project types:

Basic MSI
DIM
InstallScript MSI
Merge Module

The DeviceDriverSetRedist property sets the custom action runtime .dll used for all device driver installations in the project. This property takes the following values:

eddr32Bit—Specifies that the device drivers in this project target 32 bit machines and that the installation uses runtime dialogs for English only.
eddf32BitLocalized—Specifies that the device drivers in this project target 32 bit machines and that the installation includes all localized installation runtime dialogs.
eddf64Bit—Specifies that the device drivers in this project target Itanium 64 bit machines and that the installation uses runtime dialogs for English only.
eddf64BitLocalized—Specifies that the device drivers in this project target Itanium 64 bit machines and that the installation includes all localized installation runtime dialogs.
eddf64BitAMD—Specifies that the device drivers in this project target AMD 64 bit machines and that the installation uses runtime dialogs for English only.
eddf64BitAMDLocalized—Specifies that the device drivers in this project target AMD 64 bit machines and that the installation includes all localized installation runtime dialogs.

The English runtime .dll file is smaller than the localized .dll file, so if space is an issue and you do not need the extra language runtime dialogs, use one of the English-only values (not one of the localized values).

If you use one of the localized values, the installation uses a runtime .dll that includes dialogs and text for the following languages:

Arabic (Saudi Arabia)
Spanish - Modern Sort (Spain)
Norwegian (Bokmål) (Norway)
Chinese (People’s ROC)
Finnish (Finland)
Dutch (Netherlands)
Chinese (Taiwan)
French (France)
Polish (Poland)
Czech (Czech Republic)
Hebrew (Israel)
Portuguese (Brazil)
Danish (Denmark)
Hungarian (Hungary)
Portuguese (Portugal)
German (Germany)
Italian (Italy)
Russian (Russia)
Greek (Greece)
Japanese (Japan)
Swedish (Sweden)
English (United States)
Korean (Korea)
Turkish (Turkey)

Applies to

ISWiComponent