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

Wix directory hierarchy #1116

Merged
merged 9 commits into from
Feb 6, 2016
Merged

Conversation

stefanlux
Copy link

Added the ability to create a full directory component hierarchy, where directories can contain components and directories.
Now you are able to use attachServiceControlToComponents and attachServiceInstallToComponents to on a directory component hierarchy.

There is on minor breaking change:
The property Start in WiXServiceControl is now an option to provide the ability not to start a service on install. If someone has set the property manually, the property has to be changed from e.g. Both to Some(Both)

Stefan Lux added 7 commits January 25, 2016 16:15
@@ -96,13 +100,23 @@ type WiXServiceControl =
Id : string
Name: string
Remove : InstallUninstall
Start : InstallUninstall
Start : InstallUninstall option
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is this breaking?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes. But it came just to my mind to extend the InstallUninstall type, like "Never" or "None", instead of option, to accomplish the same task.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes plese try to keep breaking changes to a very low

Stefan Lux added 2 commits February 3, 2016 16:04
… avoid breaking changes. Added a new Option "Never" to type InstallUninstall instead and handled the new option in WiXServiceControl for Start, Stop and Remove
Conflicts:
	src/app/FakeLib/WiXHelper.fs
@stefanlux
Copy link
Author

Removed the breaking change from the last commit. The InstallUninstall type now has the new option "Never"

@forki
Copy link
Member

forki commented Feb 6, 2016

thx!

@forki forki merged commit fa25b97 into fsprojects:master Feb 6, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants