In a C# application you can change the target platform under the project
porperties, Build tab, Platform target drop down. In C++ you can change the
platform under Project Properties, Configuration Properties, Advanced, Target
machine selection. I hope this helps.
Rick D.
Contractor.
> I have created a smart device cab project in VS 2005 and noticed the
> cab file only installs on devices with ARM processors, our target
[quoted text clipped - 7 lines]
> regards,
> Jay
Jay - 22 Aug 2007 20:14 GMT
> In a C# application you can change the target platform under the project
> porperties, Build tab, Platform target drop down. In C++ you can change the
[quoted text clipped - 17 lines]
>
> - Show quoted text -
I do have my target platform set correctly, I do not thing that is the
issue. when the install cab file is generated it is not compatable
with the X86 processor. in VS 2003 you could define the target CPU in
the *.bat file that kicked off the cab creation process.
> I have created a smart device cab project in VS 2005 and noticed the
> cab file only installs on devices with ARM processors, our target
[quoted text clipped - 7 lines]
> regards,
> Jay
Found the solution.
if you do not compress the cab file in the deployment properties panel
it will install correctly.