Windows installer error

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,
I've written an addin for MCE in VS2002 and i made the windows installer
file for an add-in acording to the MCE SDK manual.
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnanchor/html/anch_winxpmce.asp
Everything installs fine, but only on the system, which has VS2002
installed. If i try to install it on the other MCE system it says that: This
addin can only be installed on WindowsXP MCE2005
Is there a workaroud for this?
Maybe this error log will be useful to help
mehttp://bsd.ee/~nezdali/PHOTOZ/misc/msi_setup_error_log.txt
Thanks.
Vitali
 
Hi All,

I've finnaly found where the problem is. The problem is that the system i'm
trying to install the addin on has the system locale set to 0425 (estonian),
while when i remove the MUI package the addin installs clearly without any
errors. I found that the setup project for this addin has under detected
dependances dotnetfxredist_x86_ENU.msm installation database file, which is
of english version.
Is it possible to customize somehow my setup project, that it wont
check/will check but will skip the input language?

Thanks.
Vitali.
 
Back
Top