Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Web Documentation Bug on Quiet Execution Custom Action Page #4734

Closed
wixbot opened this issue Apr 7, 2015 · 3 comments
Closed

Web Documentation Bug on Quiet Execution Custom Action Page #4734

wixbot opened this issue Apr 7, 2015 · 3 comments
Assignees
Labels
Milestone

Comments

@wixbot
Copy link

wixbot commented Apr 7, 2015

On page http://wixtoolset.org/documentation/manual/v3/customactions/qtexec.html if you follow the example xml under the heading "Running 64-bit executables" the 2nd block of xml sets the property using return="ignore". If I try to set return to ignore I get an error ICE68: Invalid custom action type for action 'QtExecDeferredExampleWithProperty_Cmd'.

CustomAction Id="QtExecDeferredExampleWithProperty_Cmd" Property="QtExecDeferredExampleWithProperty"
Value=""[#MyExecutable.exe]"" Execute="immediate" Return="ignore"

According to the thread below return=ignore is unsupported for property setting custom actions. If I change my code to return=check it works. The example code in the documentation should be updated to return=check.
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Return-ignore-causes-quot-ICE68-invalid-custom-action-type-for-action-quot-td3690072.html

Originally opened by spammetoo23

@wixbot
Copy link
Author

wixbot commented Apr 7, 2015

SetProperty

AssignedTo set to bobarnson
Release changed from v3.9 to v3.10

@wixbot
Copy link
Author

wixbot commented Apr 16, 2015

wixtoolset/wix3#235

Originally posted by barnson

@wixbot
Copy link
Author

wixbot commented May 19, 2015

Originally changed by barnson
Resolution set to fixed
Status changed from Open to Resolved

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants