Re: [WiX-users] Running 64-bit executables silently

2009-03-17 Thread Michael
Hi Sandun, OK, thats fine. Its seems to be error in execution of command. First, try to execute same command in command prompt. If it fine, consider operating system, application (32bit/64bit). -SMR sandun css wrote: > Hi Michael, > I tested with your code. But the installer failed. found foll

Re: [WiX-users] Running 64-bit executables silently

2009-03-16 Thread sandun css
Hi Michael, I tested with your code. But the installer failed. found following lines in the log. CAQuietExec64: Error 0x80070057: failed to get command line data CAQuietExec64: Error 0x80070057: failed to get Command Line Then I modified it as follows, This code starts a powershell proce

Re: [WiX-users] Running 64-bit executables silently

2009-03-16 Thread Michael
Hi Sandun, Your code must be like this, Get a log by executing .msi file in command line as follows, msiexec /i /L*v send the log. -SMR sandun css wrote: > Hi Michael, > > Thanks for the reply. > > I tryed with this, > > Value=""[POWERSHELLEXE]" [INSTALLDIR]scripts\Install.ps1"/> >

Re: [WiX-users] Running 64-bit executables silently

2009-03-16 Thread sandun css
Hi Michael, Thanks for the reply. I tryed with this, But it doesn't run the powershell script. don't I need the following action? On Mon, Mar 16, 2009 at 5:07 PM, Michael wrote: > Hi, > > Value=""[POWERSHELLEXE]" [INSTALLDIR]scripts\Install.ps1"/> > > try this. > > > sandun css wrote: >

Re: [WiX-users] Running 64-bit executables silently

2009-03-16 Thread Michael
Hi, try this. sandun css wrote: > Hi, > > I was trying to run a powershell script in powershell 64 bit version. (using > CAQuietExec64) > > > Value=""[POWERSHELLEXE]" [INSTALLDIR]scripts\Install.ps1" Execute= > "immediate" Return="check" /> > > > But, this doesn't seem to be working! > > How

Re: [WiX-users] Running 64-bit executables silently

2009-03-16 Thread Michael
Hi Sandun, Try this statement. sandun css wrote: > Hi, > > I was trying to run a powershell script in powershell 64 bit version. (using > CAQuietExec64) > > > Value=""[POWERSHELLEXE]" [INSTALLDIR]scripts\Install.ps1" Execute= > "immediate" Return="check" /> > > > But, this doesn't seem to