11-08-2005 11:30 AM
I am using LabWindows/CVI 7.0, and have developed a PXI driver. I use the CVI Create Distribution Kit to generate my driver's installation kit. However, with the generated installation kit I find that I have to run SETUP.EXE twice, once to remove the existing PXI driver installation, and a second time to install the updated PXI driver.
I wondered if there is a way of creating the installation kit so that when SETUP.EXE is run it removes any existing PXI driver installation first, and then installs the updated PXI driver.
I have seen other vendor's drivers install in this way, and would be keen to make my PXI driver installations work in this way too.
11-08-2005 01:00 PM - edited 11-08-2005 01:00 PM
Message Edited by Mert A. on 11-08-2005 01:08 PM
11-09-2005 11:18 AM
You can also check out the WiX project. It's a full featured windows installer released as open source by Microsoft.