We have a clickonce application that hasthe same message exept for the diagnostic and reinstalling windows installer didn't work. If I execute the setup.exe on the computer directly instead of using the URL, it works fine.
The diagnostic message is:
The following package files could not be found:
C:\Documents and Settings\eplante\Local Settings\Temporary Internet Files\Content.IE5\01234567\KB908002\extensibilityMSM.msi
C:\Documents and Settings\eplante\Local Settings\Temporary Internet Files\Content.IE5\01234567\KB908002\lockbackRegKey.msi
C:\Documents and Settings\eplante\Local Settings\Temporary Internet Files\Content.IE5\01234567\KB908002\office2003-kb907417sfxcab-ENU.exe
The install.log file contains:
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\eplante\LOCALS~1\Temp\VSD2.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
Running checks for package 'Shared Add-in Support Update for Microsoft .NET Framework 2.0 (KB908002)', phase BuildList
The following properties have been set for package 'Shared Add-in Support Update for Microsoft .NET Framework 2.0 (KB908002)':
Running checks for command 'KB908002\lockbackRegKey.msi'
Result of checks for command 'KB908002\lockbackRegKey.msi' is 'Install'
Running checks for command 'KB908002\extensibilityMSM.msi'
Result of checks for command 'KB908002\extensibilityMSM.msi' is 'Install'
Running checks for command 'KB908002\office2003-kb907417sfxcab-ENU.exe'
Result of checks for command 'KB908002\office2003-kb907417sfxcab-ENU.exe' is 'Install'
'Shared Add-in Support Update for Microsoft .NET Framework 2.0 (KB908002)' RunCheck result: Install Needed
Installation of components 'Shared Add-in Support Update for Microsoft .NET Framework 2.0 (KB908002)' was accepted.
Copying files to temporary directory "C:\DOCUME~1\eplante\LOCALS~1\Temp\VSD2.tmp\"
File 'C:\Documents and Settings\eplante\Local Settings\Temporary Internet Files\Content.IE5\01234567\KB908002\extensibilityMSM.msi' not found. Skipping file copy.
File 'C:\Documents and Settings\eplante\Local Settings\Temporary Internet Files\Content.IE5\01234567\KB908002\lockbackRegKey.msi' not found. Skipping file copy.
File 'C:\Documents and Settings\eplante\Local Settings\Temporary Internet Files\Content.IE5\01234567\KB908002\office2003-kb907417sfxcab-ENU.exe' not found. Skipping file copy.
Error: The following package files could not be found:
C:\Documents and Settings\eplante\Local Settings\Temporary Internet Files\Content.IE5\01234567\KB908002\extensibilityMSM.msi
C:\Documents and Settings\eplante\Local Settings\Temporary Internet Files\Content.IE5\01234567\KB908002\lockbackRegKey.msi
C:\Documents and Settings\eplante\Local Settings\Temporary Internet Files\Content.IE5\01234567\KB908002\office2003-kb907417sfxcab-ENU.exe
It's like the KB908002 is not downloaded on the client computer and the installer search for it there instead of using the one on the server. Any idea what is causing the trouble?
Thanks