[WiX-users] WiX Output Question

2014-04-25 Thread Joshua Linker
like it to include the files into the MSI so I only have an MSI file. What attribute and where tells it to wrap the files that will be output on the destination machine into the MSI instead of them being external? Thanks, Joshua Linker

Re: [WiX-users] WiX Output Question

2014-04-27 Thread Joshua Linker
In case anyone else struggles with this I figured it out. The below suggestion was only part of the problem. First, in the Package element, you have to add the attribute Compressed="yes". Then in the Media attribute you have to add the EmbedCab="yes" and also by adding that it requires the attri

[WiX-users] Upgrade Questions

2014-07-10 Thread Joshua Linker
configuration file also holds custom properties that the users can set that do not need to be modified on upgrade. Thank you in advance for your help. ~Joshua Linker -- Open source business process management suite built on

[WiX-users] WiX Upgrade Questions

2014-09-29 Thread Joshua Linker
updates the file for the service the service will no longer start. The error it gives is Error 193 0xc1. And nothing appears in the event viewer logs for it. Thanks, Joshua Linker -- Slashdot TV. Videos for Nerds. Stuff

Re: [WiX-users] WiX Upgrade Questions

2014-09-29 Thread Joshua Linker
information to see if mine is missing something. I assumed that when it didn’t start there was a bug or a problem with my authoring, hence why I reached out on here. If I figure out my problem I will respond again in case anyone else encounters a similar issue. Thanks, Joshua Linker

[WiX-users] WiX and App.Config

2015-01-05 Thread Joshua Linker
ve it just ignore app.config on upgrades but there are some binding redirects that changed between the two versions. What would be the cleanest way to achieve this? Thanks, Joshua Linker -- Dive into the World of Par