Guest User

Wix bootstrap fail uninstall log

a guest
Dec 25th, 2012
213
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.20 KB | None | 0 0
  1. Burn v3.6.3303.0, Windows v6.1 (Build 7601: Service Pack 1), path: C:\ProgramData\Package Cache\{SOME_GUID}\MyAppBootstrap.exe, cmdline: '/uninstall -burn.unelevated BurnPipe.{SOME_GUID} {SOME_GUID} 3360'
  2. Setting string variable 'WixBundleLog' to value 'C:\Users\MAC~1.NET\AppData\Local\Temp\MyAppBootstrap_20121225125444.log'
  3. Condition 'NOT ((VersionNT = 600 AND ServicePackLevel >=2) OR (VersionNT >= 601))' evaluates to true.
  4. Loading managed bootstrapper application.
  5. > Startup
  6. Creating BA thread to run asynchronously.
  7. > Run:Detect MyApp BA.
  8. > Run:Plan MyApp BA.
  9. > Run:Apply MyApp BA.
  10. > Run:Quit MyApp BA.
  11. Detect 2 packages
  12. > DetectBegin, PackageCount=2
  13. Setting string variable 'vcredist' to value '1'
  14. Detected related bundle: {SOME_GUID}, type: Upgrade, scope: PerMachine, version: 1.0.0.0, operation: None
  15. > DetectRelatedBundle, BundleTag=
  16. Detected related bundle: {SOME_GUID}, type: Upgrade, scope: PerMachine, version: 1.0.0.0, operation: None
  17. > DetectRelatedBundle, BundleTag=
  18. Detected related bundle: {SOME_GUID}, type: Upgrade, scope: PerMachine, version: 1.0.0.0, operation: None
  19. > DetectRelatedBundle, BundleTag=
  20. Detected related bundle: {SOME_GUID}, type: Upgrade, scope: PerMachine, version: 1.0.0.0, operation: None
  21. > DetectRelatedBundle, BundleTag=
  22. > DetectPackageBegin, PackageId=vcredist_x86
  23. Condition 'vcredist AND (vcredist >= 1)' evaluates to true.
  24. > DetectPackageComplete, PackageId=vcredist_x86, Status=0
  25. > DetectPackageBegin, PackageId=MyApp.msi
  26. > DetectPackageComplete, PackageId=MyApp.msi, Status=0
  27. Detected package: vcredist_x86, state: Present, cached: None
  28. Detected package: MyApp.msi, state: Present, cached: Complete
  29. > DetectComplete, Status=0
  30. Detect complete, result: 0x0
  31. Plan 2 packages, action: Install
  32. > PlanBegin, PackageCount=2
  33. > PlanPackageBegin, PackageId=vcredist_x86
  34. Skipping dependency registration on package with no dependency providers: vcredist_x86
  35. > PlanPackageComplete, PackageId=vcredist_x86
  36. > PlanPackageBegin, PackageId=MyApp.msi
  37. > PlanPackageComplete, PackageId=MyApp.msi
  38. > PlanRelatedBundle, BundleId={SOME_GUID}
  39. > PlanRelatedBundle, BundleId={SOME_GUID}
  40. > PlanRelatedBundle, BundleId={SOME_GUID}
  41. > PlanRelatedBundle, BundleId={SOME_GUID}
  42. Planned package: vcredist_x86, state: Present, default requested: Present, ba requested: Present, execute: None, rollback: None, cache: No, uncache: No, dependency: None
  43. Planned package: MyApp.msi, state: Present, default requested: Present, ba requested: Present, execute: None, rollback: None, cache: No, uncache: No, dependency: Register
  44. Planned related bundle: {SOME_GUID}, type: Upgrade, default requested: None, ba requested: None, execute: None, rollback: None, dependency: None
  45. Planned related bundle: {SOME_GUID}, type: Upgrade, default requested: None, ba requested: None, execute: None, rollback: None, dependency: None
  46. Planned related bundle: {SOME_GUID}, type: Upgrade, default requested: None, ba requested: None, execute: None, rollback: None, dependency: None
  47. Planned related bundle: {SOME_GUID}, type: Upgrade, default requested: None, ba requested: None, execute: None, rollback: None, dependency: None
  48. > PlanComplete, Status=0
  49. Plan complete, result: 0x0
  50. Apply begin
  51. > ApplyBegin
  52. Creating a system restore point.
  53. Created a system restore point.
  54. > RegisterBegin
  55. > RegisterComplete, Status=0
  56. > CacheBegin
  57. > CacheComplete, Status=0
  58. > ExecuteBegin, PackageCount=0
  59. Registering dependency: {SOME_GUID} on package provider: {SOME_GUID}, package: MyApp.msi
  60. > ExecuteComplete
  61. > UnregisterBegin
  62. > UnregisterComplete, Status=0
  63. > ApplyComplete, Status=0
  64. Apply complete, result: 0x0, restart: None, ba requested restart: No
  65. Shutting down, exit code: 0x0
  66. > Shutdown
  67. Variable: ServicePackLevel = 1
  68. Variable: vcredist = 1
  69. Variable: VersionNT = 6.1.0.0
  70. Variable: WixBundleAction = 4
  71. Variable: WixBundleElevated = 1
  72. Variable: WixBundleInstalled = 1
  73. Variable: WixBundleLog = C:\Users\MAC~1.NET\AppData\Local\Temp\MyAppBootstrap_20121225125444.log
  74. Variable: WixBundleName = MyAppBootstrap
  75. Variable: WixBundleOriginalSource = D:\Projects\MyApp\MyAppBootstrap\bin\Release\MyAppBootstrap.exe
  76. Variable: WixBundleProviderKey = {SOME_GUID}
  77. Variable: WixBundleTag =
  78. Variable: WixBundleVersion = 1.0.0.0
  79. Exit code: 0x0, restarting: No
Advertisement
Add Comment
Please, Sign In to add comment