ClickOnce installing prereqs out of order
Posted
by Rick Make
on Stack Overflow
See other posts from Stack Overflow
or by Rick Make
Published on 2010-05-02T17:53:53Z
Indexed on
2010/05/02
17:57 UTC
Read the original article
Hit count: 222
I have an Outlook plugin that I am deploying using ClickOne (right click on project file, choose publish, etc...). I recently created a blank XP VM with only Office 2007 installed. My ClickOnce installer recognizes that I need my three prerequisites (Office 2007 PIAs, .Net 3.5 Sp1, and VSTO 2010 tools). They download fine but then the installer tries to install the Office 2007 PIAs first and my install fails because .Net 3.5 Sp1 and VSTO 2010 tools are prerequisites for the Office 2007 PIAs. How can I change the install order of my prerequisites? Also, are there better options for deploying ClickOnce's applications?
© Stack Overflow or respective owner