How to write custom action in wix toolset in c++
up vote
-2
down vote
favorite
I am new to wix toolset and want to write some custom action on combobox and radio button to behave as per me.
I have 6 check box on customize dialog and depending upon checked checkboxes radio button should get enabled and disabled. Also the combobox contains 6 item by default but when checkbox gets unchecked corresponding item should be removed from the combobox and corresponding radio button should get disabled.
For this I want to write the Custom Action class in c++. I want detailed description for that.
I have attached the image for the reference. As you can see 'D10' is unchecked hence I want D10 from Radio button to be disabled and from combobox it should be removed.
Screen shot for reference
windows wix installer action customization
add a comment |
up vote
-2
down vote
favorite
I am new to wix toolset and want to write some custom action on combobox and radio button to behave as per me.
I have 6 check box on customize dialog and depending upon checked checkboxes radio button should get enabled and disabled. Also the combobox contains 6 item by default but when checkbox gets unchecked corresponding item should be removed from the combobox and corresponding radio button should get disabled.
For this I want to write the Custom Action class in c++. I want detailed description for that.
I have attached the image for the reference. As you can see 'D10' is unchecked hence I want D10 from Radio button to be disabled and from combobox it should be removed.
Screen shot for reference
windows wix installer action customization
So you already have a bunch of features and items on your customize dialog page? Is this a 'custom' customize dialog? A screenshot may be helpful, if you have one
– TimDC
2 days ago
Yes it is 'custom' customize dialog. I have attached the image for the reference. As you can see 'D10' is unchecked hence I want D10 from Radio button to be disabled and from combobox it should be removed.
– KUMAR VAIBHAW SINGH
2 days ago
add a comment |
up vote
-2
down vote
favorite
up vote
-2
down vote
favorite
I am new to wix toolset and want to write some custom action on combobox and radio button to behave as per me.
I have 6 check box on customize dialog and depending upon checked checkboxes radio button should get enabled and disabled. Also the combobox contains 6 item by default but when checkbox gets unchecked corresponding item should be removed from the combobox and corresponding radio button should get disabled.
For this I want to write the Custom Action class in c++. I want detailed description for that.
I have attached the image for the reference. As you can see 'D10' is unchecked hence I want D10 from Radio button to be disabled and from combobox it should be removed.
Screen shot for reference
windows wix installer action customization
I am new to wix toolset and want to write some custom action on combobox and radio button to behave as per me.
I have 6 check box on customize dialog and depending upon checked checkboxes radio button should get enabled and disabled. Also the combobox contains 6 item by default but when checkbox gets unchecked corresponding item should be removed from the combobox and corresponding radio button should get disabled.
For this I want to write the Custom Action class in c++. I want detailed description for that.
I have attached the image for the reference. As you can see 'D10' is unchecked hence I want D10 from Radio button to be disabled and from combobox it should be removed.
Screen shot for reference
windows wix installer action customization
windows wix installer action customization
edited 2 days ago
asked 2 days ago


KUMAR VAIBHAW SINGH
15
15
So you already have a bunch of features and items on your customize dialog page? Is this a 'custom' customize dialog? A screenshot may be helpful, if you have one
– TimDC
2 days ago
Yes it is 'custom' customize dialog. I have attached the image for the reference. As you can see 'D10' is unchecked hence I want D10 from Radio button to be disabled and from combobox it should be removed.
– KUMAR VAIBHAW SINGH
2 days ago
add a comment |
So you already have a bunch of features and items on your customize dialog page? Is this a 'custom' customize dialog? A screenshot may be helpful, if you have one
– TimDC
2 days ago
Yes it is 'custom' customize dialog. I have attached the image for the reference. As you can see 'D10' is unchecked hence I want D10 from Radio button to be disabled and from combobox it should be removed.
– KUMAR VAIBHAW SINGH
2 days ago
So you already have a bunch of features and items on your customize dialog page? Is this a 'custom' customize dialog? A screenshot may be helpful, if you have one
– TimDC
2 days ago
So you already have a bunch of features and items on your customize dialog page? Is this a 'custom' customize dialog? A screenshot may be helpful, if you have one
– TimDC
2 days ago
Yes it is 'custom' customize dialog. I have attached the image for the reference. As you can see 'D10' is unchecked hence I want D10 from Radio button to be disabled and from combobox it should be removed.
– KUMAR VAIBHAW SINGH
2 days ago
Yes it is 'custom' customize dialog. I have attached the image for the reference. As you can see 'D10' is unchecked hence I want D10 from Radio button to be disabled and from combobox it should be removed.
– KUMAR VAIBHAW SINGH
2 days ago
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53373647%2fhow-to-write-custom-action-in-wix-toolset-in-c%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
So you already have a bunch of features and items on your customize dialog page? Is this a 'custom' customize dialog? A screenshot may be helpful, if you have one
– TimDC
2 days ago
Yes it is 'custom' customize dialog. I have attached the image for the reference. As you can see 'D10' is unchecked hence I want D10 from Radio button to be disabled and from combobox it should be removed.
– KUMAR VAIBHAW SINGH
2 days ago