The windows installer service is started, I have 2 msiexec.exe which are running on my workstation ( 1 under the user account and the other one under the system account ).
When prompted, I provide the various configuration screens of my installation with the proper parameters, then, I run the installation of .Net Framework version 1.0.3705
The .Net Framework installation is launched by an custom action which temporarily stops my installation and execute the DotNetfx.exe package provided by Microsoft.
.NetFramework got properly installed then my installation restarts, but during the execution of actions in the status window (just before verifyreadydlg) the installation stops and I have the error message :
“Error 2755 : The installer has encountered an unexpected error installing this package. This may indicate a problem with this package. The error code is 2755. The arguments are: 1601 »
I have noticed that the installation of the .NetFramework usually stops the MSI service which is run under with the system account privilege.
This does not happen with others operating systems.
Does anyone have an idea ?
Thanks in advance

