Hi All
I have an MSI which is successfully installed on all the machines those
have MS Visual Studio.Net 2005 but when we tried to install on other
machines those don't have MS Visual Studio.Net 2005 that MSI is showed
the error message and quit, so the installation failed and roll back
the installation. The error is
Error 1935. An error occured during the installation of assembly
"Microsoft.StdFormat,Version="7.0.3300.0",GUID="6b263850-900b-11d0-9484-00a0c91110ed",LCID="1033",PublicKeyToken="BO3F5F7F11D5OA3A'".
Please refer to Help and Support for more information. HRESULT:
0x8002802F.
Another most important thing is that we have to install/distribute it
locally not through MSI, we need all those files which are distributed
through MSI and which are used/need to run the program. So if anyone
have any idea about this then please help me.
Thanks & regards
Basharat
Phil Wilson - 18 Jan 2007 20:36 GMT
See if this helps:
http://blogs.msdn.com/astebner/archive/2004/11/10/255346.aspx
where it says that your error might be an incorrect version of mscoree.dll.
Also, are you sure that this message is coming from your MSI? I'd expect it
to come from the framework redist install.

Signature
Phil Wilson
[Microsoft MVP Windows Installer]
> Hi All
>
[quoted text clipped - 16 lines]
> Thanks & regards
> Basharat
immi - 19 Jan 2007 05:13 GMT
Thanx a lot for replying.
Infact i want that this msi work independent of FramWork. So i use a
fresh system which only have XP + SP2. On this fresh system
"mscoree.dll" doesn't exist so no chance of clash like that.
So my qustion is still there.......
Regards
Imi
> See if this helps:
> http://blogs.msdn.com/astebner/archive/2004/11/10/255346.aspx
[quoted text clipped - 27 lines]
> > Thanks & regards
> > Basharat
Phil Wilson - 21 Jan 2007 19:08 GMT
Did you try the workaround steps there? There's a list of things to try when
the framework isn't on the system.

Signature
Phil Wilson
[Microsoft MVP-Windows Installer]
> Thanx a lot for replying.
>
[quoted text clipped - 39 lines]
>> > Thanks & regards
>> > Basharat