-
Notifications
You must be signed in to change notification settings - Fork 25
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
Use of "alias" parameter causes "dirExclude" and "RegExExclude" to be ignored #12
Comments
Can you give me an example of the command line order that's failing? I'm having trouble duplicating the error you're reporting. I want to get this fixed. Thanks! |
One of my failing commandlines was paraffin BTplusRest.wxs ^ results in a wxs file containing the following lines Autogenerated by Paraffin - Wintellect - John Robbins - john@wintellect.com So obviously the excludes are ignored. Best regards, By the way, Paraffin is great stuff. For me it is a major breakthrough on my way to replace Installshield with WiX. Sorry XML Code is garbled after pressing "comment". regards, |
Hi HH, Thanks for the very kind comments about Paraffin and glad you have found it useful! What version of Paraffin are you running? With 3.6.2.0, the version here on GitHub, I still can't duplicate the issue. I tossed your command line into a batch file and I'm getting the directory excludes. I'll keep playing with it, but if you're not running the latest version, could you try that? Also, I'm testing in the US English local. Are you running a different local? |
Hello, My locale is de-DE, german version of Win7/64. WiX development is done in Visual Studio 2010 and WiX 3.7. regards, |
Hello,
in my Wix/Paraffin Experiments I use the "alias" parameter because I work on different computers with different drive configuration. I encountered the problem that since I introduced the alias parameter all my settings with "dirExclude" are ignored. A workaround with "regexexclude" also failed.
The parameters are not even mentioned in the leading comments of every wxs file, so it seems it is a bug when interpreting the parameters.
regards,
HH
The text was updated successfully, but these errors were encountered: