how can i add or delete entry of a msi database table using msidb.exe rather than using the orca.Is there any commandline like below
msidb.exe [msipath][importingFilepath]
Once the file is added the corresponding entries in the msi tables should be updated
Thanks,
Although tools such as msidb.exe are capable of exporting and importing text archive files, text archive files should only be used for the following specific purposes.
files.
column data types, nullability, or localization attributes of any
columns in standard tables.
A text archive file for a Windows Installer database carries an .idt file name extension and is in the Archive File Format.
You should use a Windows Installer table editing tool, such as Orca or a third-party tool, to create and modify an installation package.