Click here to Skip to main content
15,899,007 members
Please Sign up or sign in to vote.
1.24/5 (5 votes)
See more:
i want to activate activate Designer for Visual Studio WiX Setup Projects
but i dont know how
Posted
Comments
[no name] 3-Jul-15 11:20am    
Why not asking whomever made this designer?
Mario Z 4-Jul-15 3:25am    
That is a commercial extension so'll need to purchase it if you want to activate it, see here.

1 solution

One of the huge, huge, fantastic benefits of WiX is: it is not visual. It means: no designers, no stupid repetitive and unreliable work adding boxes to the designer window. Everything is done by using normal XML-based declarative language with normal intellisense support. Everything under the developer's control, no auto-generated code, nothing created the way the tool "wants", instead of doing what a developer wants. Comfortable and reliable.

—SA
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900