Re: What are the steps to making an MSI?
From: Richard Lewis Haggard (HaggardAtWorldDotStdDotCom)
Date: 05/03/04
- Previous message: Ginny Caughey [MVP]: "Re: KeyPad Programming on Symbol 88xx in VB.NET"
- Next in thread: Richard Lewis Haggard: "Re: What are the steps to making an MSI?"
- Maybe reply: Richard Lewis Haggard: "Re: What are the steps to making an MSI?"
- Reply: Richard Lewis Haggard: "Re: What are the steps to making an MSI?"
- Maybe reply: Jon Skeet [C# MVP]: "Re: What are the steps to making an MSI?"
- Maybe reply: Richard Lewis Haggard: "Re: What are the steps to making an MSI?"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 3 May 2004 15:26:11 -0400
This is so *darned* frustrating.
I took a look at your other setup project reference and tried to follow it.
Again, there are problems.
While compiling the CustomInstaller part of the project, I get a failure to
recognize "using System.XML;" The error indicates that an assembly is
missing. I've manually included 'System.XML.DLL' yet the problem persists.
Why?
Additionally, there is a problem with "[RunInstaller(true)]" I've tried
including every darned assembly I can find and none seem to make a
difference. What am I missing?
c:\ce\pockethello\custominstaller\custominstaller.cs(2,14): error CS0234:
The type or namespace name 'XML' does not exist in the class or namespace
'System' (are you missing an assembly reference?)
c:\ce\pockethello\custominstaller\custominstaller.cs(20,3): error CS0246:
The type or namespace name 'RunInstaller' could not be found (are you
missing a using directive or an assembly reference?)
======
Richard Lewis Haggard
"Terry Westley" <twestley@spamfreehopefulee-ieee.org> wrote in message
news:u%23w9OyXLEHA.4032@TK2MSFTNGP10.phx.gbl...
> "Richard Lewis Haggard" <HaggardAtWorldDotStdDotCom> wrote in message
> news:%23%23k9cmXLEHA.3892@TK2MSFTNGP11.phx.gbl...
> > God, I'm getting thicker by the second. I did not make much headway with
> > this at all.
>
> Apparently, I'm just as thick because it took me quite awhile to figure
out
> how to do this. MSDN article
>
(http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnnetcomp/
> html/netcfdeployment.asp) wasn't good enough, though I think it's accurate
> once you understand what everything in it means.
>
> What helped me successfully do this was
>
http://simon.kittle.info/articles/packaging_and_deploying_pocketpc_apps.htm.
>
> --Terry
>
>
- Previous message: Ginny Caughey [MVP]: "Re: KeyPad Programming on Symbol 88xx in VB.NET"
- Next in thread: Richard Lewis Haggard: "Re: What are the steps to making an MSI?"
- Maybe reply: Richard Lewis Haggard: "Re: What are the steps to making an MSI?"
- Reply: Richard Lewis Haggard: "Re: What are the steps to making an MSI?"
- Maybe reply: Jon Skeet [C# MVP]: "Re: What are the steps to making an MSI?"
- Maybe reply: Richard Lewis Haggard: "Re: What are the steps to making an MSI?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|