LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Can I add new .dll file in msi installer file by useing Labwindows/CVI ?

Hello,
 
I want to edit msi installer file. Is it posible to replace one .dll file in msi installer by useing Labwindows/CVI software ? If so please tell me some one how I can replace the .dll file in msi installer.
 
Thank you
Mohammad
0 Kudos
Message 1 of 3
(3,801 Views)
Hi Mohammad,

CVI does not include an MSI editor and cannot be used to modify existing MSI installer files.  If the installer you are referring to was built by CVI, then you could change the distribution settings to include the new DLL instead of the old one, then rebuild your installer.  Presumably this is not the case for you, so you will need to use a third-party MSI editor like Wise or Orca (which can be downloaded for free as part of the Windows SDK).  Replacing a file is fairly trivial if you are familiar with the MSI tables.

Hope this helps.

Mert A.
National Instruments
0 Kudos
Message 2 of 3
(3,796 Views)

Hi Mert,

Thank you for your kind information. I will try with Orca.

Thank you.

Mohammad

0 Kudos
Message 3 of 3
(3,792 Views)