ClickOnce Deployment HELP - Error after .NET 2.0 Installation

G

Guest

Hi all,

I'm moving a ClickOnce install to a development server, and I've updated
my .application file with the new paths using mageui.exe.

..NET 2.0 installs OK, but right after it installs I get the following
error:

An error occurred trying to download
'http://inpsiron6000/ClickOnceDeploymentTest/ClickOnceDeploymentTest.appl
ication'.

The following components were successfully installed:
- .NET Framework 2.0

See the setup log file located at 'C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\1
\VSDE9.tmp\install.log' for more information.


But I've already changed my paths and signed my new application file - so
where else could the old path be stored???

If I reload the page and click the install button - all is OK.

Any ideas?

Thanks!


Here's a log:

The following properties have been set:
Property: [AdminUser] = true {boolean}
Property: [ProcessorArchitecture] = Intel {string}
Property: [VersionNT] = 5.1.2 {version}
Running checks for package '.NET Framework 2.0', phase BuildList
Running external check with command line "C:\DOCUME~1\tedc\LOCALS~1\Temp
\VSD289.tmp\dotnetfx\dotnetchk.exe"
Process exited with code 1
Setting value '1 {int}' for property 'DotNetInstalled'
Reading value 'Version' of registry key 'HKLM\Software\Microsoft\Internet
Explorer'
Read string value '6.0.2900.2180'
Setting value '6.0.2900.2180 {string}' for property 'IEVersion'
The following properties have been set for package '.NET Framework 2.0':
Property: [DotNetInstalled] = 1 {int}
Property: [IEVersion] = 6.0.2900.2180 {string}
Running checks for command 'dotnetfx\instmsia.exe'
Result of running operator 'ValueExists' on property 'VersionNT': true
Result of checks for command 'dotnetfx\instmsia.exe' is 'Bypass'
Running checks for command 'dotnetfx\WindowsInstaller-KB893803-v2-
x86.exe'
Result of running operator 'ValueExists' on property 'Version9x': false
Result of running operator 'VersionLessThan' on property 'VersionNT' and
value '5.0.3': false
Result of running operator 'VersionGreaterThanOrEqualTo' on property
'VersionMsi' and value '3.0': true
Result of checks for command 'dotnetfx\WindowsInstaller-KB893803-v2-
x86.exe' is 'Bypass'
Running checks for command 'dotnetfx\dotnetfx.exe'
Result of running operator 'ValueNotEqualTo' on property
'DotNetInstalled' and value '0': true
Result of checks for command 'dotnetfx\dotnetfx.exe' is 'Bypass'
'.NET Framework 2.0' RunCheck result: No Install Needed
Launching Application.
URLDownloadToCacheFile failed with HRESULT '-2146697211'
Error: An error occurred trying to download
'http://inpsiron6000/ClickOnceDeploymentTest/ClickOnceDeploymentTest.appl
ication'.
 
G

Guest

Found the issue - SETUP.exe stores a URL in it ... another file to update.

To do so, setup.exe -url="mynewsite"
 

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