[WiX-users] wixlibs and Patch creation

2010-11-10 Thread Devarajan, Mahesh IN BLR SISL
Hello We use wixlibs in our Setups, this wixlibs will be re used in multiple product Setups (with in our organization). We have scenarios like creation of patches for those products, in such cases if there is a new file added in any of the wixlibs we can't add/hard code the "PathGroup" attribut

Re: [WiX-users] Hide commandline parameters in CAQuietExec

2010-11-10 Thread sagar shinde
You can try "/C" switch in ur commandline while u send your command value or ExeCommand On Fri, Nov 5, 2010 at 2:42 PM, David Binkovic < david.binko...@googlemail.com> wrote: > Hi, > > I have a password string the user enters in the UI of the installation > wizard that needs to be passed to a com

Re: [WiX-users] Hide commandline parameters in CAQuietExec

2010-11-10 Thread David Binkovic
Hi, I've tried that, but still the complete commandline is logged from CAQuietExe like this: CAQuietExec: "C:\WINDOWS\system32\cmd.exe" /c David 2010/11/10 sagar shinde : > You can try "/C" switch in ur commandline while u send your command value or > ExeCommand > > On Fri, Nov 5, 2010 at 2:42

Re: [WiX-users] Hide commandline parameters in CAQuietExec

2010-11-10 Thread sagar shinde
This is how i used it.Which is working efficiently in my work. On Wed, Nov 10, 2010 at 6:30 PM, David Binkovic < david.binko...@googlemail.com> wrote: > Hi, > > I've tried that, but still the complete commandline is logged from > CAQuietExe like this: > CAQuietExec: "C:\WINDOWS\system32\cmd.ex

Re: [WiX-users] .Net 4 bootstrapper with Windows Imaging Component

2010-11-10 Thread Anton Tykhyy
I have created a http://pastebin.com/FfkW7TUN WIC bootstrapper package , and added dependencies on it to the existing .NET 4 packages using the tag. This makes the bootstrapper engine order the packages properly. Tested on XP SP2, XP SP3 and Windows 7. -- View this message in c

Re: [WiX-users] Silently executing a PowerShell script from WiX Hangs PowerShell

2010-11-10 Thread Ryan Taylor
My current test machine is Windows 7 and it is 64-bit. I am running PowerShell v2 64-bit. I will ultimately be deploying the installer to a Windows 2008 R1 machine, also 64-bit. I think the installer is a 32-bit MSI as I did not specify the Platform attribute in the Package. Although, I am not c

Re: [WiX-users] Silently executing a PowerShell script from WiX Hangs PowerShell

2010-11-10 Thread Ryan Taylor
Here is a little more information. My PowerShell Script currently prints out version information. When I read the MSI log files I see the following: MSI (s) (D4:78) [10:26:31:436]: Hello, I'm your 32bit Elevated custom action server. CAQuietExec64: CAQuietExec64: CAQuietExec64: Name

[WiX-users] Publish element and the Dialog Element.

2010-11-10 Thread Vasu Chakkera
Dear All, I have some confusion, which I am hoping that one of you would be pleased to clear. There are two sections in my wix file. One that has the Publish elements and the other that defines the Dialog element. as follows 1 1 NOT MATHPLAYERFOUND . . . . . and so on and so for

Re: [WiX-users] Custom action entrypoints

2010-11-10 Thread Wang, Miaohsi
Hi Blair, Thanks for responding to my question. I tried several things and finally got it to work, although I still do not know what was going on. Originally I had all the CA names in question start with Create... After renaming them such that they all started with different words (such as Make

[WiX-users] How can I create a shortcut or an executabe in a merge module?

2010-11-10 Thread Wang, Miaohsi
Dear All, We need to create a shortcut inside the application shortcut folder for an executable that exists in a merge module. I searched for a while in the Internet but did not find the exact information that I need. Currently I have the code below that does not work nor compile:

[WiX-users] Custom Action

2010-11-10 Thread sagar shinde
Hi, I created one custom action dll file, which is copied to destination computer. while installation of product But the problem is i want to use that dll. at uninstall time but it get deleted before it is used by installer so it shows error while uninstall please suggest me proper way to do it,or

Re: [WiX-users] How can I create a shortcut or an executabe in a merge module?

2010-11-10 Thread sagar shinde
hi in this code This Target="[PORTAL_PATH]bin\S4MWbCustomize.exe" must be the path of your directory structure not build machine path for .exe file On Thu, Nov 11, 2010 at 1:30 AM, Wang, Miaohsi wrote: > Dear All, > > We need to create a