Hi Folks,
I'm using VS 2005 and developing an application that needs to target multiple platforms. Some supporting DLL's have different versions for PPC 2003 and WM 5.
Is there a way to have these included in the same setup project but have the right version for the platform installed or do I have to have a setup project per platform
Information in the documentation seems to be pretty scant and does not really address these issues. Also the interface in VS 2005 does not seem to provide any clues either.
Joffa.

Multiple Installer Targets
buzzripper
Hi Joffa,
From what I can tell you need a 3rd party installation program to do this. You can find some freeware (NSIS) that does it here:
http://www.pocketpcdn.com/articles/multicabinstall.html
or you can buy a program like ePocketSetup. Hope this helps