|
-
Aug 12th, 2007, 09:20 AM
#1
Thread Starter
Fanatic Member
ClickOnce frustration
I am trying to deploy a VB2005 Express app using ClickOnce.
I want this app to be deployed from a CD, with no checking for updates, and no downloading prerequisites from the internet or even network locations. All from CD.
This is how I have the prerequisites dialog configured:

When I publish the app, I get an error, stating:
The install location for prerequisites has not been set to 'component vendor's web site' and the file 'DotNetFX\instmsia.exe' in item '.NET Framework 2.0' can not be located on disk. See Help for more information.
I am confused by this, because MSDN states:
Download prerequisites from the same location as my application
Specifies that the prerequisite components are installed from the same location as the application. This copies all the prerequisite packages to the publish location. For this option to work, the prerequisite packages must be on the development computer.
Presumably I must have Dotnetfx.exe on my PC, but it does not get copied anywhere to my publish directory. What am I doing wrong?
Thanks for any help.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|