-
Notifications
You must be signed in to change notification settings - Fork 262
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
rename firewall extension table name to Wix5FirewallException #450
Conversation
I see that I haven't taken CUSTOM_ACTION_DECORATION into account, so custom actions are still defined as V4 and not merging as required. Any guidance on how to deal with this just for the Firewall extension? |
Because the firewall CAs suppress modularization GUIDs, they'll definitely need to be renamed. (Annoyingly, the CA DLL does not have its modularization GUID suppressed. But it's been that way for about ever.) I lean toward changing the prefix only to match a table name change -- it's seems almost cruel to mix |
bdf5b67
to
be59861
Compare
Thanks for your reply. I'm sure this triage discussion will be interesting. |
I think I missed this one Will this have to be changed to 5.0.0? |
be59861
to
dbb2aeb
Compare
dbb2aeb
to
283dd77
Compare
Test project files are included in #431, but tests run using binaries. |
merge after #449