Browse by Tags
All Tags » Bootstrapper » ClickOnce (RSS)
Sorry, but there are no more tags available to filter with.
-
-
|
Yes, you can use COM components regardless of what technology was used to build them. There are several ways to do this. The best way is to use a Windows XP feature called registry free COM. This feature allows COM objects to be deployed with your “ClickOnce...
|
-
|
Technically no, but effectively yes. Almost all redists that the bootrapper will be used to install, like the .NET Framework, do require admin rights.
|
-
|
No. The bootstrapper must be explicitly run
|
-
|
Yes, the bootstrapper can download pre-requisites from any specified location.
|
-
|
Yes, the bootrapper is very extensible & can be used to install 3rd party & custom pre-requisites.
|
-
|
Essentially yes. When the bootstrapper completes installing pre-requisites, it invokes the “ClickOnce” deployment manifest which in turn installs the application.
|
-
|
The bootstrapper is a simple setup packager that can be used to install application pre-requisites (like the .NET Framework or MDAC). You specify what pre-requisites your application needs & where the pre-requisites reside. The bootstrapper will download...
|