Deployment Issue

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • divya288
    New Member
    • Jun 2012
    • 1

    Deployment Issue

    I ran into this error trying to run an app from Publish.htm
    I can't find what is wrong with the deployment.

    The following properties have been set:
    Property: [AdminUser] = true {boolean}
    Property: [InstallMode] = HomeSite {string}
    Property: [ProcessorArchit ecture] = Intel {string}
    Property: [VersionNT] = 6.1.1 {version}
    Running checks for package 'Windows Installer 3.1', phase BuildList
    The following properties have been set for package 'Windows Installer 3.1':
    Running checks for command 'WindowsInstall er3_1\WindowsIn staller-KB893803-v2-x86.exe'
    Result of running operator 'VersionGreater ThanOrEqualTo' on property 'VersionMsi' and value '3.1': true
    Result of checks for command 'WindowsInstall er3_1\WindowsIn staller-KB893803-v2-x86.exe' is 'Bypass'
    'Windows Installer 3.1' RunCheck result: No Install Needed
    Running checks for package 'Microsoft .NET Framework 4 (x86 and x64)', phase BuildList
    Reading value 'Version' of registry key 'HKLM\Software\ Microsoft\NET Framework Setup\NDP\v4\Fu ll'
    Read string value '4.0.30319'
    Setting value '4.0.30319 {string}' for property 'DotNet40Full_T argetVersion'
    The following properties have been set for package 'Microsoft .NET Framework 4 (x86 and x64)':
    Property: [DotNet40Full_Ta rgetVersion] = 4.0.30319 {string}
    Running checks for command 'DotNetFX40\dot NetFx40_Full_x8 6_x64.exe'
    Result of running operator 'ValueEqualTo' on property 'InstallMode' and value 'HomeSite': true
    Result of checks for command 'DotNetFX40\dot NetFx40_Full_x8 6_x64.exe' is 'Bypass'
    Running checks for command 'DotNetFX40\dot NetFx40_Full_se tup.exe'
    Result of running operator 'ValueNotEqualT o' on property 'InstallMode' and value 'HomeSite': false
    Result of running operator 'VersionGreater ThanOrEqualTo' on property 'DotNet40Full_T argetVersion' and value '4.0.30129': true
    Result of checks for command 'DotNetFX40\dot NetFx40_Full_se tup.exe' is 'Bypass'
    'Microsoft .NET Framework 4 (x86 and x64)' RunCheck result: No Install Needed
    Running checks for package '.NET Framework 3.5 SP1', phase BuildList
    Reading value 'SP' of registry key 'HKLM\Software\ Microsoft\NET Framework Setup\NDP\v3.5'
    Read integer value 1
    Setting value '1 {int}' for property 'DotNet35SP'
    The following properties have been set for package '.NET Framework 3.5 SP1':
    Property: [DotNet35SP] = 1 {int}
    Running checks for command 'DotNetFX35SP1\ dotNetFx35setup .exe'
    Result of running operator 'ValueGreaterTh anEqualTo' on property 'DotNet35SP' and value '1': true
    Result of checks for command 'DotNetFX35SP1\ dotNetFx35setup .exe' is 'Bypass'
    '.NET Framework 3.5 SP1' RunCheck result: No Install Needed
    Launching Application.
    Application appears to be a WPF Browser Application
    Running command '"C:\Users\divy a\AppData\Local \Microsoft\Wind ows\Temporary Internet Files\Content.I E5\QJ0AWMT8\Har ness.UI.xbap"' with arguments ''
    ShellExecuteEx failed with error code 2
    Running command 'C:\Users\divya \AppData\Local\ Microsoft\Windo ws\Temporary Internet Files\Content.I E5\QJ0AWMT8\Har ness.UI.xbap' with arguments ''
    ShellExecuteEx failed with error code 2
    Error: The following error occurred attempting to install 'C:\Users\divya \AppData\Local\ Microsoft\Windo ws\Temporary Internet Files\Content.I E5\QJ0AWMT8\Har ness.UI.xbap':
    "The system cannot find the file specified. "


    This error is from log file. Why is the xbap file not getting downloaded from the setup.exe
    Please help me to solve this issue.

    Thanks
    Divya
Working...