Hello.
Target PC : WindowXP SP3
Development PC : Windows7/Labview 2012
1. This problem did not occur before, but recently (when it is estimated after certain NI update), the build program requires Windows7 or above when running the install program on the target PC, even though the minimum OS is set to WinXP SP3.
-> This is the result of the NI discussion board search, This is an LABVIEW bug that does not support xp anymore, but can choose xp for the build option. But I Success by modifying the minimum OS part of the setup configuration file(.ini) and I can install from the target PC.
VersionNTMin=6,1,7601,1,0 --> VersionNTMin=5,1,2600,3,0
But,
2. I had trouble modifying the installation configuration file (.ini) and choosing VISA runime engine as an additional installation program.
Target PC failed install
<"NI-DIM 16.0.0" failed on target PC. Error 1721. This Windows installation package has a problem ... Are you sure you want to continue?>
I uninstalled VISA 16.0, installed VISA 5.4 and retried, but returned the same error (NI-DIM 16.0.0 installation failed).
How do I proceed with the installation on my target PC with an installation file containing VISA runtime engine?
Thank you.