Re: [WiX-users] msiexec file path

2012-07-04 Thread nejiba
but in my case i am able to install the msi file but i must copy the file in a directory like TARGETDIR and then call the msiexec command and give it a parameter the copied file. What i want to do is to avoid to copy the file in any directory and point directly to the file under the project tree.

Re: [WiX-users] msiexec file path

2012-07-04 Thread Bruce Cran
On 04/07/2012 16:21, nejiba wrote: > I want to execute this custom action > ExeCommand="[SystemFolder]msiexec /i file.msi /qn /L*v ALLUSERS=1 > REBOOT=ReallySuppress ARPSYSTEMCOMPONENT=1" /> > And this file.msi is in the project tree. > > How can i specify the path in the customaction? The custo

[WiX-users] msiexec file path

2012-07-04 Thread nejiba
Hello, I want to execute this custom action And this file.msi is in the project tree. How can i specify the path in the customaction? Thanks. -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/msiexec-file-path-tp7579288.html Sent from the wix-use