Issue #19669 has been updated by Josh Cooper. Keywords set to windows msi
---------------------------------------- Bug #19669: Automatically backslashify windows MSI package sources https://projects.puppetlabs.com/issues/19669#change-86765 Author: Josh Cooper Status: Accepted Priority: Normal Assignee: Category: Target version: 3.x Affected Puppet version: 2.7.19 Keywords: windows msi Branch: When installing an MSI, the windows package provider passes the package source parameter to msiexec.exe. Unfortunately, it <b>must</b> use backslashes, otherwise, msiexec thinks it's a command line argument and will fail with a cryptic error: <pre>Failed to install: Fail on INT 24.</pre> The windows package provider should automatically convert the source to backslashes so that it just works. -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://projects.puppetlabs.com/my/account -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/puppet-bugs?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
