M
Myron Marston
I've got a number of installation questions. Forgive me if these have
already been asked on here (as I'm sure they have), but I've been
searching the archives and have only managed to get myself more
confused. Feel free to point me to previous threads if they definitely
answer the question.
1. Why are different CAB files created for each different processor
for my .NET app if .NET compiles to MSIL? I thought the point of MSIL
was that it wasn't for a specific processor. Are the dlls inside of
the CABs any different?
2. I would like to create a single installation/setup app that works
for multiple processors, and if possible, I would like it to be
downloaded remotly on to the device and run on there. I've read about
creating the msi to run from the desktop at
http://www.codeproject.com/netcf/PackagingAndDeployingPPC.asp and
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnppcgen/html/netcfdeployment.asp.
I'd like to do something similar, but have it run on the device
itself. Our customers will have the devices on WiFi and will be able
to browse to the network location where this setup file will be. What
are my options for this?
3. I would also like to include an auto-update feature in my app, so
that when we release updates to the product, our customers can push it
to their MasterClient location, and from their the app would pick it up
automatically. I've read a couple of articles about this, including
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnnetcomp/html/AutoUpdater.asp
and
http://msdn.microsoft.com/library/d...y/en-us/dnnetcomp/html/DeploymentPatterns.asp.
One piece I'm still confused about (that is related to question #1) is
whether I need to download the appropriate cab file everytime I
auto-update or if I can download individual dlls.
I'll likely have more questions later, but there they are for now....
Thanks,
Myron Marston
already been asked on here (as I'm sure they have), but I've been
searching the archives and have only managed to get myself more
confused. Feel free to point me to previous threads if they definitely
answer the question.
1. Why are different CAB files created for each different processor
for my .NET app if .NET compiles to MSIL? I thought the point of MSIL
was that it wasn't for a specific processor. Are the dlls inside of
the CABs any different?
2. I would like to create a single installation/setup app that works
for multiple processors, and if possible, I would like it to be
downloaded remotly on to the device and run on there. I've read about
creating the msi to run from the desktop at
http://www.codeproject.com/netcf/PackagingAndDeployingPPC.asp and
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnppcgen/html/netcfdeployment.asp.
I'd like to do something similar, but have it run on the device
itself. Our customers will have the devices on WiFi and will be able
to browse to the network location where this setup file will be. What
are my options for this?
3. I would also like to include an auto-update feature in my app, so
that when we release updates to the product, our customers can push it
to their MasterClient location, and from their the app would pick it up
automatically. I've read a couple of articles about this, including
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnnetcomp/html/AutoUpdater.asp
and
http://msdn.microsoft.com/library/d...y/en-us/dnnetcomp/html/DeploymentPatterns.asp.
One piece I'm still confused about (that is related to question #1) is
whether I need to download the appropriate cab file everytime I
auto-update or if I can download individual dlls.
I'll likely have more questions later, but there they are for now....
Thanks,
Myron Marston