PDA

View Full Version : how to merge help modules


indu
19th November 2009, 12:34
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

kichik
1st December 2009, 06:40
Create a MSI file from them and install it using msiexec.exe.

Wizou
2nd December 2009, 11:40
search for msm2msi.exe

indu
7th January 2010, 03:16
Thanks will try.