04-27-2006 06:23 AM
04-28-2006 02:31 PM
Ksmith,
Unfortunately the installer will not be able to overwrite files without user interaction. Basically this is how it works. When you create an installer it is actually a MSI file that will run with a product code. The installer checks the code vs any other codes and if the code already exists, it will prompt to un-install. If you have different product codes for the same exe but different versions, I am not 100% sure it will allow you to install in the files in the same place, however, if it does when the installer tries to overwrite a file, Windows is smart enough to ask if you want to replace. If you select yes to all it won't check versions. However, you can go through files one at a time and choose. This is a limitation of using the MSI installer, however it is the best installer for windows based applications. Let me know what you come up with.
Tyler H.
National Instruments
04-25-2007 06:49 AM
04-25-2007 07:03 AM
04-25-2007 07:10 AM
Well - that's not really comfortable, if you have to maintain several build specifications.
Can we expect an improvement regarding this topic in a future LV version?