Archive: how to merge help modules


how to merge help modules
Hi:
I was looking at using nsis for development of setup package. I have a few .msm files that needs to get merged into Visual Studio help modules of type (.hxt, .hxs, .hxc, .hxk) during installation. How would I be able to do this in nsis?
Iam totally new to this scripting...
Thanks in advance for response.
Indu


Create a MSI file from them and install it using msiexec.exe.


search for msm2msi.exe


Thanks will try.