installer - Error 2203 while extracting msi -
I am getting a 2203 error, while the MSI is removed with the following command.
msiexec / a "C: \ Test \ Installer.msi" / QB targetDIR = "C: \ Test \ Eval" / LV * "C: \ Test \ INST_Logfile.log"
Please consider the following points: Answer:
-
Log in users and system account% TEMP%, C: \ Windows \ Installer complete Have access.
-
Checked the Windows Installer service and it is working fine.
-
Tried
-
Restarting System
< / Li>
MSI (s) (88 : A4) [14: 09: 27: 551]: Execution Op: DatabaseCopy (DatabasePath = C: \ Test \ Installer.msi, CabinetStreams = cab1.cab, AdminDestFolder = C: \ Test \,) MSI (S) ( 88: A4) [14: 09: 27: 551]: Note: 1: 2203 2: C: \ Test \ Installer.msi 3: -2147287008 Debuts: Error 2203: Database: C: \ Test \ Installer.mmi. Can not open database file System Error -2147287008 MSI (88: A4) [14: 09: 34: 634]: Product: Installer - The installer has encountered an unexpected error in setting up this package. This may indicate a problem with this package. The error code is 2203. The arguments are: C: \ Test \ Installer.msi, -2147287008,
This problem was due to some stupid in the part, but I understand that if anyone else tries it, then it would be a post. For this extraction command line (and others believe), you do not have MSI that you are removing in the same folder as TARGETDIR. Window Installer is locking the folder during the extraction process and hence the same content Can not write to folder.
Comments
Post a Comment