To read msi and update registry value from msi into word
Hi,
I need to write a vb script that reads registry value from the msi/ism/mst and updates that entry in the microsoft word.
***may be we need to openthe database.
thanks...
I need to write a vb script that reads registry value from the msi/ism/mst and updates that entry in the microsoft word.
***may be we need to openthe database.
thanks...
0 Comments
[ + ] Show comments
Answers (8)
Please log in to answer
Posted by:
jmcfadyen
13 years ago
Posted by:
anonymous_9363
12 years ago
John, I think the OP wants things the other way round, probably to document MSIs.
@OP, look up 'WindowsInstaller.Installer' on MSDN, there's everything you need to know there, in terms of the object model. Then download the Platform SDK (I don't think the Windows Installer SDK is available separately any more). There are sample scripts in there which shoud you how to access the various tables. Bear in mind that, in general, they are quick-and-dirty scripts with no worthwhile error-handling, etc., etc.
@OP, look up 'WindowsInstaller.Installer' on MSDN, there's everything you need to know there, in terms of the object model. Then download the Platform SDK (I don't think the Windows Installer SDK is available separately any more). There are sample scripts in there which shoud you how to access the various tables. Bear in mind that, in general, they are quick-and-dirty scripts with no worthwhile error-handling, etc., etc.
Posted by:
virtualize
12 years ago
Do u have a vb script for this. Please help me with an example...
1) First u read property value from property table say "ALLUSERs=1"
2) Temp.doc already contains a word "ALLUSERS"
Here the vbscript need to find the property "ALLUSERS" from the msi table and write the value "1" of the property in the temp.doc.
Thanks.
1) First u read property value from property table say "ALLUSERs=1"
2) Temp.doc already contains a word "ALLUSERS"
Here the vbscript need to find the property "ALLUSERS" from the msi table and write the value "1" of the property in the temp.doc.
Thanks.
Posted by:
anonymous_9363
12 years ago
Posted by:
weberik
12 years ago
Posted by:
virtualize
12 years ago
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.