I am using Wix to create an MSI that is being installed onto a server. It copies files to a directory and then turns the directory into a virtual directory under an existing website. This MSI currently builds and installs correctly onto the local machine, but on the Server it returns the error code and message: DEBUG: Error 2734: Invalid Reinstall mode character So what does this mean?
Can you give us the code you use to install that msi? Cor "N Anderton" schreef in bericht news:FC6EDA41-5F40-4DB6-80C2-B3B3BC0CA367@microsoft.com... >I am using Wix to create an MSI that is being installed onto a server. It > copies files to a directory and then turns the directory into a virtual > directory under an existing website. This MSI currently builds and > installs > correctly onto the local machine, but on the Server it returns the error > code > and message: > DEBUG: Error 2734: Invalid Reinstall mode character > So what does this mean?