Windows Develop Bookmark and Share   
 index > ClickOnce and Setup & Deployment Projects > Can't install my application
 

Can't install my application

Hi,
I made a program in Visual Studio 2005 .NET language(it's about 19MB)
Now i wanted to redistribute it to another computer,i included the .NET framework,and the WIN INstallers v2.0 and 3.1,but when installing i get the following error:

An error occurred while installing system components for Sterrenwacht. Setup
cannot continue until all system components have been successfully installed.

Details:
Setup has detected that the file:
'C:\DOCUME~1\ADMINI~1\LOCALS~1\TEMP\VSD58.tmp\dotnetfx\WindowsInstaller-KB893803-v2-x86.exe' has changed since it was initially published.

can someone please help me?Thank you
Yoni_Nijs  Thursday, June 15, 2006 1:10 PM

Hi pal, re-install windows 3.1 installer. You know, uninstall first and install after.

I hope this help you.

Bye.

Samsagaz  Thursday, June 22, 2006 3:50 PM

Hi pal, re-install windows 3.1 installer. You know, uninstall first and install after.

I hope this help you.

Bye.

Samsagaz  Thursday, June 22, 2006 3:50 PM

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

PolkaDance  Tuesday, September 04, 2007 1:47 PM

You can use google to search for other answers

Custom Search

More Threads

• Deploying ClickOnce on a Vista non-admin environment... help.
• Deploy ClickOnce application using MSBuild
• Using the clickonce 'datadirectory' when running in debug mode.
• How do i set the deployment providor from within the project? One Click
• Prerequisite not working?
• !Launch Condition
• Smart Client Deployment
• Problems with Setup-Project ("Could not match culture 'xy-XY'")
• In ClickOnce setup.exe: What is url? What is componentsurl?
• creating the setup bootstrapper per install