Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

WiX: Manually set the cost of a feature

I have a non-standard feature in my installer, which doesn't contain any installable files, but triggers a custom action instead. As this feature doesn't contain any official file components, the installer displays 0 as the required disk space for this feature. How can I set the cost of a feature manually in WiX?

like image 759
Thinko Avatar asked Sep 25 '12 17:09

Thinko


People also ask

How do I add price options on Wix?

Go to Store Products in your site's dashboard. Select a product with product options. Scroll down to the Product Options section. Click the Manage pricing and inventory for variants toggle to enable it.

Is Wix a one time payment?

Monthly subscription: You are charged on a monthly basis. Yearly subscription: You are charged once for the entire year. Two-Year subscription: You are charged once every 2 years.


1 Answers

You can use the ReserveCost element to associate additional cost with one of your Component elements. You will need to have at least one Component in the install to associate with Feature.

like image 98
Rob Mensching Avatar answered Oct 12 '22 15:10

Rob Mensching