.net Application Deployment

G

Glyn Meek

I am quite comfortable building the .msi file to install a Pocket PC project
onto a PC, and when a user then clicks on the .exe file generated by the
..msi, the application is successfully downloaded and installed onto the
Pocket PC...

BUT...

to save our customers having to take too many manual actions, I would like
the .msi installer to automatically kick off the .exe file which does the
PC->Pocket PC copying/installation. I am sure there is some option or
another in the 'setup project' but I cannot seem to find what it is.

Anyone help?

Regards

Glyn J Meek
 
I

Ilya Tumanov [MS]

Look into CustomAction table in MSI:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/msi/setup/c
ustomaction_table.asp
Among other things it allows you to execute an EXE as a part of
installation process. It can be done in VS installer project, but it's
capabilities are limited.
You might have to use other tools (e.g. orca) to tweak an MSI.

Best regards,

Ilya

This posting is provided "AS IS" with no warranties, and confers no rights.

--------------------
 

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