Closed Leogiciel closed 7 years ago
It works fine for me - can you debug this to see what happens? Add a break point at the method ForceFeatureRef()
The method adds effectively a componentgroupref to first found feature object, but nothing changes in the .wxs file...
I'm trying to understand and fix this...
Freshly created "bin_files" ComponentGroup is not found in my whole project as a ComponentGroupRef :
My only feature :
Maybe just the "Save" was missing? I think you added this in your last PR, right?
Documentation says : Wax will add a ComponentGroupRef node for all component groups it creates to the first feature it finds in your project. If you have just one feature defined, this will be fine; if you have more than one feature in your setup project, copy or move the entries as desired.
But no componentGroupRef is generated in my Wix project.