Hello i'm trying to make a .msi package for use with GPO.
My first test is a little installation (just create one directory, and install 5 files).
I create just .MSI (with .CAB included). When I add my package on GPO (with Ignore language when deploying this package flag) the warning message show in eventlog
Eventid 119:
Software Installation encountered an unexpected error while reading from the MSI file <path to msi file>. The error was not serious enough to justify halting the operation. The following error was encountered: The operation completed successfully.
I have reading on other forum it's possible if your msi package and OS language is different. But the problem is solved if you use Ignore language when deploying this package flag.
With best regards