wix - Intermittent Windows Installer error 2753 -
i writing whoever may have same problem. have simple installer package: wix, 1 feature, 4 components, 1 custom action, no ui. error 2753 "the file ... not marked installation." appears on first installation after uninstallation. second attempt @ installation successful.
the windows installer log shows:
unsuccessful install, error 2753:
feature: productfeature; installed: absent; request: advertise;
action: advertise
successful install:
feature: productfeature; installed: absent; request: local;
action: local
that error related custom actions. reason running file custom action, error says "the file isn't marked installation" how can run custom action? seems related feature not being installed - if don't install feature containing file can't run custom action. other reason message appears when custom action file isn't going installed because there higher version of file on system. again, it's saying file in msi isn't being installed cannot run custom action.
one solution install feature. other run ca binary table.
Comments
Post a Comment