ClickOnce Deployment

G

Guest

We are planning to use an executable along with Bootstrapper to handle
installation checks with ClickOnce. I dont see any option to specify the
install condition for the application that is deployed, even with the
bootstrapper I can just specify the install condition for the prerequisite
bundled along with the application getting deployed. So we have decided to
make a dummy installable and attach an external executable
(InstallConditionChecker) that could do the installation check and return the
appropriate exit code so that the installation can proceed / halt.

i understand there are some samples that talks about having a seperate
executable to do the install condition checks, but I dont get exactly how the
other executable is shipped to target machine

eg dotnetchk.exe that does the prerequisite check before installation of
dotnetframework
 
A

apondu

We are planning to use an executable along with Bootstrapper to handle
installation checks with ClickOnce. I dont see any option to specify the
install condition for the application that is deployed, even with the
bootstrapper I can just specify the install condition for the prerequisite
bundled along with the application getting deployed. So we have decided to
make a dummy installable and attach an external executable
(InstallConditionChecker) that could do the installation check and return the
appropriate exit code so that the installation can proceed / halt.

i understand there are some samples that talks about having a seperate
executable to do the install condition checks, but I dont get exactly how the
other executable is shipped to target machine

eg dotnetchk.exe that does the prerequisite check before installation of
dotnetframework

HI,

U can get the details about the One Click deployment and all other
details about it. This Project is a simple to use tool.

http://www.devage.com/dotNetInstaller/dotNetInstaller.html

U can get all the details along with the tool at the above specified
URL.

Regards,
Govardhan.
 
G

Guest

Govardhan,
Thanks for the reply.

I want a solution based on ClickOnce deployment with autoupdate feature.

I had figured out how to invoke external exe to do prerequisite checks, but
that is a seperate exe and it has to be present in target machine before
installation. I dont know how to make that exe available at target machine
before even they install the main application.

- Riaz
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top