LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

LabWindows/CVI 8 deployment tool

Hello,

Just a few remarks about the new deployment tool of the new version of LabWindows/CVI 8

- I have found no way to show the file path in the bottom window. From one release to an other, I use the same files but from a different folder and I have no way to know from where come the files of the actual distribution.
- You can not filter the files show on the top window, to show the files with only a specified extension.
- The fixed size of the window... Whenn you have long file name, it is not good...

The good point is the possibility to create multiple distribution kit.

Is there a way to come back to the old distribution tool, as this new version is less user friendly for me in my specific configuration?

Regards,
Yannick Willener



0 Kudos
Message 1 of 2
(2,951 Views)
Hi Yannick,

To view the source path of a particular file you have included in your distribution, just double click the file (or select "File Options" from its right-click menu) and select the "File Options" menu item.  This will bring up a small dialog showing you the source path along with some installation options for the file.

Though you can't filter the files shown in the upper browser, you can select "Find..." from the files portion of that browser's right-click menu and enter a file extension.  You can then hit F3 to cycle through all files in that folder that match the extension string.  Note that the find does not use regular expressions, so you would search for ".ext" not "*.ext", and that you could only search for one extension at a time this way.

Though you can't resize the entire dialog, keep in mind that you can resize the columns, so if you drag (or double-click) the line that separates the "Name" column from the "Size" column, you should be able to see your full filename.  Note, also, that there is an invisible splitter running vertically between the files and direcories lists.  If you put the mouse over that splitter, your cursor will turn to a double arrow icon, and you can click-drag to give the files section more room on the tab.

Hopefully these tips will make it easier for you to use the distribution kit for your particular needs.  There is not a way to use the old user interface to the distribution kit creator.  If you still prefer the old interface, I would still strongly recommend using the new one, since you mentioned creating multiple releases of your package.  The old distribution kits did not handle upgrades; with the new system, the version number (and the GUID in the .cds file) controls the way a particular version of your product interacts with existing versions that are may already be installed.  It ensures that older versions will not install over newer versions, and that newer versions will automatically remove the old version before installing.  For detailed information, refer to the Microsoft Installer documentation on upgrades and patching.  (The Product Code referred to there is a GUID created fresh for each .cds file.)

Hope this helps.

Mert A.
National Instruments


0 Kudos
Message 2 of 2
(2,931 Views)