Developing and Deploying Pocket PC Setup Applications
Tech-Archive recommends: Fix windows errors by optimizing your registry
I've developed an MSI Installer a while back according to this
pattern.
http://msdn2.microsoft.com/en-us/library/ms838273.aspx
Of course, it has been updated with VS 2005 and .NET CF 2.0.
It installs the .NET CF 2.0 cab, the English string resources for .NET
CF 2 ( not really optional in practice), and my application CAB. It
uses a custom action of an executable to call winceappmanager with the
name of the cabs.
What part of it is likely to fail on Vista? And give an error like:
"There is a problem with this Windows Installer package. A program
required for this install to complete could not be run. Contact your
Support personnel or package vendor"
I don't have a Vista system myself to test with, so I have to rely on
the reports from end users.
Are there rules I can follow to make the MSI install work?
I don't have the budget to hire an install expert nor become one
myself, so I'm open to non MSI solutions to the problem. I've rejected
solutions like EzPocketSetup in the past because they don't install
more than one cab.
Nathan
.
Relevant Pages
- Re: How do people get the compact .Net framework?
... When you detect processor architecture (MIPS, ... architecture dependent CAB of your application. ... >>It would install correct CF CAB to the device automatically. ... >>You need MSI installer on your PC to do that (comes with all current ... (microsoft.public.dotnet.framework.compactframework) - Re: Creating MSI for installing .NET security policies
... You should write an MSI installer with custom install/uninstall actions to programmatically create the stuff for you. ... new Code Group in the Microsoft .NET configuration Tool which assigns ... deployment package MSI to allow users to install the Security Policy ... have a clean slate of policies anyway so I wasnt overwriting anyone ... (microsoft.public.dotnet.security) - Re: unpermitted installation
... > that contains an msi installer, and, whether the policies in effect have ... > privileges (i.e. user can initiate a msi install that needs admin to ... >>> and exe install file to attempt actually answering you. ... >>> account probably would be unable to log in. ... (microsoft.public.security) - Re: How do people get the compact .Net framework?
... NETCFSetup.msi uses so that I can also install the correct version of the ... > You need MSI installer on your PC to do that (comes with all current ... Could you post a link to the file I need to redistribute? ... >> execute from the location. ... (microsoft.public.dotnet.framework.compactframework) - Office 2003 keeps runing install - help please
... every now and again will flash up an MSI installer box the A: ... turned this off under other-persons option but why does it not just install ... Also I don't know if its related but I can't run the auto upgrade option ... (microsoft.public.office.setup) |
|