We have an application that requires the Macromedia Flash Player to be installed on the user’s system, so in the installer we run the ‘install_flash_player_7.msi’ using:
Not Installed AND FLASH_INSTALLER_PATH AND FLASH
Install MSI From Relative Path install_flash_player_7.msi (InstallFlashPlayerActiveX)
End
The ‘install_flash_player_7.msi’ file is in the same folder as the msi calling it.
This works fine on most systems, except under Windows 2000 running on Virtual PC 2004, where the nested msi does not run.
Also when installing the Flash player in this way a remove program entry is not created for it in the ‘Add and Remove Programs’ dialog.
Does anyone have any idea why these problems might be occuring?
Tim
Not Installed AND FLASH_INSTALLER_PATH AND FLASH
Install MSI From Relative Path install_flash_player_7.msi (InstallFlashPlayerActiveX)
End
The ‘install_flash_player_7.msi’ file is in the same folder as the msi calling it.
This works fine on most systems, except under Windows 2000 running on Virtual PC 2004, where the nested msi does not run.
Also when installing the Flash player in this way a remove program entry is not created for it in the ‘Add and Remove Programs’ dialog.
Does anyone have any idea why these problems might be occuring?
Tim