I get an BackendUnaccomplishableError when i create a certain Product dependency on a certain product.
I have a package called msoffice2010pro and msoffice2013pro.
Both of them have a product dependency on the other package as "not_installed" - it works fine with msoffice2010pro, but when i create the package msoffice2013pro it results in a BackendUnaccomplishableError.
control-file for msoffice2010pro:
Code: Alles auswählen
[Package]
version: 1
depends:
incremental: False
[Product]
type: localboot
id: msoffice2010pro
name: Microsoft Office 2010 Proffesional Plus
description: Microsoft Office er en kontorpakke lavet af Microsoft.
advice:
version: 2010
priority: 0
licenseRequired: False
productClasses:
setupScript: setup32.ins
uninstallScript: uninstall32.ins
updateScript:
alwaysScript:
onceScript:
customScript:
userLoginScript:
[ProductDependency]
action: setup
requiredProduct: msoffice2013pro
requiredStatus: not_installed
requirementType: before
[ProductDependency]
action: uninstall
requiredProduct: pronestor2010
requiredAction: uninstall
requirementType: before
[ProductDependency]
action: setup
requiredProduct: office_2010_hotfix
requiredStatus: installed
requirementType: after
Code: Alles auswählen
[Package]
version: 1
depends:
incremental: False
[Product]
type: localboot
id: msoffice2013pro
name: Microsoft Office 2013 Professional Plus
description: Kontorpakke fra Microsoft
advice:
version: 2013
priority: 0
licenseRequired: False
productClasses:
setupScript: setup32.ins
uninstallScript: uninstall32.ins
updateScript:
alwaysScript:
onceScript:
customScript:
userLoginScript:
[ProductDependency]
action: setup
requiredProduct: msoffice2010pro
requiredStatus: not_installed
requirementType: before