*When we try to install crystal reports installer software on Windows 7 machine with following parameter programmatically then we get error "Log on as an administrator". This parameter indicates that the installation is being done as an administrator.*
*Parameter -> MsiInstallProduct(CrystalRuntimeMSMs.msi,ACTION = ADMIN)*
The user has admin and registry rights. The same thing works fine on Windows XP.
Buth when this installation is done manually in compatiblity mode, it works fine.
Do we need to do some extra procedure to execute the installer programmatically on Win 7?