1536 lines
93 KiB
Makefile
1536 lines
93 KiB
Makefile
!INCLUDE "..\..\..\include\MSINast.mak"
|
||
!IFDEF MSM_IMA_VERZIJO
|
||
!INCLUDE "..\Verzija\Verzija.mak"
|
||
!ENDIF
|
||
|
||
MSM_IMA_LOKALIZACIJO=1
|
||
|
||
MSI_POLNO_IME_IZDELKA=$(MSI_IME_IZDELKA) $(MSI_VERZIJA_STR)
|
||
!IF "$(CFG)" == "Debug"
|
||
MSI_POLNO_IME_IZDELKA=$(MSI_POLNO_IME_IZDELKA) Diag
|
||
!ENDIF
|
||
!IFDEF MSI_IMA_TUDI_X64
|
||
!IFDEF MSI_PLATFORMA
|
||
MSI_POLNO_IME_IZDELKA=$(MSI_POLNO_IME_IZDELKA) $(MSI_PLATFORMA)
|
||
!ENDIF
|
||
!ENDIF
|
||
|
||
|
||
!IFDEF UI_DUMMY
|
||
|
||
######################################################################
|
||
# Primer parametra MSI_PID_TEMPLATE:
|
||
# MSI_PID_TEMPLATE=12345<###-%%%%%%%>@@@@@
|
||
|
||
|
||
######################################################################
|
||
# ___
|
||
|
||
Vse :: "$(JEZIK).$(CFG).$(PLAT).___-1.idt"
|
||
|
||
"$(JEZIK).$(CFG).$(PLAT).___-1.idt" : "Makefile" "..\..\include\MSINast.mak"
|
||
-if exist $@ del /f /q $@
|
||
move /y << $@ > NUL
|
||
<<NOKEEP
|
||
|
||
|
||
######################################################################
|
||
# ___
|
||
|
||
Vse :: \
|
||
"$(JEZIK).$(CFG).$(PLAT).___-1.idt" \
|
||
"$(JEZIK).$(CFG).$(PLAT).___-2.idt"
|
||
|
||
"$(JEZIK).$(CFG).$(PLAT).___-1.idt" : "Makefile" "..\..\include\MSINast.mak"
|
||
-if exist $@ del /f /q $@
|
||
move /y << $@ > NUL
|
||
<<NOKEEP
|
||
|
||
"Sl.$(CFG).$(PLAT).___-2.idtx" : "Makefile" "..\..\include\MSINast.mak"
|
||
-if exist $@ del /f /q $@
|
||
move /y << $@ > NUL
|
||
<<NOKEEP
|
||
|
||
"De.$(CFG).$(PLAT).___-2.idt" : "Sl.$(CFG).$(PLAT).___-2.idtx" "..\res\de_DE.po"
|
||
rcxgettext.exe idtp $@ $**
|
||
|
||
"En.$(CFG).$(PLAT).___-2.idt" : "Sl.$(CFG).$(PLAT).___-2.idtx" "..\res\en_GB.po"
|
||
rcxgettext.exe idtp $@ $**
|
||
|
||
"It.$(CFG).$(PLAT).___-2.idt" : "Sl.$(CFG).$(PLAT).___-2.idtx" "..\res\it_IT.po"
|
||
rcxgettext.exe idtp $@ $**
|
||
|
||
"Sl.$(CFG).$(PLAT).___-2.idt" : "Sl.$(CFG).$(PLAT).___-2.idtx"
|
||
copy /y $** $@ > NUL
|
||
|
||
!ENDIF
|
||
|
||
|
||
######################################################################
|
||
# _Validation
|
||
|
||
Vse :: "$(JEZIK).$(CFG).$(PLAT)._Validation-1.idt"
|
||
|
||
"$(JEZIK).$(CFG).$(PLAT)._Validation-1.idt" : "Makefile" "..\..\..\include\MSINast.mak"
|
||
-if exist $@ del /f /q $@
|
||
move /y << $@ > NUL
|
||
Table Column Nullable MinValue MaxValue KeyTable KeyColumn Category Set Description
|
||
s32 s32 s4 I4 I4 S255 I2 S32 S255 S255
|
||
_Validation Table Column
|
||
_Validation Category Y Text;Formatted;Template;Condition;Guid;Path;Version;Language;Identifier;Binary;UpperCase;LowerCase;Filename;Paths;AnyPath;WildCardFilename;RegPath;KeyFormatted;CustomSource;Property;Cabinet;Shortcut;URL String category
|
||
_Validation Column N Identifier Name of column
|
||
_Validation Description Y Text Description of column
|
||
_Validation KeyColumn Y 1 32 Column to which foreign key connects
|
||
_Validation KeyTable Y Identifier For foreign key, Name of table to which data must link
|
||
_Validation MaxValue Y -2147483647 2147483647 Maximum value allowed
|
||
_Validation MinValue Y -2147483647 2147483647 Minimum value allowed
|
||
_Validation Nullable N Y;N;@ Whether the column is nullable
|
||
_Validation Set Y Text Set of values that are permitted
|
||
_Validation Table N Identifier Name of table
|
||
ActionText Action N Identifier Name of action to be described.
|
||
ActionText Description Y Text Localized description displayed in progress dialog and log when action is executing.
|
||
ActionText Template Y Template Optional localized format template used to format action data records for display during action execution.
|
||
AdminExecuteSequence Action N Identifier Name of action to invoke, either in the engine or the handler DLL.
|
||
AdminExecuteSequence Condition Y Condition Optional expression which skips the action if evaluates to expFalse.If the expression syntax is invalid, the engine will terminate, returning iesBadActionData.
|
||
AdminExecuteSequence Sequence Y -4 32767 Number that determines the sort order in which the actions are to be executed. Leave blank to suppress action.
|
||
AdminUISequence Action N Identifier Name of action to invoke, either in the engine or the handler DLL.
|
||
AdminUISequence Condition Y Condition Optional expression which skips the action if evaluates to expFalse.If the expression syntax is invalid, the engine will terminate, returning iesBadActionData.
|
||
AdminUISequence Sequence Y -4 32767 Number that determines the sort order in which the actions are to be executed. Leave blank to suppress action.
|
||
AdvtExecuteSequence Action N Identifier Name of action to invoke, either in the engine or the handler DLL.
|
||
AdvtExecuteSequence Condition Y Condition Optional expression which skips the action if evaluates to expFalse.If the expression syntax is invalid, the engine will terminate, returning iesBadActionData.
|
||
AdvtExecuteSequence Sequence Y -4 32767 Number that determines the sort order in which the actions are to be executed. Leave blank to suppress action.
|
||
AdvtUISequence Action N Identifier Name of action to invoke, either in the engine or the handler DLL.
|
||
AdvtUISequence Condition Y Condition Optional expression which skips the action if evaluates to expFalse.If the expression syntax is invalid, the engine will terminate, returning iesBadActionData.
|
||
AdvtUISequence Sequence Y -4 32767 Number that determines the sort order in which the actions are to be executed. Leave blank to suppress action.
|
||
AppId ActivateAtStorage Y 0 1
|
||
AppId AppId N Guid
|
||
AppId DllSurrogate Y Text
|
||
AppId LocalService Y Text
|
||
AppId RemoteServerName Y Formatted
|
||
AppId RunAsInteractiveUser Y 0 1
|
||
AppId ServiceParameters Y Text
|
||
AppSearch Property N Identifier The property associated with a Signature
|
||
AppSearch Signature_ N Signature;RegLocator;IniLocator;DrLocator;CompLocator 1 Identifier The Signature_ represents a unique file signature and is also the foreign key in the Signature, RegLocator, IniLocator, CompLocator and the DrLocator tables.
|
||
BBControl Attributes Y 0 2147483647 A 32-bit word that specifies the attribute flags to be applied to this control.
|
||
BBControl BBControl N Identifier Name of the control. This name must be unique within a billboard, but can repeat on different billboard.
|
||
BBControl Billboard_ N Billboard 1 Identifier External key to the Billboard table, name of the billboard.
|
||
BBControl Height N 0 32767 Height of the bounding rectangle of the control.
|
||
BBControl Text Y Text A string used to set the initial text contained within a control (if appropriate).
|
||
BBControl Type N Identifier The type of the control.
|
||
BBControl Width N 0 32767 Width of the bounding rectangle of the control.
|
||
BBControl X N 0 32767 Horizontal coordinate of the upper left corner of the bounding rectangle of the control.
|
||
BBControl Y N 0 32767 Vertical coordinate of the upper left corner of the bounding rectangle of the control.
|
||
Billboard Action Y Identifier The name of an action. The billboard is displayed during the progress messages received from this action.
|
||
Billboard Billboard N Identifier Name of the billboard.
|
||
Billboard Feature_ N Feature 1 Identifier An external key to the Feature Table. The billboard is shown only if this feature is being installed.
|
||
Billboard Ordering Y 0 32767 A positive integer. If there is more than one billboard corresponding to an action they will be shown in the order defined by this column.
|
||
Binary Data N Binary The unformatted binary data.
|
||
Binary Name N Identifier Unique key identifying the binary data.
|
||
BindImage File_ N File 1 Identifier The index into the File table. This must be an executable file.
|
||
BindImage Path Y Paths A list of ; delimited paths that represent the paths to be searched for the import DLLS. The list is usually a list of properties each enclosed within square brackets [] .
|
||
CCPSearch Signature_ N Signature;RegLocator;IniLocator;DrLocator;CompLocator 1 Identifier The Signature_ represents a unique file signature and is also the foreign key in the Signature, RegLocator, IniLocator, CompLocator and the DrLocator tables.
|
||
CheckBox Property N Identifier A named property to be tied to the item.
|
||
CheckBox Value Y Formatted The value string associated with the item.
|
||
Class AppId_ Y AppId 1 Guid Optional AppID containing DCOM information for associated application (string GUID).
|
||
Class Argument Y Formatted optional argument for LocalServers.
|
||
Class Attributes Y 32767 Class registration attributes.
|
||
Class CLSID N Guid The CLSID of an OLE factory.
|
||
Class Component_ N Component 1 Identifier Required foreign key into the Component Table, specifying the component for which to return a path when called through LocateComponent.
|
||
Class Context N Identifier The numeric server context for this server. CLSCTX_xxxx
|
||
Class DefInprocHandler Y Filename 1;2;3 Optional default inproc handler. Only optionally provided if Context=CLSCTX_LOCAL_SERVER. Typically "ole32.dll" or "mapi32.dll"
|
||
Class Description Y Text Localized description for the Class.
|
||
Class Feature_ N Feature 1 Identifier Required foreign key into the Feature Table, specifying the feature to validate or install in order for the CLSID factory to be operational.
|
||
Class FileTypeMask Y Text Optional string containing information for the HKCRthis CLSID) key. If multiple patterns exist, they must be delimited by a semicolon, and numeric subkeys will be generated: 0,1,2...
|
||
Class Icon_ Y Icon 1 Identifier Optional foreign key into the Icon Table, specifying the icon file associated with this CLSID. Will be written under the DefaultIcon key.
|
||
Class IconIndex Y -32767 32767 Optional icon index.
|
||
Class ProgId_Default Y ProgId 1 Text Optional ProgId associated with this CLSID.
|
||
ComboBox Order N 1 32767 A positive integer used to determine the ordering of the items within one list.The integers do not have to be consecutive.
|
||
ComboBox Property N Identifier A named property to be tied to this item. All the items tied to the same property become part of the same combobox.
|
||
ComboBox Text Y Formatted The visible text to be assigned to the item. Optional. If this entry or the entire column is missing, the text is the same as the value.
|
||
ComboBox Value N Formatted The value string associated with this item. Selecting the line will set the associated property to this value.
|
||
CompLocator ComponentId N Guid A string GUID unique to this component, version, and language.
|
||
CompLocator Signature_ N Identifier The table key. The Signature_ represents a unique file signature and is also the foreign key in the Signature table.
|
||
CompLocator Type Y 0 1 A boolean value that determines if the registry value is a filename or a directory location.
|
||
Complus Component_ N Component 1 Identifier Foreign key referencing Component that controls the ComPlus component.
|
||
Complus ExpType Y 0 32767 ComPlus component attributes.
|
||
Component Attributes N Remote execution option, one of irsEnum
|
||
Component Component N Identifier Primary key used to identify a particular component record.
|
||
Component ComponentId Y Guid A string GUID unique to this component, version, and language.
|
||
Component Condition Y Condition A conditional statement that will disable this component if the specified condition evaluates to the 'True' state. If a component is disabled, it will not be installed, regardless of the 'Action' state associated with the component.
|
||
Component Directory_ N Directory 1 Identifier Required key of a Directory table record. This is actually a property name whose value contains the actual path, set either by the AppSearch action or with the default setting obtained from the Directory table.
|
||
Component KeyPath Y File;Registry;ODBCDataSource 1 Identifier Either the primary key into the File table, Registry table, or ODBCDataSource table. This extract path is stored when the component is installed, and is used to detect the presence of the component and to return the path to it.
|
||
Condition Condition Y Condition Expression evaluated to determine if Level in the Feature table is to change.
|
||
Condition Feature_ N Feature 1 Identifier Reference to a Feature entry in Feature table.
|
||
Condition Level N 0 32767 New selection Level to set in Feature table if Condition evaluates to TRUE.
|
||
Control Attributes Y 0 2147483647 A 32-bit word that specifies the attribute flags to be applied to this control.
|
||
Control Control N Identifier Name of the control. This name must be unique within a dialog, but can repeat on different dialogs.
|
||
Control Control_Next Y Control 2 Identifier The name of an other control on the same dialog. This link defines the tab order of the controls. The links have to form one or more cycles!
|
||
Control Dialog_ N Dialog 1 Identifier External key to the Dialog table, name of the dialog.
|
||
Control Height N 0 32767 Height of the bounding rectangle of the control.
|
||
Control Help Y Text The help strings used with the button. The text is optional.
|
||
Control Property Y Identifier The name of a defined property to be linked to this control.
|
||
Control Text Y Formatted A string used to set the initial text contained within a control (if appropriate).
|
||
Control Type N Identifier The type of the control.
|
||
Control Width N 0 32767 Width of the bounding rectangle of the control.
|
||
Control X N 0 32767 Horizontal coordinate of the upper left corner of the bounding rectangle of the control.
|
||
Control Y N 0 32767 Vertical coordinate of the upper left corner of the bounding rectangle of the control.
|
||
ControlCondition Action N Default;Disable;Enable;Hide;Show The desired action to be taken on the specified control.
|
||
ControlCondition Condition N Condition A standard conditional statement that specifies under which conditions the action should be triggered.
|
||
ControlCondition Control_ N Control 2 Identifier A foreign key to the Control table, name of the control.
|
||
ControlCondition Dialog_ N Dialog 1 Identifier A foreign key to the Dialog table, name of the dialog.
|
||
ControlEvent Argument N Formatted A value to be used as a modifier when triggering a particular event.
|
||
ControlEvent Condition Y Condition A standard conditional statement that specifies under which conditions an event should be triggered.
|
||
ControlEvent Control_ N Control 2 Identifier A foreign key to the Control table, name of the control
|
||
ControlEvent Dialog_ N Dialog 1 Identifier A foreign key to the Dialog table, name of the dialog.
|
||
ControlEvent Event N Formatted An identifier that specifies the type of the event that should take place when the user interacts with control specified by the first two entries.
|
||
ControlEvent Ordering Y 0 2147483647 An integer used to order several events tied to the same control. Can be left blank.
|
||
CreateFolder Component_ N Component 1 Identifier Foreign key into the Component table.
|
||
CreateFolder Directory_ N Directory 1 Identifier Primary key, could be foreign key into the Directory table.
|
||
CustomAction Action N Identifier Primary key, name of action, normally appears in sequence table unless private use.
|
||
CustomAction Source Y CustomSource The table reference of the source of the code.
|
||
CustomAction Target Y Formatted Excecution parameter, depends on the type of custom action
|
||
CustomAction Type N 1 4095 The numeric custom action type, consisting of source location, code type, entry, option flags.
|
||
Dialog Attributes Y 0 2147483647 A 32-bit word that specifies the attribute flags to be applied to this dialog.
|
||
Dialog Control_Cancel Y Control 2 Identifier Defines the cancel control. Hitting escape or clicking on the close icon on the dialog is equivalent to pushing this button.
|
||
Dialog Control_Default Y Control 2 Identifier Defines the default control. Hitting return is equivalent to pushing this button.
|
||
Dialog Control_First N Control 2 Identifier Defines the control that has the focus when the dialog is created.
|
||
Dialog Dialog N Identifier Name of the dialog.
|
||
Dialog HCentering N 0 100 Horizontal position of the dialog on a 0-100 scale. 0 means left end, 100 means right end of the screen, 50 center.
|
||
Dialog Height N 0 32767 Height of the bounding rectangle of the dialog.
|
||
Dialog Title Y Formatted A text string specifying the title to be displayed in the title bar of the dialog's window.
|
||
Dialog VCentering N 0 100 Vertical position of the dialog on a 0-100 scale. 0 means top end, 100 means bottom end of the screen, 50 center.
|
||
Dialog Width N 0 32767 Width of the bounding rectangle of the dialog.
|
||
Directory DefaultDir N DefaultDir The default sub-path under parent's path.
|
||
Directory Directory N Identifier Unique identifier for directory entry, primary key. If a property by this name is defined, it contains the full path to the directory.
|
||
Directory Directory_Parent Y Directory 1 Identifier Reference to the entry in this table specifying the default parent directory. A record parented to itself or with a Null parent represents a root of the install tree.
|
||
DrLocator Depth Y 0 32767 The depth below the path to which the Signature_ is recursively searched. If absent, the depth is assumed to be 0.
|
||
DrLocator Parent Y Identifier The parent file signature. It is also a foreign key in the Signature table. If null and the Path column does not expand to a full path, then all the fixed drives of the user system are searched using the Path.
|
||
DrLocator Path Y AnyPath The path on the user system. This is a either a subpath below the value of the Parent or a full path. The path may contain properties enclosed within [ ] that will be expanded.
|
||
DrLocator Signature_ N Identifier The Signature_ represents a unique file signature and is also the foreign key in the Signature table.
|
||
DuplicateFile Component_ N Component 1 Identifier Foreign key referencing Component that controls the duplicate file.
|
||
DuplicateFile DestFolder Y Identifier Name of a property whose value is assumed to resolve to the full pathname to a destination folder.
|
||
DuplicateFile DestName Y Filename Filename to be given to the duplicate file.
|
||
DuplicateFile File_ N File 1 Identifier Foreign key referencing the source file to be duplicated.
|
||
DuplicateFile FileKey N Identifier Primary key used to identify a particular file entry
|
||
Environment Component_ N Component 1 Identifier Foreign key into the Component table referencing component that controls the installing of the environmental value.
|
||
Environment Environment N Identifier Unique identifier for the environmental variable setting
|
||
Environment Name N Text The name of the environmental value.
|
||
Environment Value Y Formatted The value to set in the environmental settings.
|
||
Error Error N 0 32767 Integer error number, obtained from header file IError(...) macros.
|
||
Error Message Y Template Error formatting template, obtained from user ed. or localizers.
|
||
EventMapping Attribute N Identifier The name of the control attribute, that is set when this event is received.
|
||
EventMapping Control_ N Control 2 Identifier A foreign key to the Control table, name of the control.
|
||
EventMapping Dialog_ N Dialog 1 Identifier A foreign key to the Dialog table, name of the Dialog.
|
||
EventMapping Event N Identifier An identifier that specifies the type of the event that the control subscribes to.
|
||
Extension Component_ N Component 1 Identifier Required foreign key into the Component Table, specifying the component for which to return a path when called through LocateComponent.
|
||
Extension Extension N Text The extension associated with the table row.
|
||
Extension Feature_ N Feature 1 Identifier Required foreign key into the Feature Table, specifying the feature to validate or install in order for the CLSID factory to be operational.
|
||
Extension MIME_ Y MIME 1 Text Optional Context identifier, typically "type/format" associated with the extension
|
||
Extension ProgId_ Y ProgId 1 Text Optional ProgId associated with this extension.
|
||
Feature Attributes N 0;1;2;4;5;6;8;9;10;16;17;18;20;21;22;24;25;26;32;33;34;36;37;38;48;49;50;52;53;54 Feature attributes
|
||
Feature Description Y Text Longer descriptive text describing a visible feature item.
|
||
Feature Directory_ Y Directory 1 UpperCase The name of the Directory that can be configured by the UI. A non-null value will enable the browse button.
|
||
Feature Display Y 0 32767 Numeric sort order, used to force a specific display ordering.
|
||
Feature Feature N Identifier Primary key used to identify a particular feature record.
|
||
Feature Feature_Parent Y Feature 1 Identifier Optional key of a parent record in the same table. If the parent is not selected, then the record will not be installed. Null indicates a root item.
|
||
Feature Level N 0 32767 The install level at which record will be initially selected. An install level of 0 will disable an item and prevent its display.
|
||
Feature Title Y Text Short text identifying a visible feature item.
|
||
FeatureComponents Component_ N Component 1 Identifier Foreign key into Component table.
|
||
FeatureComponents Feature_ N Feature 1 Identifier Foreign key into Feature table.
|
||
File Attributes Y 0 32767 Integer containing bit flags representing file attributes (with the decimal value of each bit position in parentheses)
|
||
File Component_ N Component 1 Identifier Foreign key referencing Component that controls the file.
|
||
File File N Identifier Primary key, non-localized token, must match identifier in cabinet. For uncompressed files, this field is ignored.
|
||
File FileName N Filename File name used for installation, may be localized. This may contain a "short name|long name" pair.
|
||
File FileSize N 0 2147483647 Size of file in bytes (long integer).
|
||
File Language Y Language List of decimal language Ids, comma-separated if more than one.
|
||
File Sequence N 1 32767 Sequence with respect to the media images; order must track cabinet order.
|
||
File Version Y File 1 Version Version string for versioned files; Blank for unversioned files.
|
||
FileSFPCatalog File_ N File 1 Identifier File associated with the catalog
|
||
FileSFPCatalog SFPCatalog_ N SFPCatalog 1 Filename Catalog associated with the file
|
||
Font File_ N File 1 Identifier Primary key, foreign key into File table referencing font file.
|
||
Font FontTitle Y Text Font name.
|
||
Icon Data N Binary Binary stream. The binary icon data in PE (.DLL or .EXE) or icon (.ICO) format.
|
||
Icon Name N Identifier Primary key. Name of the icon file.
|
||
IniFile Action N 0;1;3 The type of modification to be made, one of iifEnum
|
||
IniFile Component_ N Component 1 Identifier Foreign key into the Component table referencing component that controls the installing of the .INI value.
|
||
IniFile DirProperty Y Identifier Foreign key into the Directory table denoting the directory where the .INI file is.
|
||
IniFile FileName N Filename The .INI file name in which to write the information
|
||
IniFile IniFile N Identifier Primary key, non-localized token.
|
||
IniFile Key N Formatted The .INI file key below Section.
|
||
IniFile Section N Formatted The .INI file Section.
|
||
IniFile Value N Formatted The value to be written.
|
||
IniLocator Field Y 0 32767 The field in the .INI line. If Field is null or 0 the entire line is read.
|
||
IniLocator FileName N Filename The .INI file name.
|
||
IniLocator Key N Text Key value (followed by an equals sign in INI file).
|
||
IniLocator Section N Text Section name within in file (within square brackets in INI file).
|
||
IniLocator Signature_ N Identifier The table key. The Signature_ represents a unique file signature and is also the foreign key in the Signature table.
|
||
IniLocator Type Y 0 2 An integer value that determines if the .INI value read is a filename or a directory location or to be used as is w/o interpretation.
|
||
InstallExecuteSequence Action N Identifier Name of action to invoke, either in the engine or the handler DLL.
|
||
InstallExecuteSequence Condition Y Condition Optional expression which skips the action if evaluates to expFalse.If the expression syntax is invalid, the engine will terminate, returning iesBadActionData.
|
||
InstallExecuteSequence Sequence Y -4 32767 Number that determines the sort order in which the actions are to be executed. Leave blank to suppress action.
|
||
InstallUISequence Action N Identifier Name of action to invoke, either in the engine or the handler DLL.
|
||
InstallUISequence Condition Y Condition Optional expression which skips the action if evaluates to expFalse.If the expression syntax is invalid, the engine will terminate, returning iesBadActionData.
|
||
InstallUISequence Sequence Y -4 32767 Number that determines the sort order in which the actions are to be executed. Leave blank to suppress action.
|
||
IsolatedComponent Component_Application N Component 1 Identifier Key to Component table item for application
|
||
IsolatedComponent Component_Shared N Component 1 Identifier Key to Component table item to be isolated
|
||
LaunchCondition Condition N Condition Expression which must evaluate to TRUE in order for install to commence.
|
||
LaunchCondition Description N Text Localizable text to display when condition fails and install must abort.
|
||
ListBox Order N 1 32767 A positive integer used to determine the ordering of the items within one list..The integers do not have to be consecutive.
|
||
ListBox Property N Identifier A named property to be tied to this item. All the items tied to the same property become part of the same listbox.
|
||
ListBox Text Y Text The visible text to be assigned to the item. Optional. If this entry or the entire column is missing, the text is the same as the value.
|
||
ListBox Value N Formatted The value string associated with this item. Selecting the line will set the associated property to this value.
|
||
ListView Binary_ Y Binary 1 Identifier The name of the icon to be displayed with the icon. The binary information is looked up from the Binary Table.
|
||
ListView Order N 1 32767 A positive integer used to determine the ordering of the items within one list..The integers do not have to be consecutive.
|
||
ListView Property N Identifier A named property to be tied to this item. All the items tied to the same property become part of the same listview.
|
||
ListView Text Y Text The visible text to be assigned to the item. Optional. If this entry or the entire column is missing, the text is the same as the value.
|
||
ListView Value N Identifier The value string associated with this item. Selecting the line will set the associated property to this value.
|
||
LockPermissions Domain Y Text Domain name for user whose permissions are being set. (usually a property)
|
||
LockPermissions LockObject N Identifier Foreign key into Registry or File table
|
||
LockPermissions Permission Y -2147483647 2147483647 Permission Access mask. Full Control = 268435456 (GENERIC_ALL = 0x10000000)
|
||
LockPermissions Table N Identifier Directory;File;Registry Reference to another table name
|
||
LockPermissions User N Text User for permissions to be set. (usually a property)
|
||
Media Cabinet Y Cabinet If some or all of the files stored on the media are compressed in a cabinet, the name of that cabinet.
|
||
Media DiskId N 1 32767 Primary key, integer to determine sort order for table.
|
||
Media DiskPrompt Y Text Disk name: the visible text actually printed on the disk. This will be used to prompt the user when this disk needs to be inserted.
|
||
Media LastSequence N 0 32767 File sequence number for the last file for this media.
|
||
Media Source Y Property The property defining the location of the cabinet file.
|
||
Media VolumeLabel Y Text The label attributed to the volume.
|
||
MIME CLSID Y Guid Optional associated CLSID.
|
||
MIME ContentType N Text Primary key. Context identifier, typically "type/format".
|
||
MIME Extension_ N Extension 1 Text Optional associated extension (without dot)
|
||
ModuleComponents Component N Component 1 Identifier Component contained in the module.
|
||
ModuleComponents Language N ModuleSignature 2 Default language ID for module (may be changed by transform).
|
||
ModuleComponents ModuleID N ModuleSignature 1 Identifier Module containing the component.
|
||
ModuleDependency ModuleID N ModuleSignature 1 Identifier Module requiring the dependency.
|
||
ModuleDependency ModuleLanguage N ModuleSignature 2 Language of module requiring the dependency.
|
||
ModuleDependency RequiredID N String.GUID of required module.
|
||
ModuleDependency RequiredLanguage N LanguageID of the required module.
|
||
ModuleDependency RequiredVersion Y Version Version of the required version.
|
||
ModuleExclusion ExcludedID N String.GUID of excluded module.
|
||
ModuleExclusion ExcludedLanguage N Language of excluded module.
|
||
ModuleExclusion ExcludedMaxVersion Y Version Maximum version of excluded module.
|
||
ModuleExclusion ExcludedMinVersion Y Version Minimum version of excluded module.
|
||
ModuleExclusion ModuleID N ModuleSignature 1 Identifier String.GUID of module with exclusion requirement.
|
||
ModuleExclusion ModuleLanguage N ModuleSignature 2 LanguageID of module with exclusion requirement.
|
||
ModuleSignature Language N Default decimal language of module.
|
||
ModuleSignature ModuleID N Identifier Module identifier (String.GUID).
|
||
ModuleSignature Version N Version Version of the module.
|
||
MoveFile Component_ N Component 1 Identifier If this component is not "selected" for installation or removal, no action will be taken on the associated MoveFile entry
|
||
MoveFile DestFolder N Identifier Name of a property whose value is assumed to resolve to the full path to the destination directory
|
||
MoveFile DestName Y Filename Name to be given to the original file after it is moved or copied. If blank, the destination file will be given the same name as the source file
|
||
MoveFile FileKey N Identifier Primary key that uniquely identifies a particular MoveFile record
|
||
MoveFile Options N 0 1 Integer value specifying the MoveFile operating mode, one of imfoEnum
|
||
MoveFile SourceFolder Y Identifier Name of a property whose value is assumed to resolve to the full path to the source directory
|
||
MoveFile SourceName Y WildCardFilename Name of the source file(s) to be moved or copied. Can contain the '*' or '?' wildcards.
|
||
MsiAssembly Attributes Y Assembly attributes
|
||
MsiAssembly Component_ N Component 1 Identifier Foreign key into Component table.
|
||
MsiAssembly Feature_ N Feature 1 Identifier Foreign key into Feature table.
|
||
MsiAssembly File_Application Y File 1 Identifier Foreign key into File table, denoting the application context for private assemblies. Null for global assemblies.
|
||
MsiAssembly File_Manifest Y File 1 Identifier Foreign key into the File table denoting the manifest file for the assembly.
|
||
MsiAssemblyName Component_ N Component 1 Identifier Foreign key into Component table.
|
||
MsiAssemblyName Name N Text The name part of the name-value pairs for the assembly name.
|
||
MsiAssemblyName Value N Text The value part of the name-value pairs for the assembly name.
|
||
MsiDigitalCertificate CertData N Binary A certificate context blob for a signer certificate
|
||
MsiDigitalCertificate DigitalCertificate N Identifier A unique identifier for the row
|
||
MsiDigitalSignature DigitalCertificate_ N MsiDigitalCertificate 1 Identifier Foreign key to MsiDigitalCertificate table identifying the signer certificate
|
||
MsiDigitalSignature Hash Y Binary The encoded hash blob from the digital signature
|
||
MsiDigitalSignature SignObject N Text Foreign key to Media table
|
||
MsiDigitalSignature Table N Identifier Reference to another table name (only Media table is supported)
|
||
MsiFileHash File_ N File 1 Identifier Primary key, foreign key into File table referencing file with this hash
|
||
MsiFileHash HashPart1 N Size of file in bytes (long integer).
|
||
MsiFileHash HashPart2 N Size of file in bytes (long integer).
|
||
MsiFileHash HashPart3 N Size of file in bytes (long integer).
|
||
MsiFileHash HashPart4 N Size of file in bytes (long integer).
|
||
MsiFileHash Options N 0 32767 Various options and attributes for this hash.
|
||
MsiPatchHeaders Header N Binary Binary stream. The patch header, used for patch validation.
|
||
MsiPatchHeaders StreamRef N Identifier Primary key. A unique identifier for the row.
|
||
MsiSFCBypass File_ N Identifier foreign key to File.File
|
||
ODBCAttribute Attribute N Text Name of ODBC driver attribute
|
||
ODBCAttribute Driver_ N ODBCDriver 1 Identifier Reference to ODBC driver in ODBCDriver table
|
||
ODBCAttribute Value Y Text Value for ODBC driver attribute
|
||
ODBCDataSource Component_ N Component 1 Identifier Reference to associated component
|
||
ODBCDataSource DataSource N Identifier Primary key, non-localized.internal token for data source
|
||
ODBCDataSource Description N Text Text used as registered name for data source
|
||
ODBCDataSource DriverDescription N Text Reference to driver description, may be existing driver
|
||
ODBCDataSource Registration N 0 1 Registration option: 0=machine, 1=user, others t.b.d.
|
||
ODBCDriver Component_ N Component 1 Identifier Reference to associated component
|
||
ODBCDriver Description N Text Text used as registered name for driver, non-localized
|
||
ODBCDriver Driver N Identifier Primary key, non-localized.internal token for driver
|
||
ODBCDriver File_ N File 1 Identifier Reference to key driver file
|
||
ODBCDriver File_Setup Y File 1 Identifier Optional reference to key driver setup DLL
|
||
ODBCSourceAttribute Attribute N Text Name of ODBC data source attribute
|
||
ODBCSourceAttribute DataSource_ N ODBCDataSource 1 Identifier Reference to ODBC data source in ODBCDataSource table
|
||
ODBCSourceAttribute Value Y Text Value for ODBC data source attribute
|
||
ODBCTranslator Component_ N Component 1 Identifier Reference to associated component
|
||
ODBCTranslator Description N Text Text used as registered name for translator
|
||
ODBCTranslator File_ N File 1 Identifier Reference to key translator file
|
||
ODBCTranslator File_Setup Y File 1 Identifier Optional reference to key translator setup DLL
|
||
ODBCTranslator Translator N Identifier Primary key, non-localized.internal token for translator
|
||
Patch Attributes N 0 32767 Integer containing bit flags representing patch attributes
|
||
Patch File_ N Identifier Primary key, non-localized token, foreign key to File table, must match identifier in cabinet.
|
||
Patch Header N Binary Binary stream. The patch header, used for patch validation.
|
||
Patch PatchSize N 0 2147483647 Size of patch in bytes (long integer).
|
||
Patch Sequence N 0 32767 Primary key, sequence with respect to the media images; order must track cabinet order.
|
||
Patch StreamRef_ Y Identifier Identifier. Foreign key to the StreamRef column of the MsiPatchHeaders table.
|
||
PatchPackage Media_ N 0 32767 Foreign key to DiskId column of Media table. Indicates the disk containing the patch package.
|
||
PatchPackage PatchId N Guid A unique string GUID representing this patch.
|
||
ProgId Class_ Y Class 1 Guid The CLSID of an OLE factory corresponding to the ProgId.
|
||
ProgId Description Y Text Localized description for the Program identifier.
|
||
ProgId Icon_ Y Icon 1 Identifier Optional foreign key into the Icon Table, specifying the icon file associated with this ProgId. Will be written under the DefaultIcon key.
|
||
ProgId IconIndex Y -32767 32767 Optional icon index.
|
||
ProgId ProgId N Text The Program Identifier. Primary key.
|
||
ProgId ProgId_Parent Y ProgId 1 Text The Parent Program Identifier. If specified, the ProgId column becomes a version independent prog id.
|
||
Property Property N Identifier Name of property, uppercase if settable by launcher or loader.
|
||
Property Value N Text String value for property. Never null or empty.
|
||
PublishComponent AppData Y Text This is localisable Application specific data that can be associated with a Qualified Component.
|
||
PublishComponent Component_ N Component 1 Identifier Foreign key into the Component table.
|
||
PublishComponent ComponentId N Guid A string GUID that represents the component id that will be requested by the alien product.
|
||
PublishComponent Feature_ N Feature 1 Identifier Foreign key into the Feature table.
|
||
PublishComponent Qualifier N Text This is defined only when the ComponentId column is an Qualified Component Id. This is the Qualifier for ProvideComponentIndirect.
|
||
RadioButton Height N 0 32767 The height of the button.
|
||
RadioButton Help Y Text The help strings used with the button. The text is optional.
|
||
RadioButton Order N 1 32767 A positive integer used to determine the ordering of the items within one list..The integers do not have to be consecutive.
|
||
RadioButton Property N Identifier A named property to be tied to this radio button. All the buttons tied to the same property become part of the same group.
|
||
RadioButton Text Y Text The visible title to be assigned to the radio button.
|
||
RadioButton Value N Formatted The value string associated with this button. Selecting the button will set the associated property to this value.
|
||
RadioButton Width N 0 32767 The width of the button.
|
||
RadioButton X N 0 32767 The horizontal coordinate of the upper left corner of the bounding rectangle of the radio button.
|
||
RadioButton Y N 0 32767 The vertical coordinate of the upper left corner of the bounding rectangle of the radio button.
|
||
Registry Component_ N Component 1 Identifier Foreign key into the Component table referencing component that controls the installing of the registry value.
|
||
Registry Key N RegPath The key for the registry value.
|
||
Registry Name Y Formatted The registry value name.
|
||
Registry Registry N Identifier Primary key, non-localized token.
|
||
Registry Root N -1 3 The predefined root key for the registry value, one of rrkEnum.
|
||
Registry Value Y Formatted The registry value.
|
||
RegLocator Key N RegPath The key for the registry value.
|
||
RegLocator Name Y Formatted The registry value name.
|
||
RegLocator Root N 0 3 The predefined root key for the registry value, one of rrkEnum.
|
||
RegLocator Signature_ N Identifier The table key. The Signature_ represents a unique file signature and is also the foreign key in the Signature table. If the type is 0, the registry values refers a directory, and _Signature is not a foreign key.
|
||
RegLocator Type Y 0 18 An integer value that determines if the registry value is a filename or a directory location or to be used as is w/o interpretation.
|
||
RemoveFile Component_ N Component 1 Identifier Foreign key referencing Component that controls the file to be removed.
|
||
RemoveFile DirProperty N Identifier Name of a property whose value is assumed to resolve to the full pathname to the folder of the file to be removed.
|
||
RemoveFile FileKey N Identifier Primary key used to identify a particular file entry
|
||
RemoveFile FileName Y WildCardFilename Name of the file to be removed.
|
||
RemoveFile InstallMode N 1;2;3 Installation option, one of iimEnum.
|
||
RemoveIniFile Action N 2;4 The type of modification to be made, one of iifEnum.
|
||
RemoveIniFile Component_ N Component 1 Identifier Foreign key into the Component table referencing component that controls the deletion of the .INI value.
|
||
RemoveIniFile DirProperty Y Identifier Foreign key into the Directory table denoting the directory where the .INI file is.
|
||
RemoveIniFile FileName N Filename The .INI file name in which to delete the information
|
||
RemoveIniFile Key N Formatted The .INI file key below Section.
|
||
RemoveIniFile RemoveIniFile N Identifier Primary key, non-localized token.
|
||
RemoveIniFile Section N Formatted The .INI file Section.
|
||
RemoveIniFile Value Y Formatted The value to be deleted. The value is required when Action is iifIniRemoveTag
|
||
RemoveRegistry Component_ N Component 1 Identifier Foreign key into the Component table referencing component that controls the deletion of the registry value.
|
||
RemoveRegistry Key N RegPath The key for the registry value.
|
||
RemoveRegistry Name Y Formatted The registry value name.
|
||
RemoveRegistry RemoveRegistry N Identifier Primary key, non-localized token.
|
||
RemoveRegistry Root N -1 3 The predefined root key for the registry value, one of rrkEnum
|
||
ReserveCost Component_ N Component 1 Identifier Reserve a specified amount of space if this component is to be installed.
|
||
ReserveCost ReserveFolder Y Identifier Name of a property whose value is assumed to resolve to the full path to the destination directory
|
||
ReserveCost ReserveKey N Identifier Primary key that uniquely identifies a particular ReserveCost record
|
||
ReserveCost ReserveLocal N 0 2147483647 Disk space to reserve if linked component is installed locally.
|
||
ReserveCost ReserveSource N 0 2147483647 Disk space to reserve if linked component is installed to run from the source location.
|
||
SelfReg Cost Y 0 32767 The cost of registering the module.
|
||
SelfReg File_ N File 1 Identifier Foreign key into the File table denoting the module that needs to be registered.
|
||
ServiceControl Arguments Y Formatted Arguments for the service. Separate by [~].
|
||
ServiceControl Component_ N Component 1 Identifier Required foreign key into the Component Table that controls the startup of the service
|
||
ServiceControl Event N 0 187 Bit field: Install: 0x1 = Start, 0x2 = Stop, 0x8 = Delete, Uninstall: 0x10 = Start, 0x20 = Stop, 0x80 = Delete
|
||
ServiceControl Name N Formatted Name of a service. /, \, comma and space are invalid
|
||
ServiceControl ServiceControl N Identifier Primary key, non-localized token.
|
||
ServiceControl Wait Y 0 1 Boolean for whether to wait for the service to fully start
|
||
ServiceInstall Arguments Y Formatted Arguments to include in every start of the service, passed to WinMain
|
||
ServiceInstall Component_ N Component 1 Identifier Required foreign key into the Component Table that controls the startup of the service
|
||
ServiceInstall Dependencies Y Formatted Other services this depends on to start. Separate by [~], and end with [~][~]
|
||
ServiceInstall Description Y Text Description of service.
|
||
ServiceInstall DisplayName Y Formatted External Name of the Service
|
||
ServiceInstall ErrorControl N -2147483647 2147483647 Severity of error if service fails to start
|
||
ServiceInstall LoadOrderGroup Y Formatted LoadOrderGroup
|
||
ServiceInstall Name N Formatted Internal Name of the Service
|
||
ServiceInstall Password Y Formatted password to run service with. (with StartName)
|
||
ServiceInstall ServiceInstall N Identifier Primary key, non-localized token.
|
||
ServiceInstall ServiceType N -2147483647 2147483647 Type of the service
|
||
ServiceInstall StartName Y Formatted User or object name to run service as
|
||
ServiceInstall StartType N 0 3 Type of the service
|
||
SFPCatalog Catalog N Binary SFP Catalog
|
||
SFPCatalog Dependency Y Formatted Parent catalog - only used by SFP
|
||
SFPCatalog SFPCatalog N Filename File name for the catalog.
|
||
Shortcut Arguments Y Formatted The command-line arguments for the shortcut.
|
||
Shortcut Component_ N Component 1 Identifier Foreign key into the Component table denoting the component whose selection gates the the shortcut creation/deletion.
|
||
Shortcut Description Y Text The description for the shortcut.
|
||
Shortcut Directory_ N Directory 1 Identifier Foreign key into the Directory table denoting the directory where the shortcut file is created.
|
||
Shortcut Hotkey Y 0 32767 The hotkey for the shortcut. It has the virtual-key code for the key in the low-order byte, and the modifier flags in the high-order byte.
|
||
Shortcut Icon_ Y Icon 1 Identifier Foreign key into the File table denoting the external icon file for the shortcut.
|
||
Shortcut IconIndex Y -32767 32767 The icon index for the shortcut.
|
||
Shortcut Name N Filename The name of the shortcut to be created.
|
||
Shortcut Shortcut N Identifier Primary key, non-localized token.
|
||
Shortcut ShowCmd Y 1;3;7 The show command for the application window.The following values may be used.
|
||
Shortcut Target N Shortcut The shortcut target. This is usually a property that is expanded to a file or a folder that the shortcut points to.
|
||
Shortcut WkDir Y Identifier Name of property defining location of working directory.
|
||
Signature FileName N Filename The name of the file. This may contain a "short name|long name" pair.
|
||
Signature Languages Y Language The languages supported by the file.
|
||
Signature MaxDate Y 0 2147483647 The maximum creation date of the file.
|
||
Signature MaxSize Y 0 2147483647 The maximum size of the file.
|
||
Signature MaxVersion Y Text The maximum version of the file.
|
||
Signature MinDate Y 0 2147483647 The minimum creation date of the file.
|
||
Signature MinSize Y 0 2147483647 The minimum size of the file.
|
||
Signature MinVersion Y Text The minimum version of the file.
|
||
Signature Signature N Identifier The table key. The Signature represents a unique file signature.
|
||
SxsMsmGenComponents Guid N Guid ComponentId
|
||
SxsMsmGenComponents Component_ N Identifier Component Name
|
||
TextStyle Color Y 0 16777215 A long integer indicating the color of the string in the RGB format (Red, Green, Blue each 0-255, RGB = R + 256*G + 256^2*B).
|
||
TextStyle FaceName N Text A string indicating the name of the font used. Required. The string must be at most 31 characters long.
|
||
TextStyle Size N 0 32767 The size of the font used. This size is given in our units (1/12 of the system font height). Assuming that the system font is set to 12 point size, this is equivalent to the point size.
|
||
TextStyle StyleBits Y 0 15 A combination of style bits.
|
||
TextStyle TextStyle N Identifier Name of the style. The primary key of this table. This name is embedded in the texts to indicate a style change.
|
||
TypeLib Component_ N Component 1 Identifier Required foreign key into the Component Table, specifying the component for which to return a path when called through LocateComponent.
|
||
TypeLib Cost Y 0 2147483647 The cost associated with the registration of the typelib. This column is currently optional.
|
||
TypeLib Description Y Text
|
||
TypeLib Directory_ Y Directory 1 Identifier Optional. The foreign key into the Directory table denoting the path to the help file for the type library.
|
||
TypeLib Feature_ N Feature 1 Identifier Required foreign key into the Feature Table, specifying the feature to validate or install in order for the type library to be operational.
|
||
TypeLib Language N 0 32767 The language of the library.
|
||
TypeLib LibID N Guid The GUID that represents the library.
|
||
TypeLib Version Y 0 32767 The version of the library. The major version is in the upper 8 bits of the short integer. The minor version is in the lower 8 bits.
|
||
UIText Key N Identifier A unique key that identifies the particular string.
|
||
UIText Text Y Text The localized version of the string.
|
||
Upgrade ActionProperty N UpperCase The property to set when a product in this set is found.
|
||
Upgrade Attributes N 0 2147483647 The attributes of this product set.
|
||
Upgrade Language Y Language A comma-separated list of languages for either products in this set or products not in this set.
|
||
Upgrade Remove Y Formatted The list of features to remove when uninstalling a product from this set. The default is "ALL".
|
||
Upgrade UpgradeCode N Guid The UpgradeCode GUID belonging to the products in this set.
|
||
Upgrade VersionMax Y Text The maximum ProductVersion of the products in this set. The set may or may not include products with this particular version.
|
||
Upgrade VersionMin Y Text The minimum ProductVersion of the products in this set. The set may or may not include products with this particular version.
|
||
Verb Argument Y Formatted Optional value for the command arguments.
|
||
Verb Command Y Formatted The command text.
|
||
Verb Extension_ N Extension 1 Text The extension associated with the table row.
|
||
Verb Sequence Y 0 32767 Order within the verbs for a particular extension. Also used simply to specify the default verb.
|
||
Verb Verb N Text The verb for the command.
|
||
<<NOKEEP
|
||
|
||
|
||
######################################################################
|
||
# ActionText
|
||
|
||
Vse :: "$(JEZIK).$(CFG).$(PLAT).ActionText-2.idt"
|
||
|
||
"Sl.$(CFG).$(PLAT).ActionText-2.idtx" : "Makefile" "..\..\..\include\MSINast.mak"
|
||
-if exist $@ del /f /q $@
|
||
move /y << $@ > NUL
|
||
Action Description Template
|
||
s$(MSI_TIP_ID) L0 L0
|
||
1250 ActionText Action
|
||
Advertise Program za ogla<EFBFBD>evanje
|
||
AllocateRegistrySpace Rezervacija prostora v sistemskem registru Nezaseden prostor: [1]
|
||
AppSearch Iskanje name<6D><65>enih programov Lastnost: [1], podpis: [2]
|
||
BindImage Povezovanje izvedljivih datotek Datoteka: [1]
|
||
CCPSearch Iskanje ustreznih izdelkov
|
||
CostFinalize Ra<EFBFBD>unanje potrebnega prostora
|
||
CostInitialize Ra<EFBFBD>unanje potrebnega prostora
|
||
CreateFolders Ustvarjanje map Mapa: [1]
|
||
CreateShortcuts Ustvarjanje bli<6C>njic Bli<6C>njica: [1]
|
||
DeleteServices Brisanje storitev Storitev: [1]
|
||
DuplicateFiles Ustvarjanje kopij datotek Datoteka: [1], mapa: [9], velikost: [6]
|
||
FileCost Ra<EFBFBD>unanje potrebnega prostora
|
||
FindRelatedProducts Iskanje sorodnih programov Najden program: [1]
|
||
GenerateScript Generiranje skriptnih operacij za dejanje: [1]
|
||
InstallAdminPackage Kopiranje datotek za omre<72>no namestitev Datoteka: [1], mapa: [9], velikost: [6]
|
||
InstallFiles Kopiranje novih datotek Datoteka: [1], mapa: [9], velikost: [6]
|
||
InstallODBC Name<EFBFBD><EFBFBD>anje komponent ODBC
|
||
InstallServices Name<6D><65>anje novih storitev Storitev: [2]
|
||
InstallSFPCatalogFile Name<6D><65>anje sistemskega kataloga Datoteka: [1], odvisnosti: [2]
|
||
InstallValidate Preverjanje veljavnosti namestitve
|
||
LaunchConditions Ocenjevanje zagonskih pogojev
|
||
MigrateFeatureStates Preseljevanje stanja funkcij iz sorodnih programov Program: [1]
|
||
MoveFiles Premikanje datotek Datoteka: [1], mapa: [9], velikost: [6]
|
||
MsiPublishAssemblies Objava informacij o izgradnji Kontekst programa:[1], ime izgradnje:[2]
|
||
MsiUnpublishAssemblies Umik objave informacij o izgradnji Kontekst programa:[1], ime izgradnje:[2]
|
||
PatchFiles Popravljanje datotek Datoteka: [1], mapa: [2], velikost: [3]
|
||
ProcessComponents Posodabljanje registracije komponent
|
||
PublishComponents Objava ustreznih komponent ID komponente: [1], kvalifikator: [2]
|
||
PublishFeatures Objava funkcij izdelka Funkcija: [1]
|
||
PublishProduct Objava informacij o izdelku
|
||
RegisterClassInfo Registracija stre<72>nikov za razrede Class Id: [1]
|
||
RegisterComPlus Registracija programov in komponent COM+ IdApl: [1]{{, TipApl: [2], Uporabniki: [3], RSN: [4]}}
|
||
RegisterExtensionInfo Registracija stre<72>nikov za dodatke Dodatek: [1]
|
||
RegisterFonts Registracija pisav Pisava: [1]
|
||
RegisterMIMEInfo Registracija informacij MIME Vrsta vsebine MIME: [1], dodatek: [2]
|
||
RegisterProduct Registracija izdelka [1]
|
||
RegisterProgIdInfo Registracija identifikatorjev programa ProgId: [1]
|
||
RegisterTypeLibraries Registriranje knji<6A>nic tipov LibID: [1]
|
||
RegisterUser Registracija uporabnika [1]
|
||
RemoveDuplicateFiles Odstranjevanje podvojenih datotek Datoteka: [1], mapa: [9]
|
||
RemoveEnvironmentStrings Posodabljanje nizov okolja Ime: [1], vrednost: [2], dejanje [3]
|
||
RemoveExistingProducts Odstranjevanje programov Program: [1], Ukazna vrstica: [2]
|
||
RemoveFiles Odstranjevanje datotek Datoteka: [1], mapa: [9]
|
||
RemoveFolders Odstranjevanje map Mapa: [1]
|
||
RemoveIniValues Odstranjevanje vnosov datotek INI Datoteka: [1], razdelek: [2], klju<EFBFBD>: [3], vrednost: [4]
|
||
RemoveODBC Odstranjevanje komponent ODBC
|
||
RemoveRegistryValues Odstranjevanje vrednosti iz sistemskega registra Klju<6A>: [1], ime: [2]
|
||
RemoveShortcuts Odstranjevanje bli<6C>njic Bli<6C>njica: [1]
|
||
RMCCPSearch Iskanje ustreznih izdelkov
|
||
Rollback Povrnitveno dejanje: [1]
|
||
RollbackCleanup Odstranjevanje varnostnih kopij datotek Datoteka: [1]
|
||
SelfRegModules Registracija modulov Datoteka: [1], mapa: [2]
|
||
SelfUnregModules Brisanje registracije modulov Datoteka: [1], mapa: [2]
|
||
SetODBCFolders Inicializacija imenikov ODBC
|
||
StartServices Zagon storitev Storitev: [1]
|
||
StopServices Ustavitev storitev Storitev: [1]
|
||
UnmoveFiles Odstranjevanje premaknjenih datotek Datoteka: [1], mapa: [9]
|
||
UnpublishComponents Umik objave ustreznih komponent ID komponente: [1], kvalifikator: [2]
|
||
UnpublishFeatures Umik objave mo<6D>nosti izdelka Funkcija: [1]
|
||
UnpublishProduct Umik objave podatkov o izdelku
|
||
UnregisterClassInfo Brisanje registracije stre<72>nikov razreda Class Id: [1]
|
||
UnregisterComPlus Brisanje registracije programov in komponent COM+ IdApl: [1]{{, TipApl: [2]}}
|
||
UnregisterExtensionInfo Brisanje registracije stre<72>nikov za dodatke Dodatek: [1]
|
||
UnregisterFonts Brisanje registracije pisav Pisava: [1]
|
||
UnregisterMIMEInfo Brisanje registracije informacij MIME Vrsta vsebine MIME: [1], dodatek: [2]
|
||
UnregisterProgIdInfo Brisanje registracije identifikatorjev programa ProgId: [1]
|
||
UnregisterTypeLibraries Brisanje registracije knji<6A>nic tipov LibID: [1]
|
||
WriteEnvironmentStrings Posodabljanje nizov okolja Ime: [1], vrednost: [2], dejanje [3]
|
||
WriteIniValues Zapisovanje vrednosti datotek INI Datoteka: [1], razdelek: [2], klju<EFBFBD>: [3], vrednost: [4]
|
||
WriteRegistryValues Zapisovanje vrednosti v sistemski register Klju<6A>: [1], ime: [2], vrednost: [3]
|
||
<<NOKEEP
|
||
|
||
"De.$(CFG).$(PLAT).ActionText-2.idt" : "Sl.$(CFG).$(PLAT).ActionText-2.idtx" "..\res\de_DE.po"
|
||
rcxgettext.exe idtp $@ $**
|
||
|
||
"En.$(CFG).$(PLAT).ActionText-2.idt" : "Sl.$(CFG).$(PLAT).ActionText-2.idtx" "..\res\en_GB.po"
|
||
rcxgettext.exe idtp $@ $**
|
||
|
||
"It.$(CFG).$(PLAT).ActionText-2.idt" : "Sl.$(CFG).$(PLAT).ActionText-2.idtx" "..\res\it_IT.po"
|
||
rcxgettext.exe idtp $@ $**
|
||
|
||
"Sl.$(CFG).$(PLAT).ActionText-2.idt" : "Sl.$(CFG).$(PLAT).ActionText-2.idtx"
|
||
copy /y $** $@ > NUL
|
||
|
||
|
||
######################################################################
|
||
# AdminExecuteSequence
|
||
|
||
Vse :: "$(JEZIK).$(CFG).$(PLAT).AdminExecuteSequence-1.idt"
|
||
|
||
"$(JEZIK).$(CFG).$(PLAT).AdminExecuteSequence-1.idt" : "Makefile" "..\..\..\include\MSINast.mak"
|
||
-if exist $@ del /f /q $@
|
||
move /y << $@ > NUL
|
||
Action Condition Sequence
|
||
s$(MSI_TIP_ID) S255 I2
|
||
AdminExecuteSequence Action
|
||
CostInitialize 800
|
||
FileCost 900
|
||
CostFinalize 1000
|
||
InstallValidate 1400
|
||
InstallInitialize 1500
|
||
InstallAdminPackage 3900
|
||
InstallFiles 4000
|
||
InstallFinalize 6600
|
||
<<NOKEEP
|
||
|
||
|
||
######################################################################
|
||
# AdvtExecuteSequence
|
||
|
||
Vse :: "$(JEZIK).$(CFG).$(PLAT).AdvtExecuteSequence-1.idt"
|
||
|
||
"$(JEZIK).$(CFG).$(PLAT).AdvtExecuteSequence-1.idt" : "Makefile" "..\..\..\include\MSINast.mak"
|
||
-if exist $@ del /f /q $@
|
||
move /y << $@ > NUL
|
||
Action Condition Sequence
|
||
s$(MSI_TIP_ID) S255 I2
|
||
AdvtExecuteSequence Action
|
||
CostInitialize 800
|
||
CostFinalize 1000
|
||
InstallValidate 1400
|
||
InstallInitialize 1500
|
||
CreateShortcuts 4500
|
||
RegisterClassInfo 4600
|
||
RegisterExtensionInfo 4700
|
||
RegisterProgIdInfo 4800
|
||
RegisterMIMEInfo 4900
|
||
PublishComponents 6200
|
||
PublishFeatures 6300
|
||
PublishProduct 6400
|
||
InstallFinalize 6600
|
||
<<NOKEEP
|
||
|
||
|
||
######################################################################
|
||
# AppSearch
|
||
|
||
Vse :: "$(JEZIK).$(CFG).$(PLAT).AppSearch-1.idt"
|
||
|
||
"$(JEZIK).$(CFG).$(PLAT).AppSearch-1.idt" : "Makefile" "..\..\..\include\MSINast.mak"
|
||
-if exist $@ del /f /q $@
|
||
move /y << $@ > NUL
|
||
Property Signature_
|
||
s$(MSI_TIP_ID) s$(MSI_TIP_ID)
|
||
AppSearch Property Signature_
|
||
<<NOKEEP
|
||
|
||
|
||
######################################################################
|
||
# BBControl
|
||
|
||
Vse :: "$(JEZIK).$(CFG).$(PLAT).BBControl-1.idt"
|
||
|
||
"$(JEZIK).$(CFG).$(PLAT).BBControl-1.idt" : "Makefile" "..\..\..\include\MSINast.mak"
|
||
-if exist $@ del /f /q $@
|
||
move /y << $@ > NUL
|
||
Billboard_ BBControl Type X Y Width Height Attributes Text
|
||
s50 s50 s50 i2 i2 i2 i2 I4 L50
|
||
BBControl Billboard_ BBControl
|
||
<<NOKEEP
|
||
|
||
|
||
######################################################################
|
||
# Billboard
|
||
|
||
Vse :: "$(JEZIK).$(CFG).$(PLAT).Billboard-1.idt"
|
||
|
||
"$(JEZIK).$(CFG).$(PLAT).Billboard-1.idt" : "Makefile" "..\..\..\include\MSINast.mak"
|
||
-if exist $@ del /f /q $@
|
||
move /y << $@ > NUL
|
||
Billboard Feature_ Action Ordering
|
||
s50 s$(MSI_TIP_ID) S50 I2
|
||
Billboard Billboard
|
||
<<NOKEEP
|
||
|
||
|
||
######################################################################
|
||
# Binary
|
||
|
||
Vse :: \
|
||
"$(JEZIK).$(CFG).$(PLAT).Binary-1" \
|
||
"$(JEZIK).$(CFG).$(PLAT).Binary-1.idt"
|
||
|
||
"$(JEZIK).$(CFG).$(PLAT).Binary-1.idt" : "Makefile" "..\..\..\include\MSINast.mak"
|
||
-if exist $@ del /f /q $@
|
||
move /y << $@ > NUL
|
||
Name Data
|
||
s$(MSI_TIP_ID) v0
|
||
Binary Name
|
||
<<NOKEEP
|
||
|
||
|
||
######################################################################
|
||
# CheckBox
|
||
|
||
Vse :: "$(JEZIK).$(CFG).$(PLAT).CheckBox-1.idt"
|
||
|
||
"$(JEZIK).$(CFG).$(PLAT).CheckBox-1.idt" : "Makefile" "..\..\..\include\MSINast.mak"
|
||
-if exist $@ del /f /q $@
|
||
move /y << $@ > NUL
|
||
Property Value
|
||
s$(MSI_TIP_ID) S64
|
||
CheckBox Property
|
||
<<NOKEEP
|
||
|
||
|
||
######################################################################
|
||
# ComboBox
|
||
|
||
Vse :: "$(JEZIK).$(CFG).$(PLAT).ComboBox-1.idt"
|
||
|
||
"$(JEZIK).$(CFG).$(PLAT).ComboBox-1.idt" : "Makefile" "..\..\..\include\MSINast.mak"
|
||
-if exist $@ del /f /q $@
|
||
move /y << $@ > NUL
|
||
Property Order Value Text
|
||
s$(MSI_TIP_ID) i2 s64 L64
|
||
ComboBox Property Order
|
||
<<NOKEEP
|
||
|
||
|
||
######################################################################
|
||
# Control
|
||
|
||
Vse :: "$(JEZIK).$(CFG).$(PLAT).Control-1.idt"
|
||
|
||
"$(JEZIK).$(CFG).$(PLAT).Control-1.idt" : "Makefile" "..\..\..\include\MSINast.mak"
|
||
-if exist $@ del /f /q $@
|
||
move /y << $@ > NUL
|
||
Dialog_ Control Type X Y Width Height Attributes Property Text Control_Next Help
|
||
s$(MSI_TIP_ID) s50 s20 i2 i2 i2 i2 I4 S50 L0 S50 L$(MSI_TIP_POMOC)
|
||
Control Dialog_ Control
|
||
<<NOKEEP
|
||
|
||
|
||
######################################################################
|
||
# ControlCondition
|
||
|
||
Vse :: "$(JEZIK).$(CFG).$(PLAT).ControlCondition-1.idt"
|
||
|
||
"$(JEZIK).$(CFG).$(PLAT).ControlCondition-1.idt" : "Makefile" "..\..\..\include\MSINast.mak"
|
||
-if exist $@ del /f /q $@
|
||
move /y << $@ > NUL
|
||
Dialog_ Control_ Action Condition
|
||
s$(MSI_TIP_ID) s50 s50 s255
|
||
ControlCondition Dialog_ Control_ Action Condition
|
||
<<NOKEEP
|
||
|
||
|
||
######################################################################
|
||
# ControlEvent
|
||
|
||
Vse :: "$(JEZIK).$(CFG).$(PLAT).ControlEvent-1.idt"
|
||
|
||
"$(JEZIK).$(CFG).$(PLAT).ControlEvent-1.idt" : "Makefile" "..\..\..\include\MSINast.mak"
|
||
-if exist $@ del /f /q $@
|
||
move /y << $@ > NUL
|
||
Dialog_ Control_ Event Argument Condition Ordering
|
||
s$(MSI_TIP_ID) s50 s50 s255 S255 I2
|
||
ControlEvent Dialog_ Control_ Event Argument Condition
|
||
<<NOKEEP
|
||
|
||
|
||
######################################################################
|
||
# CreateFolder
|
||
|
||
Vse :: "$(JEZIK).$(CFG).$(PLAT).CreateFolder-1.idt"
|
||
|
||
"$(JEZIK).$(CFG).$(PLAT).CreateFolder-1.idt" : "Makefile" "..\..\..\include\MSINast.mak"
|
||
-if exist $@ del /f /q $@
|
||
move /y << $@ > NUL
|
||
Directory_ Component_
|
||
s$(MSI_TIP_ID) s$(MSI_TIP_ID)
|
||
CreateFolder Directory_ Component_
|
||
<<NOKEEP
|
||
|
||
|
||
######################################################################
|
||
# CustomAction
|
||
|
||
Vse :: "$(JEZIK).$(CFG).$(PLAT).CustomAction-2.idt"
|
||
|
||
"Sl.$(CFG).$(PLAT).CustomAction-2.idtx" : "Makefile" "..\..\..\include\MSINast.mak"
|
||
-if exist $@ del /f /q $@
|
||
move /y << $@ > NUL
|
||
Action Type Source Target
|
||
s$(MSI_TIP_ID) i2 S$(MSI_TIP_ID) S255
|
||
1250 CustomAction Action
|
||
caNewerProductFound 19 Novej<EFBFBD>a verzija programskega paketa [SimpleProductName] je <EFBFBD>e name<EFBFBD><EFBFBD>ena.
|
||
caFaultyProductFound 19 Ta namestitveni paket ne more nadgraditi trenutno name<EFBFBD><EFBFBD>enega programskega paketa [SimpleProductName]. Prosimo, najprej odstranite name<EFBFBD><EFBFBD>eni programski paket in nato poskusite ponovno.
|
||
<<NOKEEP
|
||
|
||
"De.$(CFG).$(PLAT).CustomAction-2.idt" : "Sl.$(CFG).$(PLAT).CustomAction-2.idtx" "..\res\de_DE.po"
|
||
rcxgettext.exe idtp $@ $**
|
||
|
||
"En.$(CFG).$(PLAT).CustomAction-2.idt" : "Sl.$(CFG).$(PLAT).CustomAction-2.idtx" "..\res\en_GB.po"
|
||
rcxgettext.exe idtp $@ $**
|
||
|
||
"It.$(CFG).$(PLAT).CustomAction-2.idt" : "Sl.$(CFG).$(PLAT).CustomAction-2.idtx" "..\res\it_IT.po"
|
||
rcxgettext.exe idtp $@ $**
|
||
|
||
"Sl.$(CFG).$(PLAT).CustomAction-2.idt" : "Sl.$(CFG).$(PLAT).CustomAction-2.idtx"
|
||
copy /y $** $@ > NUL
|
||
|
||
|
||
######################################################################
|
||
# Dialog
|
||
|
||
Vse :: "$(JEZIK).$(CFG).$(PLAT).Dialog-1.idt"
|
||
|
||
"$(JEZIK).$(CFG).$(PLAT).Dialog-1.idt" : "Makefile" "..\..\..\include\MSINast.mak"
|
||
-if exist $@ del /f /q $@
|
||
move /y << $@ > NUL
|
||
Dialog HCentering VCentering Width Height Attributes Title Control_First Control_Default Control_Cancel
|
||
s$(MSI_TIP_ID) i2 i2 i2 i2 I4 L128 s50 S50 S50
|
||
Dialog Dialog
|
||
<<NOKEEP
|
||
|
||
|
||
######################################################################
|
||
# Error
|
||
|
||
Vse :: "$(JEZIK).$(CFG).$(PLAT).Error-2.idt"
|
||
|
||
"Sl.$(CFG).$(PLAT).Error-2.idtx" : "Makefile" "..\..\..\include\MSINast.mak"
|
||
-if exist $@ del /f /q $@
|
||
move /y << $@ > NUL
|
||
Error Message
|
||
i2 L0
|
||
1250 Error Error
|
||
0 {{Usodna napaka: }}
|
||
1 {{Napaka [1]. }}
|
||
2 Opozorilo [1].
|
||
3
|
||
4 Informacije [1].
|
||
5 Namestitveni program je med name<6D><65>anjem paketa odkril nepri<72>akovano napako. To lahko pomeni te<74>ave s paketom. Koda napake je [1]. {{Argumenti so: [2], [3], [4]}}
|
||
6
|
||
7 {{Disk je poln: }}
|
||
8 Dejanje [Time]: [1]. [2]
|
||
9 [SimpleProductName]
|
||
10 {[2]}{, [3]}{, [4]}
|
||
11 Vrsta sporo<72>ila: [1], argument: [2]
|
||
12 === Za<5A>etek pisanja dnevnika: [Date] [Time] ===
|
||
13 === Konec pisanja dnevnika: [Date] [Time] ===
|
||
14 Za<5A>etek dejanja [Time]: [1].
|
||
15 Konec dejanja [Time]: [1]. Vrnjena vrednost [2].
|
||
16 Preostali <20>as: {[1] min }{[2] s}
|
||
17 Zmanjkalo je pomnilnika. Zaprite druge programe in nato poskusite znova.
|
||
18 Namestitveni program se ne odziva ve<EFBFBD>.
|
||
19 Namestitveni program se je kon<EFBFBD>al prezgodaj.
|
||
20 Po<EFBFBD>akajte, da Windows vzpostavi [SimpleProductName]
|
||
21 Zbiranje potrebnih informacij ...
|
||
22 Odstranjevanje starih razli<EFBFBD>ic tega programa ...
|
||
23 Priprava na odstranitev starih razli<EFBFBD>ic tega programa ...
|
||
32 Namestitev izdelka [SimpleProductName] je bila uspe<EFBFBD>no dokon<EFBFBD>ana.
|
||
33 Namestitev izdelka [SimpleProductName] ni uspela.
|
||
1101 Pri<72>lo je do napake pri branju iz datoteke: [2]. {{ Sistemska napaka [3].}} Preverite, ali datoteka obstaja in ali imate dostop do nje.
|
||
1301 Datoteke <EFBFBD>[2]<EFBFBD> ni mogo<EFBFBD>e ustvariti. Mapa s tem imenom <EFBFBD>e obstaja. Prekinite namestitev in poskusite namestiti znova v drugo mapo.
|
||
1302 Vstavite disk: [2]
|
||
1303 Namestitveni program nima zadostnih pravic za dostop do mape: [2]. Namestitve ni mogo<EFBFBD>e nadaljevati. Prijavite se kot skrbnik ali pa se obrnite na skrbnika sistema.
|
||
1304 Pri pisanju v datoteko je pri<72>lo do napake: [2]. Preverite, ali imate dostop do te mape.
|
||
1305 Pri branju iz datoteke je pri<72>lo do napake: [2]. {{Sistemska napaka [3].}} Preverite, ali datoteka obstaja in ali imate dostop do nje.
|
||
1306 Drug program ima izklju<EFBFBD>ni dostop do datoteke <EFBFBD>[2]<EFBFBD>. Zaprite vse druge programe in kliknite <EFBFBD>Ponovi<EFBFBD>.
|
||
1307 Na disku ni dovolj prostora za namestitev te datoteke: [2]. Sprostite nekaj prostora na disku in kliknite <20>Ponovi<EFBFBD>. <20>e <20>elite namestitev preklicati, kliknite <20>Prekini<EFBFBD>.
|
||
1308 Izvorne datoteke: [2] ni bilo mogo<EFBFBD>e najti. Preverite, ali datoteka obstaja in ali imate dostop do nje.
|
||
1309 Pri<72>lo je do napake pri branju iz datoteke: [3]. {{ Sistemska napaka [2].}} Preverite, ali datoteka obstaja in ali imate dostop do nje.
|
||
1310 Pri<72>lo je do napake pri pisanju v datoteko: [3]. {{ Sistemska napaka [2].}} Preverite, ali imate dostop do te mape.
|
||
1311 Izvorne datoteke{{(kabinetna datoteka)}}: [2] ni bilo mogo<EFBFBD>e najti. Preverite, ali datoteka obstaja in ali imate dostop do nje.
|
||
1312 Mape <EFBFBD>[2]<EFBFBD> ni mogo<EFBFBD>e ustvariti. Datoteka s tem imenom <EFBFBD>e obstaja. Preimenujte ali odstranite jo in nato kliknite <EFBFBD>Ponovi<EFBFBD>. <EFBFBD>e <EFBFBD>elite operacijo prekiniti, kliknite <EFBFBD>Prekini<EFBFBD>.
|
||
1313 Nosilec [2] trenutno ni na voljo. Izberite drugega.
|
||
1314 Navedena pot <EFBFBD>[2]<EFBFBD> ni na voljo.
|
||
1315 V navedeno mapo <EFBFBD>[2]<EFBFBD> ni mogo<EFBFBD>e pisati.
|
||
1316 Pri<72>lo je do omre<72>ne napake med poskusom branja iz datoteke: [2]
|
||
1317 Pri<72>lo je do napake med poskusom ustvarjanja mape: [2]
|
||
1318 Pri<72>lo je do omre<72>ne napake med poskusom ustvarjanja mape: [2]
|
||
1319 Pri<72>lo je do omre<72>ne napake med poskusom odpiranja kabinetne datoteke z izvornimi datotekami: [2]
|
||
1320 Navedena pot je predolga: [2]
|
||
1321 Namestitveni program nima ustreznih pravic za spreminjanje te datoteke: [2].
|
||
1322 Del poti do mape <EFBFBD>[2]<EFBFBD> je neveljaven. Ali je prazen ali pa presega dol<EFBFBD>ino, ki jo dovoljuje sistem.
|
||
1323 Pot do mape <EFBFBD>[2]<EFBFBD> vsebuje besede, ki v poteh niso veljavne.
|
||
1324 Pot do mape <EFBFBD>[2]<EFBFBD> vsebuje neveljaven znak.
|
||
1325 <EFBFBD>[2]<EFBFBD> ni veljavno kratko ime datoteke.
|
||
1326 Napaka pri pridobivanju varnosti datoteke: [3] GetLastError: [2]
|
||
1327 Neveljaven pogon: [2]
|
||
1328 Napaka pri uporabi popravka za datoteko [2]. Mogo<67>e je bila posodobljena kako druga<67>e in je ta popravek ne more ve<76> spremeniti. Za dodatne informacije se obrnite na svojega dobavitelja popravka. {{Sistemska napaka: [3]}}
|
||
1329 Zahtevane datoteke ni mogo<EFBFBD>e namestiti, ker kabinetna datoteka [2] ni digitalno podpisana. To lahko pomeni, da je kabinetna datoteka po<EFBFBD>kodovana.
|
||
1330 Zahtevane datoteke ni mogo<EFBFBD>e namestiti, ker je digitalni podpis kabinetne datoteke [2] neveljaven. To lahko pomeni, da je kabinetna datoteka po<EFBFBD>kodovana.{{ Napako [3] je vrnil WinVerifyTrust.}}
|
||
1331 Datoteke [2] ni bilo mogo<67>e pravilno prekopirati: napaka CRC.
|
||
1332 Datoteke [2] ni bilo mogo<67>e pravilno premakniti: napaka CRC.
|
||
1333 Datoteke [2] ni bilo mogo<67>e pravilno pravilno popraviti: napaka CRC.
|
||
1334 Datoteke <EFBFBD>[2]<EFBFBD> ni mogo<EFBFBD>e namestiti, ker je ni mogo<EFBFBD>e najti v kabinetni datoteki <EFBFBD>[3]<EFBFBD>. To lahko pomeni, da je pri<EFBFBD>lo do omre<EFBFBD>ne napake, do napake pri branju s CD-ROM-a ali do te<EFBFBD>av v paketu.
|
||
1335 Kabinetna datoteka <EFBFBD>[2]<EFBFBD>, ki je potrebna za to namestitev, je po<EFBFBD>kodovana in je ni mogo<EFBFBD>e uporabiti. To lahko pomeni, da je pri<EFBFBD>lo do omre<EFBFBD>ne napake, do napake pri branju s CD-ROM-a ali do te<EFBFBD>av v paketu.
|
||
1336 Pri ustvarjanju za<7A>asne datoteke, ki je potrebna za dokon<6F>anje namestitve, je pri<72>lo do napake.{{ Mapa: [3]. Koda sistemske napake: [2]}}
|
||
1401 Klju<6A>a: [2] ni bilo mogo<EFBFBD>e ustvariti. {{ Sistemska napaka [3].}} Preverite, ali imate pravice za dostop do tega klju<EFBFBD>a ali pa se obrnite na svojo tehni<EFBFBD>no slu<EFBFBD>bo.
|
||
1402 Klju<6A>a: [2] ni bilo mogo<EFBFBD>e odpreti. {{ Sistemska napaka [3].}} Preverite, ali imate pravice za dostop do tega klju<EFBFBD>a ali pa se obrnite na svojo tehni<EFBFBD>no slu<EFBFBD>bo.
|
||
1403 Vrednosti [2] ni bilo mogo<EFBFBD>e izbrisati iz klju<EFBFBD>a [3]. {{ Sistemska napaka [4].}} Preverite, ali imate pravice za dostop do tega klju<EFBFBD>a ali pa se obrnite na svojo tehni<EFBFBD>no slu<EFBFBD>bo.
|
||
1404 Klju<EFBFBD>a [2] ni bilo mogo<EFBFBD>e izbrisati. {{ Sistemska napaka [3].}} Preverite, ali imate pravice za dostop do tega klju<EFBFBD>a ali pa se obrnite na svojo tehni<EFBFBD>no slu<EFBFBD>bo.
|
||
1405 Vrednosti [2] ni bilo mogo<EFBFBD>e prebrati iz klju<EFBFBD>a [3]. {{ Sistemska napaka [4].}} Preverite, ali imate pravice za dostop do tega klju<EFBFBD>a ali pa se obrnite na svojo tehni<EFBFBD>no slu<EFBFBD>bo.
|
||
1406 Vrednosti [2] ni bilo mogo<EFBFBD>e zapisati v klju<EFBFBD> [3]. {{ Sistemska napaka [4].}} Preverite, ali imate pravice za dostop do tega klju<EFBFBD>a ali pa se obrnite na svojo tehni<EFBFBD>no slu<EFBFBD>bo.
|
||
1407 Imen vrednosti za klju<EFBFBD> [2] ni bilo mogo<EFBFBD>e dobiti. {{ Sistemska napaka [3].}} Preverite, ali imate pravice za dostop do tega klju<EFBFBD>a ali pa se obrnite na svojo tehni<EFBFBD>no slu<EFBFBD>bo.
|
||
1408 Imen podklju<EFBFBD>ev za klju<EFBFBD> [2] ni bilo mogo<EFBFBD>e dobiti. {{ Sistemska napaka [3].}} Preverite, ali imate pravice za dostop do tega klju<EFBFBD>a ali pa se obrnite na svojo tehni<EFBFBD>no slu<EFBFBD>bo.
|
||
1409 Varnostnih informacij za klju<EFBFBD> [2] ni bilo mogo<EFBFBD>e prebrati. {{ Sistemska napaka [3].}} Preverite, ali imate pravice za dostop do tega klju<EFBFBD>a ali pa se obrnite na svojo tehni<EFBFBD>no slu<EFBFBD>bo.
|
||
1410 Prostora, ki je na voljo za register, ni bilo mogo<EFBFBD>e pove<EFBFBD>ati. Namestitev tega programa zahteva [2] KB prostega prostora za register.
|
||
1500 Izvaja se <EFBFBD>e ena namestitev. Dokon<EFBFBD>ati morate prvo namestitev, preden nadaljujete s to namestitvijo.
|
||
1501 Napaka pri dostopu do varnih podatkov. Preverite, ali je Windows Installer pravilno konfiguriran, in poskusite znova.
|
||
1502 Uporabnik <EFBFBD>[2]<EFBFBD> je prej <EFBFBD>e spro<EFBFBD>il namestitev izdelka <EFBFBD>[3]<EFBFBD>. Omenjeni uporabnik bo moral ponovno zagnati namestitev, da bi lahko uporabljal ta izdelek. Trenutna namestitev se bo nadaljevala.
|
||
1503 Uporabnik <EFBFBD>[2]<EFBFBD> je prej <EFBFBD>e spro<EFBFBD>il namestitev izdelka <EFBFBD>[3]<EFBFBD>. Omenjeni uporabnik bo moral ponovno zagnati namestitev, da bi lahko uporabljal ta izdelek.
|
||
1601 Zmanjkalo je prostora na disku -- nosilec: <20>[2]<5D>; potreben prostor: [3] KB; prostor na voljo: [4] KB. Sprostite nekaj prostora na disku in poskusite znova.
|
||
1602 Ali ste prepri<EFBFBD>ani, da <EFBFBD>elite preklicati?
|
||
1603 Datoteko [2][3] uporablja{ ta proces: ime: [4], ID: [5], naslov okna: <20>[6]<5D>}. Zaprite ta program in poskusite znova.
|
||
1604 Izdelek <EFBFBD>[2]<EFBFBD> je <EFBFBD>e name<EFBFBD><EFBFBD>en in prepre<EFBFBD>uje name<EFBFBD><EFBFBD>anje tega izdelka. Izdelka nista zdru<EFBFBD>ljiva.
|
||
1605 Na nosilcu <EFBFBD>[2]<EFBFBD> trdega diska ni dovolj prostora za nadaljevanje namestitve z omogo<EFBFBD>eno obnovitvijo. Na voljo je le [4] KB prostora, potrebujete pa ga [3] KB. Kliknite <EFBFBD>Prezri<EFBFBD>, <EFBFBD>e <EFBFBD>elite nadaljevati namestitev brez shranjevanja informacij o obnovitvi, <EFBFBD>Ponovi<EFBFBD>, <EFBFBD>e <EFBFBD>elite ponovno preveriti prostor na disku, ali <EFBFBD>Prekini<EFBFBD>, <EFBFBD>e <EFBFBD>elite kon<EFBFBD>ati namestitev.
|
||
1606 Do omre<EFBFBD>nega mesta [2] ni bilo mogo<EFBFBD>e priti.
|
||
1607 Preden nadaljujete z namestitvijo, morate zapreti te programe:
|
||
1608 V ra<EFBFBD>unalniku ni bilo mogo<EFBFBD>e najti ustreznih, prej name<EFBFBD><EFBFBD>enih izdelkov, potrebnih za to namestitev.
|
||
1609 Pri uporabi varnostnih nastavitev je pri<EFBFBD>lo do napake. [2] ni veljaven uporabnik skupine. Razlog za napako so lahko te<EFBFBD>ave s paketom ali pri povezavi s kontrolnikom domene v omre<EFBFBD>ju. Preverite omre<EFBFBD>no povezavo in kliknite <EFBFBD>Ponovi<EFBFBD> oziroma <EFBFBD>Prekini<EFBFBD>, <EFBFBD>e <EFBFBD>elite kon<EFBFBD>ati namestitev. {{Uporabnikovega SID-a ni bilo mogo<EFBFBD>e najti, sistemska napaka [3]}}
|
||
1633 Ta namestitveni paket ni podprt na tej platformi. Obrnite se na proizvajalca programske opreme.
|
||
1701 Klju<EFBFBD> [2] ni veljaven. Preverite, ali ste vnesli pravi klju<EFBFBD>.
|
||
1702 Pred nadaljevanjem konfiguracije za [2] mora namestitveni program ponovno zagnati sistem. <EFBFBD>e <EFBFBD>elite ponovni zagon zdaj, kliknite <EFBFBD>Da<EFBFBD>. <EFBFBD>e <EFBFBD>elite sistem sami ponovno zagnati pozneje, kliknite <EFBFBD>Ne<EFBFBD>.
|
||
1703 <EFBFBD>e <EFBFBD>elite uveljaviti spremembe konfiguracije za [2], morate sistem ponovno zagnati. Kliknite <EFBFBD>Da<EFBFBD>, <EFBFBD>e ga <EFBFBD>elite ponovno zagnati zdaj, oziroma <EFBFBD>Ne<EFBFBD>, <EFBFBD>e ga nameravate sami zagnati pozneje.
|
||
1704 Namestitev za [2] je trenutno ustavljena. <EFBFBD>e <EFBFBD>elite nadaljevati, morate razveljaviti spremembe, ki jih je naredila. Ali jih <EFBFBD>elite razveljaviti?
|
||
1705 Prej<EFBFBD>nja namestitev tega izdelka se <EFBFBD>e izvaja. <EFBFBD>e <EFBFBD>elite nadaljevati, morate razveljaviti spremembe, ki jih je naredila omenjena namestitev. Ali <EFBFBD>elite razveljaviti spremembe?
|
||
1706 Veljavnega namestitvenega paketa izdelka [2] ni bilo mogo<EFBFBD>e najti. Poskusite ponoviti namestitev z veljavnim namestitvenim paketom <EFBFBD>[3]<EFBFBD>.
|
||
1707 Namestitev je bila uspe<EFBFBD>no dokon<EFBFBD>ana.
|
||
1708 Namestitev ni uspela.
|
||
1709 Izdelek: [2] -- [3]
|
||
1710 Ra<EFBFBD>unalnik lahko povrnete v prej<EFBFBD>nje stanje ali pa nadaljujete z namestitvijo pozneje. Ali <EFBFBD>elite obnoviti prej<EFBFBD>nje stanje?
|
||
1711 Med pisanjem namestitvenih informacij na disk je pri<EFBFBD>lo do napake. Poskrbite, da bo na disku dovolj prostora in kliknite <EFBFBD>Ponovi<EFBFBD>. <EFBFBD>e <EFBFBD>elite namestitev prekiniti, kliknite <EFBFBD>Prekini<EFBFBD>.
|
||
1712 Ene ali ve<EFBFBD> datotek, potrebnih za obnovitev prej<EFBFBD>njega stanja ra<EFBFBD>unalnika, ni bilo mogo<EFBFBD>e najti. Obnovitev ne bo mogo<EFBFBD>a.
|
||
1713 [2] ne more namestiti enega od zahtevanih izdelkov. Obrnite se na svojo tehni<6E>no slu<6C>bo. {{Sistemska napaka: [3].}}
|
||
1714 Starej<EFBFBD>e razli<EFBFBD>ice [2] ni mogo<EFBFBD>e odstraniti. Obrnite se na svojo tehni<EFBFBD>no slu<EFBFBD>bo. {{Sistemska napaka [3].}}
|
||
1715 Name<EFBFBD><EFBFBD>eno [2]
|
||
1716 Konfigurirano [2]
|
||
1717 Odstranjeno [2]
|
||
1718 Datoteka [2] je bila zavrnjena zaradi neskladnosti s politiko o digitalnih podpisih.
|
||
1719 Storitev Windows Installer ni dostopna. Morda program Windows izvajate v varnem na<EFBFBD>inu ali pa Windows Installer ni pravilno name<EFBFBD><EFBFBD>en. Obrnite se na svojo tehni<EFBFBD>no slu<EFBFBD>bo.
|
||
1720 Te<54>ave s paketom Windows Installer. Skript, ki so potrebni za dokon<6F>anje namestitve, ni mogo<67>e izvesti. Obrnite se na svojo tehni<6E>no slu<6C>bo ali na proizvajalca paketa. {{Dejanje po meri [2] napaka v skriptih [3], [4]: [5] vrstica [6], stolpec [7], [8] }}
|
||
1721 Te<54>ave s paketom Windows Installer. Programa, ki je potreben za dokon<6F>anje namestitve, ni mogo<67>e zagnati. Obrnite se na svojo tehni<6E>no slu<6C>bo ali na proizvajalca paketa. {{Dejanje: [2], mesto: [3], ukaz: [4] }}
|
||
1722 Te<54>ave s paketom Windows Installer. Program, ki se izvaja kot del namestitve, ni bil dokon<6F>an po pri<72>akovanjih. Obrnite se na svojo tehni<6E>no slu<6C>bo ali na proizvajalca paketa. {{Dejanje [2], mesto: [3], ukaz: [4] }}
|
||
1723 Te<54>ave s paketom Windows Installer. Knji<6A>nice DLL, ki je potrebna za dokon<6F>anje namestitve, ni mogo<67>e izvesti. Obrnite se na svojo tehni<6E>no slu<6C>bo ali na proizvajalca paketa. {{Dejanje [2], vnos: [3], knji<EFBFBD>nica: [4] }}
|
||
1724 Odstranitev je bila uspe<EFBFBD>no dokon<EFBFBD>ana.
|
||
1725 Odstranitev ni uspela.
|
||
1726 Ogla<EFBFBD>evanje je bilo uspe<EFBFBD>no dokon<EFBFBD>ano.
|
||
1727 Ogla<EFBFBD>evanje ni uspelo.
|
||
1728 Konfiguracija je bila uspe<EFBFBD>no dokon<EFBFBD>ana.
|
||
1729 Konfiguriracija ni uspela.
|
||
1730 Ta program lahko odstrani le skrbnik. <EFBFBD>e ga <EFBFBD>elite odstraniti, se prijavite kot skrbnik ali pa se za pomo<EFBFBD> obrnite na svojo tehni<EFBFBD>no slu<EFBFBD>bo.
|
||
1801 Pot [2] ni veljavna. Navedite veljavno pot.
|
||
1802 Zmanjkalo je pomnilnika. Zaprite druge programe in nato poskusite znova.
|
||
1803 V pogonu [2] ni diska. Vstavite disk in kliknite <EFBFBD>Ponovi<EFBFBD> ali pa kliknite <EFBFBD>Prekini<EFBFBD>, <EFBFBD>e se <EFBFBD>elite vrniti na prej izbrani nosilec.
|
||
1804 V pogonu [2] ni diska. Vstavite disk in kliknite <EFBFBD>Ponovi<EFBFBD> ali pa kliknite <EFBFBD>Prekini<EFBFBD>, <EFBFBD>e se <EFBFBD>elite vrniti v pogovorno okno za brskanje in izbrati drug nosilec.
|
||
1805 Mapa [2] ne obstaja. Vnesite pot do obstoje<EFBFBD>e mape.
|
||
1806 Nimate zadostnih pravic za branje te mape.
|
||
1807 Veljavne ciljne mape za namestitev ni bilo mogo<EFBFBD>e dolo<EFBFBD>iti.
|
||
1901 Pri poskusu branja iz izvorne namestitvene zbirke podatkov je pri<72>lo do napake: [2].
|
||
1902 Razporejanje ponovnega zagona: preimenovanje datoteke [2] v [3]. Za dokon<EFBFBD>anje operacije je potreben ponovni zagon.
|
||
1903 Razporejanje ponovnega zagona: brisanje datoteke [2]. Za dokon<EFBFBD>anje operacije je potreben ponovni zagon.
|
||
1904 Registracija modula [2] ni uspela. HRESULT [3]. Obrnite se na svojo tehni<EFBFBD>no slu<EFBFBD>bo.
|
||
1905 Brisanje registracije modula [2] ni uspelo. HRESULT [3]. Obrnite se na svojo tehni<EFBFBD>no slu<EFBFBD>bo.
|
||
1906 Paketa [2] ni bilo mogo<67>e shraniti v predpomnilnik. Napaka: [3]. Obrnite se na svojo tehni<EFBFBD>no slu<EFBFBD>bo.
|
||
1907 Pisave [2] ni bilo mogo<EFBFBD>e registrirati. Preverite, ali imate zadostne pravice za name<EFBFBD><EFBFBD>anje pisav in ali sistem podpira to pisavo.
|
||
1908 Registracije pisave [2] ni bilo mogo<EFBFBD>e izbrisati. Preverite, ali imate zadostne pravice za odstranjevanje pisav.
|
||
1909 Bli<EFBFBD>njice [2] ni bilo mogo<EFBFBD>e ustvariti. Preverite, ali ciljna mapa obstaja in ali imate dostop do nje.
|
||
1910 Bli<EFBFBD>njice [2] ni bilo mogo<EFBFBD>e odstraniti. Preverite, ali datoteka z bli<EFBFBD>njico obstaja in ali imate dostop do nje.
|
||
1911 Knji<EFBFBD>nice tipov za datoteko [2] ni bilo mogo<EFBFBD>e registrirati. Obrnite se na svojo tehni<EFBFBD>no slu<EFBFBD>bo.
|
||
1912 Registracije knji<EFBFBD>nice tipov za datoteko [2] ni bilo mogo<EFBFBD>e izbrisati. Obrnite se na svojo tehni<EFBFBD>no slu<EFBFBD>bo.
|
||
1913 Datoteke INI [2][3] ni bilo mogo<EFBFBD>e posodobiti. Preverite, ali datoteka obstaja in ali imate dostop do nje.
|
||
1914 Datoteke [2] ni bilo mogo<EFBFBD>e razporediti tako, da bi ob zagonu zamenjala datoteko [3]. Preverite, ali imate dovoljenje za pisanje v datoteko [3].
|
||
1915 Pri<72>lo je do napake pri odstranjevanju upravitelja ODBC gonilnikov, napaka ODBC [2]: [3]. Obrnite se na svojo tehni<EFBFBD>no slu<EFBFBD>bo.
|
||
1916 Pri<72>lo je do napake pri name<6D><65>anju upravitelja ODBC gonilnikov, napaka ODBC [2]: [3]. Obrnite se na svojo tehni<EFBFBD>no slu<EFBFBD>bo.
|
||
1917 Pri<72>lo je do napake pri odstranjevanju gonilnika ODBC: [4], napaka ODBC [2]: [3]. Preverite, ali imate ustrezne pravice za odstranjevanje ODBC gonilnikov.
|
||
1918 Pri<72>lo je do napake pri name<6D><65>anju gonilnika ODBC: [4], napaka ODBC [2]: [3]. Preverite, ali datoteka [4] obstaja in ali imate dostop do nje.
|
||
1919 Pri<72>lo je do napake pri konfiguriranju vira podatkov ODBC: [4], napaka ODBC [2]: [3]. Preverite, ali datoteka [4] obstaja in ali imate dostop do nje.
|
||
1920 Zagon storitve <EFBFBD>[2]<EFBFBD> ([3]) ni uspel. Preverite, ali imate ustrezne pravice za zaganjanje sistemskih storitev.
|
||
1921 Storitve <EFBFBD>[2]<EFBFBD> ([3]) ni bilo mogo<EFBFBD>e ustaviti. Preverite, ali imate ustrezne pravice za ustavljanje sistemskih storitev.
|
||
1922 Storitve <EFBFBD>[2]<EFBFBD> ([3]) ni bilo mogo<EFBFBD>e izbrisati. Preverite, ali imate ustrezne pravice za odstranjevanje sistemskih storitev.
|
||
1923 Storitve <EFBFBD>[2]<EFBFBD> ([3]) ni bilo mogo<EFBFBD>e namestiti. Preverite, ali imate ustrezne pravice za name<EFBFBD><EFBFBD>anje sistemskih storitev.
|
||
1924 Spremenljivke okolja <EFBFBD>[2]<EFBFBD> ni bilo mogo<EFBFBD>e posodobiti. Preverite, ali imate ustrezne pravice za spreminjanje spremenljivk okolja.
|
||
1925 Nimate ustreznih pravic za dokon<EFBFBD>anje te namestitve za vse uporabnike tega ra<EFBFBD>unalnika. Prijavite se kot skrbnik in nato ponovite namestitev.
|
||
1926 Za datoteko <20>[3]<5D> ni bilo mogo<67>e nastaviti varnosti. Napaka: [2]. Preverite, ali imate ustrezne pravice za spreminjanje varnostnih dovoljenj za to datoteko.
|
||
1927 Komponentne storitve (COM+ 1.0) v tem ra<EFBFBD>unalniku niso name<EFBFBD><EFBFBD>ene. Potrebujete jih za uspe<EFBFBD>no dokon<EFBFBD>anje te namestitve. Najdete jih v Windows 2000.
|
||
1928 Napaka pri registraciji programa COM+. <EFBFBD>e <EFBFBD>elite ve<EFBFBD> informacij, se obrnite na svojo tehni<EFBFBD>no slu<EFBFBD>bo.
|
||
1929 Napaka pri brisanju registracije programa COM+. <EFBFBD>e <EFBFBD>elite ve<EFBFBD> informacij, se obrnite na svojo tehni<EFBFBD>no slu<EFBFBD>bo.
|
||
1930 Ni mogo<EFBFBD>e spremeniti opisa storitve <EFBFBD>[2]<EFBFBD> ([3]).
|
||
1931 Storitev Windows Installer ne more posodobiti sistemske datoteke <20>[2]<5D>, ker je program Windows datoteko za<7A><61>itil. <20>e <20>elite, da ta program deluje pravilno, boste morda morali posodobiti operacijski sistem. {{Razli<6C>ica paketa: [3], Razli<EFBFBD>ica za<EFBFBD><EFBFBD>itenega OS: [4]}}
|
||
1932 Storitev Windows Installer ne more posodobiti za<7A><61>itene datoteke programa Windows <20>[2]<5D>. {{Razli<6C>ica paketa: [3], Razli<EFBFBD>ica za<EFBFBD><EFBFBD>itenega OS: [4], Napaka SFP: [5]}}
|
||
1933 Storitev Windows Installer ne more posodobiti ene ali ve<76> za<7A><61>itenih datotek programa Windows. {{SFP-napaka: [2]. Seznam za<EFBFBD><EFBFBD>itenih datotek:\r\n[3]}}
|
||
1934 Uporabni<EFBFBD>ke namestitve so s pravili za ta ra<EFBFBD>unalnik onemogo<EFBFBD>ene.
|
||
1935 Med namestitvijo izgradne komponente [2] je pri<72>lo do napake. HRESULT: [3]. {{izgradni vmesnik: [4], funkcija: [5], ime izgradnje: [6]}}
|
||
2401 Poskus 64-bitne operacije v registru na 32-bitnem operacijskem sistemu za klju<EFBFBD> <EFBFBD>[2]<EFBFBD>.
|
||
2943 Ta verzija operacijskega sistema Windows ne omogo<EFBFBD>a distribucije 64-bitnih namestitvenih paketov. Skripta <EFBFBD>[2]<EFBFBD> so namenjena 64-bitnim namestitvenim paketom.
|
||
<<NOKEEP
|
||
|
||
"De.$(CFG).$(PLAT).Error-2.idt" : "Sl.$(CFG).$(PLAT).Error-2.idtx" "..\res\de_DE.po"
|
||
rcxgettext.exe idtp $@ $**
|
||
|
||
"En.$(CFG).$(PLAT).Error-2.idt" : "Sl.$(CFG).$(PLAT).Error-2.idtx" "..\res\en_GB.po"
|
||
rcxgettext.exe idtp $@ $**
|
||
|
||
"It.$(CFG).$(PLAT).Error-2.idt" : "Sl.$(CFG).$(PLAT).Error-2.idtx" "..\res\it_IT.po"
|
||
rcxgettext.exe idtp $@ $**
|
||
|
||
"Sl.$(CFG).$(PLAT).Error-2.idt" : "Sl.$(CFG).$(PLAT).Error-2.idtx"
|
||
copy /y $** $@ > NUL
|
||
|
||
|
||
######################################################################
|
||
# EventMapping
|
||
|
||
Vse :: "$(JEZIK).$(CFG).$(PLAT).EventMapping-1.idt"
|
||
|
||
"$(JEZIK).$(CFG).$(PLAT).EventMapping-1.idt" : "Makefile" "..\..\..\include\MSINast.mak"
|
||
-if exist $@ del /f /q $@
|
||
move /y << $@ > NUL
|
||
Dialog_ Control_ Event Attribute
|
||
s$(MSI_TIP_ID) s50 s50 s50
|
||
EventMapping Dialog_ Control_ Event
|
||
<<NOKEEP
|
||
|
||
|
||
######################################################################
|
||
# Extension
|
||
|
||
Vse :: "$(JEZIK).$(CFG).$(PLAT).Extension-1.idt"
|
||
|
||
"$(JEZIK).$(CFG).$(PLAT).Extension-1.idt" : "Makefile" "..\..\..\include\MSINast.mak"
|
||
-if exist $@ del /f /q $@
|
||
move /y << $@ > NUL
|
||
Extension Component_ ProgId_ MIME_ Feature_
|
||
s255 s$(MSI_TIP_ID) S255 S$(MSI_TIP_ID) s$(MSI_TIP_ID)
|
||
Extension Extension Component_
|
||
<<NOKEEP
|
||
|
||
|
||
######################################################################
|
||
# InstallExecuteSequence
|
||
|
||
Vse :: "$(JEZIK).$(CFG).$(PLAT).InstallExecuteSequence-1.idt"
|
||
|
||
"$(JEZIK).$(CFG).$(PLAT).InstallExecuteSequence-1.idt" : "Makefile" "..\..\..\include\MSINast.mak"
|
||
-if exist $@ del /f /q $@
|
||
move /y << $@ > NUL
|
||
Action Condition Sequence
|
||
s$(MSI_TIP_ID) S255 I2
|
||
InstallExecuteSequence Action
|
||
LaunchConditions NOT Installed 100
|
||
FindRelatedProducts 200
|
||
caNewerProductFound NEWPRODUCTFOUND 201
|
||
AppSearch 400
|
||
CCPSearch NOT Installed 500
|
||
RMCCPSearch NOT Installed 600
|
||
ValidateProductID 700
|
||
CostInitialize 800
|
||
FileCost 900
|
||
CostFinalize 1000
|
||
SetODBCFolders NOT Installed 1100
|
||
MigrateFeatureStates 1200
|
||
InstallValidate 1400
|
||
InstallInitialize 1500
|
||
AllocateRegistrySpace NOT Installed 1550
|
||
ProcessComponents 1600
|
||
UnpublishComponents 1700
|
||
UnpublishFeatures 1800
|
||
StopServices VersionNT 1900
|
||
DeleteServices VersionNT 2000
|
||
UnregisterComPlus 2100
|
||
SelfUnregModules 2200
|
||
UnregisterTypeLibraries 2300
|
||
RemoveODBC 2400
|
||
UnregisterFonts 2500
|
||
RemoveRegistryValues 2600
|
||
UnregisterClassInfo 2700
|
||
UnregisterExtensionInfo 2800
|
||
UnregisterProgIdInfo 2900
|
||
UnregisterMIMEInfo 3000
|
||
RemoveIniValues 3100
|
||
RemoveShortcuts 3200
|
||
RemoveEnvironmentStrings 3300
|
||
RemoveDuplicateFiles 3400
|
||
RemoveFiles 3500
|
||
RemoveFolders 3600
|
||
CreateFolders 3700
|
||
MoveFiles 3800
|
||
InstallFiles 4000
|
||
PatchFiles 4090
|
||
DuplicateFiles 4210
|
||
BindImage 4300
|
||
CreateShortcuts 4500
|
||
RegisterClassInfo 4600
|
||
RegisterExtensionInfo 4700
|
||
RegisterProgIdInfo 4800
|
||
RegisterMIMEInfo 4900
|
||
WriteRegistryValues 5000
|
||
WriteIniValues 5100
|
||
WriteEnvironmentStrings 5200
|
||
RegisterFonts 5300
|
||
InstallODBC 5400
|
||
RegisterTypeLibraries 5500
|
||
SelfRegModules 5600
|
||
RegisterComPlus 5700
|
||
InstallServices VersionNT 5800
|
||
StartServices VersionNT 5900
|
||
RegisterUser 6000
|
||
RegisterProduct 6100
|
||
PublishComponents 6200
|
||
PublishFeatures 6300
|
||
PublishProduct 6400
|
||
InstallFinalize 6600
|
||
RemoveExistingProducts 6700
|
||
<<NOKEEP
|
||
|
||
|
||
######################################################################
|
||
# InstallUISequence
|
||
|
||
Vse :: "$(JEZIK).$(CFG).$(PLAT).InstallUISequence-1.idt"
|
||
|
||
"$(JEZIK).$(CFG).$(PLAT).InstallUISequence-1.idt" : "Makefile" "..\..\..\include\MSINast.mak"
|
||
-if exist $@ del /f /q $@
|
||
move /y << $@ > NUL
|
||
Action Condition Sequence
|
||
s$(MSI_TIP_ID) S255 I2
|
||
InstallUISequence Action
|
||
LaunchConditions NOT Installed 100
|
||
FindRelatedProducts 200
|
||
caNewerProductFound NEWPRODUCTFOUND 201
|
||
AppSearch 400
|
||
CCPSearch NOT Installed 500
|
||
RMCCPSearch NOT Installed 600
|
||
ValidateProductID 700
|
||
CostInitialize 800
|
||
FileCost 900
|
||
CostFinalize 1000
|
||
MigrateFeatureStates 1200
|
||
ExecuteAction 1300
|
||
<<NOKEEP
|
||
|
||
|
||
######################################################################
|
||
# LaunchCondition
|
||
|
||
Vse :: "$(JEZIK).$(CFG).$(PLAT).LaunchCondition-1.idt"
|
||
|
||
"$(JEZIK).$(CFG).$(PLAT).LaunchCondition-1.idt" : "Makefile" "..\..\..\include\MSINast.mak"
|
||
-if exist $@ del /f /q $@
|
||
move /y << $@ > NUL
|
||
Condition Description
|
||
s255 l255
|
||
LaunchCondition Condition
|
||
<<NOKEEP
|
||
|
||
|
||
######################################################################
|
||
# ListBox
|
||
|
||
Vse :: "$(JEZIK).$(CFG).$(PLAT).ListBox-1.idt"
|
||
|
||
"$(JEZIK).$(CFG).$(PLAT).ListBox-1.idt" : "Makefile" "..\..\..\include\MSINast.mak"
|
||
-if exist $@ del /f /q $@
|
||
move /y << $@ > NUL
|
||
Property Order Value Text
|
||
s$(MSI_TIP_ID) i2 s64 L64
|
||
ListBox Property Order
|
||
<<NOKEEP
|
||
|
||
|
||
######################################################################
|
||
# ListView
|
||
|
||
Vse :: "$(JEZIK).$(CFG).$(PLAT).ListView-1.idt"
|
||
|
||
"$(JEZIK).$(CFG).$(PLAT).ListView-1.idt" : "Makefile" "..\..\..\include\MSINast.mak"
|
||
-if exist $@ del /f /q $@
|
||
move /y << $@ > NUL
|
||
Property Order Value Text Binary_
|
||
s$(MSI_TIP_ID) i2 s64 L64 S$(MSI_TIP_ID)
|
||
ListView Property Order
|
||
<<NOKEEP
|
||
|
||
|
||
######################################################################
|
||
# LockPermissions
|
||
|
||
Vse :: "$(JEZIK).$(CFG).$(PLAT).LockPermissions-1.idt"
|
||
|
||
"$(JEZIK).$(CFG).$(PLAT).LockPermissions-1.idt" : "Makefile" "..\..\..\include\MSINast.mak"
|
||
-if exist $@ del /f /q $@
|
||
move /y << $@ > NUL
|
||
LockObject Table Domain User Permission
|
||
s$(MSI_TIP_ID) s32 S255 s255 I4
|
||
LockPermissions LockObject Table Domain User
|
||
<<NOKEEP
|
||
|
||
|
||
######################################################################
|
||
# ModuleComponents
|
||
|
||
Vse :: "$(JEZIK).$(CFG).$(PLAT).ModuleComponents-1.idt"
|
||
|
||
"$(JEZIK).$(CFG).$(PLAT).ModuleComponents-1.idt" : "Makefile" "..\..\..\include\MSINast.mak"
|
||
-if exist $@ del /f /q $@
|
||
move /y << $@ > NUL
|
||
Component ModuleID Language
|
||
s$(MSI_TIP_ID) s$(MSI_TIP_ID) i2
|
||
ModuleComponents Component ModuleID Language
|
||
<<NOKEEP
|
||
|
||
|
||
######################################################################
|
||
# ModuleDependency
|
||
|
||
Vse :: "$(JEZIK).$(CFG).$(PLAT).ModuleDependency-1.idt"
|
||
|
||
"$(JEZIK).$(CFG).$(PLAT).ModuleDependency-1.idt" : "Makefile" "..\..\..\include\MSINast.mak"
|
||
-if exist $@ del /f /q $@
|
||
move /y << $@ > NUL
|
||
ModuleID ModuleLanguage RequiredID RequiredLanguage RequiredVersion
|
||
s$(MSI_TIP_ID) i2 s$(MSI_TIP_ID) i2 S32
|
||
ModuleDependency ModuleID ModuleLanguage RequiredID RequiredLanguage
|
||
<<NOKEEP
|
||
|
||
|
||
######################################################################
|
||
# ModuleSignature
|
||
|
||
Vse :: "$(JEZIK).$(CFG).$(PLAT).ModuleSignature-1.idt"
|
||
|
||
"$(JEZIK).$(CFG).$(PLAT).ModuleSignature-1.idt" : "Makefile" "..\..\..\include\MSINast.mak"
|
||
-if exist $@ del /f /q $@
|
||
move /y << $@ > NUL
|
||
ModuleID Language Version
|
||
s$(MSI_TIP_ID) i2 s20
|
||
ModuleSignature ModuleID Language
|
||
<<NOKEEP
|
||
|
||
|
||
######################################################################
|
||
# MsiAssembly
|
||
|
||
Vse :: "$(JEZIK).$(CFG).$(PLAT).MsiAssembly-1.idt"
|
||
|
||
"$(JEZIK).$(CFG).$(PLAT).MsiAssembly-1.idt" : "Makefile" "..\..\..\include\MSINast.mak"
|
||
-if exist $@ del /f /q $@
|
||
move /y << $@ > NUL
|
||
Component_ Feature_ File_Manifest File_Application Attributes
|
||
s$(MSI_TIP_ID) s$(MSI_TIP_ID) S$(MSI_TIP_ID) S$(MSI_TIP_ID) I2
|
||
MsiAssembly Component_
|
||
<<NOKEEP
|
||
|
||
|
||
######################################################################
|
||
# MsiAssemblyName
|
||
|
||
Vse :: "$(JEZIK).$(CFG).$(PLAT).MsiAssemblyName-1.idt"
|
||
|
||
"$(JEZIK).$(CFG).$(PLAT).MsiAssemblyName-1.idt" : "Makefile" "..\..\..\include\MSINast.mak"
|
||
-if exist $@ del /f /q $@
|
||
move /y << $@ > NUL
|
||
Component_ Name Value
|
||
s$(MSI_TIP_ID) s255 s255
|
||
MsiAssemblyName Component_ Name
|
||
<<NOKEEP
|
||
|
||
|
||
######################################################################
|
||
# MsiFileHash
|
||
|
||
Vse :: "$(JEZIK).$(CFG).$(PLAT).MsiFileHash-1.idt"
|
||
|
||
"$(JEZIK).$(CFG).$(PLAT).MsiFileHash-1.idt" : "Makefile" "..\..\..\include\MSINast.mak"
|
||
-if exist $@ del /f /q $@
|
||
move /y << $@ > NUL
|
||
File_ Options HashPart1 HashPart2 HashPart3 HashPart4
|
||
s$(MSI_TIP_ID) i2 i4 i4 i4 i4
|
||
MsiFileHash File_
|
||
<<NOKEEP
|
||
|
||
|
||
######################################################################
|
||
# MsiSFCBypass
|
||
|
||
Vse :: "$(JEZIK).$(CFG).$(PLAT).MsiSFCBypass-1.idt"
|
||
|
||
"$(JEZIK).$(CFG).$(PLAT).MsiSFCBypass-1.idt" : "Makefile" "..\..\..\include\MSINast.mak"
|
||
-if exist $@ del /f /q $@
|
||
move /y << $@ > NUL
|
||
File_
|
||
s$(MSI_TIP_ID)
|
||
MsiSFCBypass File_
|
||
<<NOKEEP
|
||
|
||
|
||
######################################################################
|
||
# Property
|
||
|
||
Vse :: \
|
||
"$(JEZIK).$(CFG).$(PLAT).Property-1.idt" \
|
||
"$(JEZIK).$(CFG).$(PLAT).Property-2.idt"
|
||
|
||
"$(JEZIK).$(CFG).$(PLAT).Property-1.idt" : "Makefile" "..\..\..\include\MSINast.mak"
|
||
-if exist $@ del /f /q $@
|
||
move /y << $@ > NUL
|
||
Property Value
|
||
s$(MSI_TIP_ID) l0
|
||
Property Property
|
||
!IFDEF MSI_URL_AVTORJA
|
||
ARPURLINFOABOUT $(MSI_URL_AVTORJA)
|
||
!ENDIF
|
||
!IFDEF MSI_NASLOV_AVTORJA
|
||
ARPCONTACT $(MSI_NASLOV_AVTORJA)
|
||
!ENDIF
|
||
!IFDEF MSI_TEL_AVTORJA
|
||
ARPHELPTELEPHONE $(MSI_TEL_AVTORJA)
|
||
!ENDIF
|
||
!IFDEF MSI_URL_IZDELKA
|
||
ARPHELPLINK $(MSI_URL_IZDELKA)
|
||
!ENDIF
|
||
!IFDEF MSI_URL_NADGRADNJE
|
||
ARPURLUPDATEINFO $(MSI_URL_NADGRADNJE)
|
||
!ENDIF
|
||
Manufacturer $(MSI_AVTOR)
|
||
MSICHECKCRCS 1
|
||
ProductID none
|
||
ProductName $(MSI_POLNO_IME_IZDELKA)
|
||
SimpleProductName $(MSI_IME_IZDELKA)
|
||
PROMPTROLLBACKCOST P
|
||
<<NOKEEP
|
||
|
||
"Sl.$(CFG).$(PLAT).Property-2.idtx" : "Makefile" "..\..\..\include\MSINast.mak"
|
||
-if exist $@ del /f /q $@
|
||
move /y << $@ > NUL
|
||
Property Value
|
||
s$(MSI_TIP_ID) l0
|
||
1250 Property Property
|
||
ProductLanguage 1060
|
||
<<NOKEEP
|
||
|
||
"De.$(CFG).$(PLAT).Property-2.idt" : "Sl.$(CFG).$(PLAT).Property-2.idtx" "..\res\de_DE.po"
|
||
rcxgettext.exe idtp $@ $**
|
||
|
||
"En.$(CFG).$(PLAT).Property-2.idt" : "Sl.$(CFG).$(PLAT).Property-2.idtx" "..\res\en_GB.po"
|
||
rcxgettext.exe idtp $@ $**
|
||
|
||
"It.$(CFG).$(PLAT).Property-2.idt" : "Sl.$(CFG).$(PLAT).Property-2.idtx" "..\res\it_IT.po"
|
||
rcxgettext.exe idtp $@ $**
|
||
|
||
"Sl.$(CFG).$(PLAT).Property-2.idt" : "Sl.$(CFG).$(PLAT).Property-2.idtx"
|
||
copy /y $** $@ > NUL
|
||
|
||
|
||
######################################################################
|
||
# RadioButton
|
||
|
||
Vse :: "$(JEZIK).$(CFG).$(PLAT).RadioButton-1.idt"
|
||
|
||
"$(JEZIK).$(CFG).$(PLAT).RadioButton-1.idt" : "Makefile" "..\..\..\include\MSINast.mak"
|
||
-if exist $@ del /f /q $@
|
||
move /y << $@ > NUL
|
||
Property Order Value X Y Width Height Text Help
|
||
s$(MSI_TIP_ID) i2 s64 i2 i2 i2 i2 L64 L$(MSI_TIP_POMOC)
|
||
RadioButton Property Order
|
||
<<NOKEEP
|
||
|
||
|
||
######################################################################
|
||
# RegLocator
|
||
|
||
Vse :: "$(JEZIK).$(CFG).$(PLAT).RegLocator-1.idt"
|
||
|
||
"$(JEZIK).$(CFG).$(PLAT).RegLocator-1.idt" : "Makefile" "..\..\..\include\MSINast.mak"
|
||
-if exist $@ del /f /q $@
|
||
move /y << $@ > NUL
|
||
Signature_ Root Key Name Type
|
||
s$(MSI_TIP_ID) i2 s255 S255 I2
|
||
RegLocator Signature_
|
||
<<NOKEEP
|
||
|
||
|
||
######################################################################
|
||
# Signature
|
||
|
||
Vse :: "$(JEZIK).$(CFG).$(PLAT).Signature-1.idt"
|
||
|
||
"$(JEZIK).$(CFG).$(PLAT).Signature-1.idt" : "Makefile" "..\..\..\include\MSINast.mak"
|
||
-if exist $@ del /f /q $@
|
||
move /y << $@ > NUL
|
||
Signature FileName MinVersion MaxVersion MinSize MaxSize MinDate MaxDate Languages
|
||
s$(MSI_TIP_ID) s255 S20 S20 I4 I4 I4 I4 S255
|
||
Signature Signature
|
||
<<NOKEEP
|
||
|
||
|
||
######################################################################
|
||
# SxsMsmGenComponents
|
||
|
||
Vse :: "$(JEZIK).$(CFG).$(PLAT).SxsMsmGenComponents-1.idt"
|
||
|
||
"$(JEZIK).$(CFG).$(PLAT).SxsMsmGenComponents-1.idt" : "Makefile" "..\..\..\include\MSINast.mak"
|
||
-if exist $@ del /f /q $@
|
||
move /y << $@ > NUL
|
||
Component_ Guid
|
||
s$(MSI_TIP_ID) s38
|
||
SxsMsmGenComponents Component_
|
||
<<NOKEEP
|
||
|
||
|
||
######################################################################
|
||
# TextStyle
|
||
|
||
Vse :: "$(JEZIK).$(CFG).$(PLAT).TextStyle-1.idt"
|
||
|
||
"$(JEZIK).$(CFG).$(PLAT).TextStyle-1.idt" : "Makefile" "..\..\..\include\MSINast.mak"
|
||
-if exist $@ del /f /q $@
|
||
move /y << $@ > NUL
|
||
TextStyle FaceName Size Color StyleBits
|
||
s$(MSI_TIP_ID) s32 i2 I4 I2
|
||
TextStyle TextStyle
|
||
<<NOKEEP
|
||
|
||
|
||
######################################################################
|
||
# TypeLib
|
||
|
||
Vse :: "$(JEZIK).$(CFG).$(PLAT).TypeLib-1.idt"
|
||
|
||
"$(JEZIK).$(CFG).$(PLAT).TypeLib-1.idt" : "Makefile" "..\..\..\include\MSINast.mak"
|
||
-if exist $@ del /f /q $@
|
||
move /y << $@ > NUL
|
||
LibID Language Component_ Version Description Directory_ Feature_ Cost
|
||
s38 i2 s$(MSI_TIP_ID) I2 L128 S$(MSI_TIP_ID) s$(MSI_TIP_ID) I4
|
||
TypeLib LibID Language Component_
|
||
<<NOKEEP
|
||
|
||
|
||
######################################################################
|
||
# UIText
|
||
|
||
Vse :: "$(JEZIK).$(CFG).$(PLAT).UIText-2.idt"
|
||
|
||
"Sl.$(CFG).$(PLAT).UIText-2.idtx" : "Makefile" "..\..\..\include\MSINast.mak"
|
||
-if exist $@ del /f /q $@
|
||
move /y << $@ > NUL
|
||
Key Text
|
||
s$(MSI_TIP_ID) L255
|
||
1250 UIText Key
|
||
AbsentPath
|
||
bytes bajtov
|
||
GB GB
|
||
KB KB
|
||
MB MB
|
||
MenuAbsent Ta del ne bo name<EFBFBD><EFBFBD>en
|
||
MenuAdvertise Del bo name<EFBFBD><EFBFBD>en ob prvi uporabi
|
||
MenuAllCD Celotna komponenta bo name<EFBFBD><EFBFBD>ena na plo<EFBFBD><EFBFBD>i CD
|
||
MenuAllLocal Celotna komponenta bo name<EFBFBD><EFBFBD>ena na lokalni disk
|
||
MenuAllNetwork Celotna komponenta bo name<EFBFBD><EFBFBD>ena za zagon iz omre<EFBFBD>ja
|
||
MenuCD Name<EFBFBD><EFBFBD>eno za zagon iz plo<EFBFBD><EFBFBD>e CD
|
||
MenuLocal Name<EFBFBD><EFBFBD>eno za zagon iz lokalnega diska
|
||
MenuNetwork Name<EFBFBD><EFBFBD>eno za zagon iz omre<EFBFBD>ja
|
||
NewFolder Mapa|Nova mapa
|
||
ScriptInProgress Zbiranje potrebnih informacij ...
|
||
SelAbsentAbsent Ta del bo <EFBFBD>e vedno odstranjen
|
||
SelAbsentAdvertise Ta del bo ponastavljen za zagon ob prvi uporabi
|
||
SelAbsentCD Ta del bo ponastavljen za zagon iz plo<EFBFBD><EFBFBD>e CD
|
||
SelAbsentLocal Ta del bo name<EFBFBD><EFBFBD>en na lokalni disk
|
||
SelAbsentNetwork Ta del bo ponastavljen za zagon iz omre<EFBFBD>ja
|
||
SelAdvertiseAbsent Ta del bo odstranjen
|
||
SelAdvertiseAdvertise Ta del bo name<EFBFBD><EFBFBD>en ob prvi uporabi
|
||
SelAdvertiseCD Ta del bo ponastavljen za zagon iz plo<EFBFBD><EFBFBD>e CD
|
||
SelAdvertiseLocal Ta del bo name<EFBFBD><EFBFBD>en na lokalni disk
|
||
SelAdvertiseNetwork Ta del bo ponastavljen za zagon iz omre<EFBFBD>ja
|
||
SelCDAbsent Ta del bo odstranjen, ne boste ga mogli zagnati niti iz plo<EFBFBD><EFBFBD>e CD
|
||
SelCDAdvertise Ta del bo ponastavljen za zagon ob prvi uporabi
|
||
SelCDCD Ta del bo <EFBFBD>e vedno name<EFBFBD><EFBFBD>en za zagon iz plo<EFBFBD><EFBFBD>e CD
|
||
SelCDLocal Ta del bo name<EFBFBD><EFBFBD>en na lokalni disk
|
||
SelChildCostNeg Ta del bo sprostil [1] na va<EFBFBD>em disku.
|
||
SelChildCostPos Ta del zahteva [1] na va<EFBFBD>em disku.
|
||
SelCostPending Ra<EFBFBD>unam potreben prostor za ta del ...
|
||
SelLocalAbsent Ta del bo odstranjen
|
||
SelLocalAdvertise Ta del bo odstranjen iz va<EFBFBD>ega lokalnega diska, vendar bo ponastavljen za zagon ob prvi uporabi
|
||
SelLocalCD Ta del bo odstranjen iz va<EFBFBD>ega lokalnega diska, vendar bo ponastavljen za zagon iz plo<EFBFBD><EFBFBD>e CD
|
||
SelLocalLocal Ta del bo <EFBFBD>e vedno name<EFBFBD><EFBFBD>en na va<EFBFBD>em lokalnem disku
|
||
SelLocalNetwork Ta del bo odstranjen iz va<EFBFBD>ega lokalnega diska, vendar bo ponastavljen za zagon iz omre<EFBFBD>ja
|
||
SelNetworkAbsent Ta del bo odstranjen, ne boste ga mogli zagnati niti iz omre<EFBFBD>ja
|
||
SelNetworkAdvertise Ta del bo ponastavljen za zagon ob prvi uporabi
|
||
SelNetworkLocal Ta del bo name<EFBFBD><EFBFBD>en na lokalni disk
|
||
SelNetworkNetwork Ta del bo <EFBFBD>e vedno name<EFBFBD><EFBFBD>en za zagon iz omre<EFBFBD>ja
|
||
SelParentCostNegNeg Ta komponenta zaseda [1] na va<EFBFBD>em lokalnem disku. Ima izbranih [2] od [3] delov. Deli zasedajo [4] na va<EFBFBD>em lokalnem disku.
|
||
SelParentCostNegPos Ta komponenta zaseda [1] na va<EFBFBD>em lokalnem disku. Ima izbranih [2] od [3] delov. Deli zasedajo [4] na va<EFBFBD>em lokalnem disku.
|
||
SelParentCostPosNeg Ta komponenta zaseda [1] na va<EFBFBD>em lokalnem disku. Ima izbranih [2] od [3] delov. Deli zasedajo [4] na va<EFBFBD>em lokalnem disku.
|
||
SelParentCostPosPos Ta komponenta zaseda [1] na va<EFBFBD>em lokalnem disku. Ima izbranih [2] od [3] delov. Deli zasedajo [4] na va<EFBFBD>em lokalnem disku.
|
||
TimeRemaining Preostalo <20>asa: {[1] min }{[2] sek}
|
||
VolumeCostAvailable Na voljo
|
||
VolumeCostDifference Razlika
|
||
VolumeCostRequired Potrebno
|
||
VolumeCostSize Velikost
|
||
VolumeCostVolume Pogon
|
||
<<NOKEEP
|
||
|
||
"De.$(CFG).$(PLAT).UIText-2.idt" : "Sl.$(CFG).$(PLAT).UIText-2.idtx" "..\res\de_DE.po"
|
||
rcxgettext.exe idtp $@ $**
|
||
|
||
"En.$(CFG).$(PLAT).UIText-2.idt" : "Sl.$(CFG).$(PLAT).UIText-2.idtx" "..\res\en_GB.po"
|
||
rcxgettext.exe idtp $@ $**
|
||
|
||
"It.$(CFG).$(PLAT).UIText-2.idt" : "Sl.$(CFG).$(PLAT).UIText-2.idtx" "..\res\it_IT.po"
|
||
rcxgettext.exe idtp $@ $**
|
||
|
||
"Sl.$(CFG).$(PLAT).UIText-2.idt" : "Sl.$(CFG).$(PLAT).UIText-2.idtx"
|
||
copy /y $** $@ > NUL
|
||
|
||
|
||
######################################################################
|
||
# Izdelava modula MSM
|
||
######################################################################
|
||
|
||
!INCLUDE "..\MSM.mak"
|