Installation problem
Using Visual Studio 2005 have a C# program that I have created an installer for. When I click the Setup.exec here is what I get. I cannot see an easy way to get setup.exe to work.
The following properties have been set:
Property: [AdminUser] = false {boolean}
Property: [ProcessorArchitecture] = Intel {string}
Property: [VersionNT] = 5.1.3 {version}
Running checks for package 'Microsoft Data Access Components 2.8', phase BuildList
Reading value 'FullInstallVer' of registry key 'HKLM\Software\Microsoft\DataAccess'
Read string value '2.81.1132.0'
Setting value '2.81.1132.0 {string}' for property 'MDACVersion'
The following properties have been set for package 'Microsoft Data Access Components 2.8':
Property: [MDACVersion] = 2.81.1132.0 {string}
Running checks for command 'MDAC28\mdac_typ.exe'
Result of running operator 'VersionGreaterThanOrEqualTo' on property 'MDACVersion' and value '2.80': true
Result of checks for command 'MDAC28\mdac_typ.exe' is 'Bypass'
'Microsoft Data Access Components 2.8' RunCheck result: No Install Needed
Running checks for package '.NET Framework 2.0', phase BuildList
Running external check with command line "C:\Temp\VSD23.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 '7.0.5730.11'
Setting value '7.0.5730.11 {string}' for property 'IEVersion'
The following properties have been set for package '.NET Framework 2.0':
Property: [DotNetInstalled] = 1 {int}
Property: [IEVersion] = 7.0.5730.11 {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 'Crystal Reports for .NET Framework 2.0', phase BuildList
Reading value 'BuildNum' of registry key 'HKLM\SOFTWARE\Crystal Decisions\10.2\Crystal Reports'
Read string value '570'
Setting value '570 {string}' for property 'CRBuildNum'
The following properties have been set for package 'Crystal Reports for .NET Framework 2.0':
Property: [CRBuildNum] = 570 {string}
Running checks for command 'CrystalReports\CRRedist2005_x86.msi'
Result of running operator 'ValueEqualTo' on property 'CRBuildNum' and value '570': true
Result of checks for command 'CrystalReports\CRRedist2005_x86.msi' is 'Bypass'
'Crystal Reports for .NET Framework 2.0' RunCheck result: No Install Needed
(7/2/2009 4:27:45 PM) Downloading 'FGS install.msi' from ' /FGS install.msi' to ''
Download completed at 7/2/2009 4:27:45 PM
(7/2/2009 4:27:47 PM) Downloading 'FGS install.msi' from ' /FGS install.msi' to ''
Download completed at 7/2/2009 4:27:47 PM
(7/2/2009 4:27:48 PM) Downloading 'FGS install.msi' from ' /FGS install.msi' to ''
Download completed at 7/2/2009 4:27:48 PM
Error: An error occurred trying to download ' /FGS install.msi'.
Ответы
- Hi Torbal,
Could you please clarify your issue more? What kind of application are you developing now? Winform application or others? How do you deploy your C# application? Setup project in VS2005?
If you are using Setup project in VS2005, I think the best consulting place should be ClickOnce and Setup & Deployment Projects forum since your issue is related to deployment.
Thank you for your understanding.
Please remember to mark the replies as answers if they help and unmark them if they provide no help.
Welcome to the All-In-One Code Framework! If you have any feedback, please tell us.- Помечено в качестве ответаYiChun ChenMSFT, Модератор10 июля 2009 г. 3:28
Все ответы
- Hi Torbal,
Could you please clarify your issue more? What kind of application are you developing now? Winform application or others? How do you deploy your C# application? Setup project in VS2005?
If you are using Setup project in VS2005, I think the best consulting place should be ClickOnce and Setup & Deployment Projects forum since your issue is related to deployment.
Thank you for your understanding.
Please remember to mark the replies as answers if they help and unmark them if they provide no help.
Welcome to the All-In-One Code Framework! If you have any feedback, please tell us.- Помечено в качестве ответаYiChun ChenMSFT, Модератор10 июля 2009 г. 3:28

