Use this sheet to specify the file options such as run parameters.
If the source file is a library file such as DLL or OCX you can define a host application that is used to load the library. Enter the application name or click ... to browse the file.
Specifies the parameters that are passed to the application when it is run. This value can contain the file and language code parameters.
For example
-s -<iso> -admin
will be expanded to
-s -de -admin
when the current language is German.
Specifies what resource items are written to the localized resource files. Possible values are:
| Value | Description |
|---|---|
| Different | If checked Sisulizer does not write resource items to the localized resource file if the value of the item is the same as the original value. Value is not written even if the user has entered the value in the edit sheet if it equals to the original value. |
| Translated | If checked Sisulizer writes to the localized resource file all those resource items that has a translation (i.e. a translation has been given in the edit sheet). |
| All | If checked Sisulizer writes all resource items to the localized resource file. If no translation is entered in the edit sheet the original value is used. The structure of the localized resource files are identical to the original ones. Only the translated values are different. |
If checked Sisulizer sets component's RightToLeft property when localizing to bi-directional languages such as Arabic or Hebrew.
If checked Sisulizer mirrors forms automatically when localizing to bi-directional languages such as Arabic or Hebrew.
If checked Sisulizer adds the resource items alphabetically to the resource string node. If unchecked the items are added in the same order as they appear in the original file.
If checked Sisulizer makes resources in satellite assemblies private.
If checked Sisulizer deletes the created .resources files after the build process.
This edit field specifies the parameters passed to assembly linker application (AL.exe). AL is used to create the localized satellite assembly files. Type the parameter values that you want to pass to the assembly linker, or right click to choose parameter template from a popup menu. The menu contains following templates:
| Parameter | Syntax | Description |
|---|---|---|
| Company name | /comp[any]:"text" | Name of the company that wrote the assembly |
| Copyright | /copy[right]:"text" | Copyright message of the assembly |
| Description | /descr[iption]:"text" | Description of the assembly |
| Key file | /keyf[ile]:"filename" | File containing key to sign the assembly |
| Key container | /keyn[ame]:"text" | Key container name of key to sign assembly |
| Product name | /prod[uct]:"text" | Product name |
| Product version | /productv[ersion]:"text" | Version number of the assembly |
Choose Clear to clear the parameters field.
Read more about .NET localization.