Msiexec

  • Thread starter Thread starter Korhan Ileri
  • Start date Start date
K

Korhan Ileri

I am trying to install an app and since it runs under msiexec.exe and the
appbase is Windows/System32, CLR cannot bind my private assemblies.
Therefore, the install fails. What am I doing wrong?
 
Here is the error log in case anyone needs

*** Assembly Binder Log Entry (11/12/2003 @ 3:45:13 PM) ***

The operation failed.
Bind result: hr = 0x80070002. The system cannot find the file specified.

Assembly manager loaded from:
C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\fusion.dll
Running under executable C:\WINDOWS\System32\MsiExec.exe
--- A detailed error log follows.

=== Pre-bind state information ===
LOG: DisplayName = cWiz Client, Version=1.0.0.0, Culture=neutral,
PublicKeyToken=null
(Fully-specified)
LOG: Appbase = C:\WINDOWS\System32\
LOG: Initial PrivatePath = NULL
LOG: Dynamic Base = NULL
LOG: Cache Base = NULL
LOG: AppName = NULL
Calling assembly : (Unknown).
===

LOG: Processing DEVPATH.
LOG: DEVPATH is not set. Falling through to regular bind.
LOG: Policy not being applied to reference at this time (private, custom,
partial, or location-based assembly bind).
LOG: Post-policy reference: cWiz Client, Version=1.0.0.0, Culture=neutral,
PublicKeyToken=null
LOG: Attempting download of new URL file:///C:/WINDOWS/System32/cWiz
Client.DLL.
LOG: Attempting download of new URL file:///C:/WINDOWS/System32/cWiz
Client/cWiz Client.DLL.
LOG: Attempting download of new URL file:///C:/WINDOWS/System32/cWiz
Client.EXE.
LOG: Attempting download of new URL file:///C:/WINDOWS/System32/cWiz
Client/cWiz Client.EXE.
LOG: All probing URLs attempted and failed.
 
Back
Top