MSI files problem
-
I have used Visual Studio Installer to produce some MSI files to install my applications. I some PCs, where only WINNT or WIN2K OS is installed (MS office not installed)the MSI file cannot be executed. Does someone knows which application or DLL must be installed in the target machine in order to allow the MSI file execution ??? Thank a lot !!!
-
I have used Visual Studio Installer to produce some MSI files to install my applications. I some PCs, where only WINNT or WIN2K OS is installed (MS office not installed)the MSI file cannot be executed. Does someone knows which application or DLL must be installed in the target machine in order to allow the MSI file execution ??? Thank a lot !!!
The MSI installer must be installed on the machine you are targeting. Redistributable v1.2 for Windows 95, Windows 98, and Windows ME[^]. The MSI installer comes automatically w/Win2k and higher.
"The greatest danger to humanity is humanity without an open mind."
- Ian Mariano - http://www.ian-space.com/ -
I have used Visual Studio Installer to produce some MSI files to install my applications. I some PCs, where only WINNT or WIN2K OS is installed (MS office not installed)the MSI file cannot be executed. Does someone knows which application or DLL must be installed in the target machine in order to allow the MSI file execution ??? Thank a lot !!!