Deployment

  • Thread starter Thread starter ORC
  • Start date Start date
O

ORC

Hi,
I'm about to make an installation package of my application (made in C# in
Visual Studio). I'm behind time schedule and therefore I would be very happy
if someone would help me with a link to a simple and understandable guide on
how to make an easy as possible installation package of my application. My
application consist of the MyApp.exe and 2 native dll's written in eVC3.0
for the ARM CPU, which is the only one we will support. It would be nice if
the installation could contain the Compact Framework SP2 so that the
client's PDA will be updated automatically if needed.

Any help is highly appreciated - thanks a lot!
Ole
 
Thanks Jan. It's a bigger task than I thought so I will study the artickle
and software - and maybe I'll return with further questions :-)

Thanks
Ole
 
Further questions are welcomed...

In my using experience, it would be simple to use the multicab
example .ini setting. Just a few modification, and you will have a
install.exe with multi cab files inside.

If you wish to add more functions into your install.exe, then you
have to survey the script of NSIS, and also a free script editor
for NSIS, which you can get it from NSIS website.

--

Best Regards,

Jan Yeh
MVP - Windows CE.NET, MCSD.NET, .NETcf consultant
http://blog.mvpcn.net/janyeh
 
Hi Jan,

OK - thanks!

Ole

Jan Yeh_eMVP said:
Further questions are welcomed...

In my using experience, it would be simple to use the multicab
example .ini setting. Just a few modification, and you will have a
install.exe with multi cab files inside.

If you wish to add more functions into your install.exe, then you
have to survey the script of NSIS, and also a free script editor
for NSIS, which you can get it from NSIS website.

--

Best Regards,

Jan Yeh
MVP - Windows CE.NET, MCSD.NET, .NETcf consultant
http://blog.mvpcn.net/janyeh


"ORC" <[email protected]> ¼¶¼g©ó¶l¥ó·s»D:%23Q%[email protected]...
 
Back
Top