Thanks, unDees, for the advice. I assume this material is common to CVI & LabView, as I work with LabWindows CVI.
I was hoping you or someone else could confirm/correct the following points on MSI basics to round out this thread:
- T/F: Windows XP, 2000, and 98 include an MSI installer, therefore instmsi and instmsiw are generally unnecessary for a distribution kit for those OSs. What about 95, 98SE, ME, NT?
- T/F: To make a self _installing_ zip file work, the WinZip Self-Extractor must wait until a certain program has finished before deleting the temporary unzipped files. In Win 95 -> XP this will always be msiexec.exe.
- T/F: instmsi and instmsiw themselves are self-installing programs that install the Microsoft MSI Installer, and therefor
e generally only get used once on any PC, if at all. (The exception would be to repair or update msiexec.)
- T/F: Setup.exe is the NI-supplied msi bootstrapper that is _only_ needed to install the right version of msiexec depending on the OS, if needed.
Hopefully straighforward questions, but useful info to have the answers in one place. Thanks in advance!