Re: [WiX-users] commadline parameters to bootstrapper

2012-11-12 Thread Rob Mensching
What Neil said if using the wixstdba. If using your own BA, the command-line parameters should be in the command structure passed to your BA initialization. On Mon, Nov 12, 2012 at 11:18 PM, Neil Sleightholm wrote: > You would need to add bal:Overridable="yes" to that element to allow burn > to

Re: [WiX-users] Burn package for x64 platform

2012-11-12 Thread Rob Mensching
That is exactly how Burn is designed. On Mon, Nov 12, 2012 at 10:56 PM, Syam Pinnaka wrote: > Hello there, > > I am seeing *32 (indicating 32 bit process) for my burn package > targeted\built for x64 platform and run on a x64 bit machine. I am also > seeing two instances of the burn package in

Re: [WiX-users] commadline parameters to bootstrapper

2012-11-12 Thread Neil Sleightholm
You would need to add bal:Overridable="yes" to that element to allow burn to set it from the command line. Neil -Original Message- From: Syam Pinnaka [mailto:sy...@microsoft.com] Sent: 13 November 2012 06:52 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-use

[WiX-users] Burn package for x64 platform

2012-11-12 Thread Syam Pinnaka
Hello there, I am seeing *32 (indicating 32 bit process) for my burn package targeted\built for x64 platform and run on a x64 bit machine. I am also seeing two instances of the burn package in task manager when the package is run. Is this how the burn packages are designed to work or am I missi

Re: [WiX-users] commadline parameters to bootstrapper

2012-11-12 Thread Syam Pinnaka
How can I read and set a "unknown" commad-line parameter to a Variable? The below format seems like isn't working. -Original Message- From: Rob Mensching [mailto:r...@robmensching.com] Sent: Monday, November 12, 2012 10:35 PM To: General discussion for Windows Installer XML toolset. Su

Re: [WiX-users] commadline parameters to bootstrapper

2012-11-12 Thread Rob Mensching
Yes. The BA gets all the "unknown" command-line parameters and can do whatever it wants with them, such as set a Variable that is passed to an MsiProperty. On Mon, Nov 12, 2012 at 9:42 PM, Syam Pinnaka wrote: > Is it possible to pass commandline parameters to the bootstrapper > application lik

[WiX-users] commadline parameters to bootstrapper

2012-11-12 Thread Syam Pinnaka
Is it possible to pass commandline parameters to the bootstrapper application like the way we can pass them to standard .MSI packages? I would like to pass them to one of the chained .MSI. This will make it flexible to use different configuration values without having to rebuild the package. Sy

[WiX-users] Launch Third Party Application after successful installation

2012-11-12 Thread Ravi Raj
I want to launch a third party application using my WiX installer. I am using following but it will launch the application along with command prompt which never closes. cmd.exe [PATHTOEXE] is the full path of the application fetched from registry. Is there a better and efficient way to use it?

Re: [WiX-users] Creating a simply installer copying a set of files to an existing directory

2012-11-12 Thread Jensen-Waud, Anders
Thanks Jacob. I am very much a "newbie" in the configuration of this tool. Would you be able to provide a code example for each of the steps below? -Original Message- From: Hoover, Jacob [mailto:jacob.hoo...@greenheck.com] Sent: Tuesday, 13 November 2012 12:41 PM To: General discussio

Re: [WiX-users] Detecting full .NET4

2012-11-12 Thread Dushyant Bansal
You are correct. That worked. On Mon, Nov 12, 2012 at 5:23 PM, Hoover, Jacob wrote: > You need to do more than just reference the property. Did you add a > Condition element, and if so what was the value of the text within it? > > -Original Message- > From: Dushyant Bansal [mailto:dush

Re: [WiX-users] Creating a simply installer copying a set of files to an existing directory

2012-11-12 Thread Hoover, Jacob
Assuming the "popular CASE tool" uses Windows Installer to install, you should be able to search for it as a prerequisite. In addition, you should need to ask the user for the install folder, as you should be able to query the product state of the main application for its installation directory.

Re: [WiX-users] Detecting full .NET4

2012-11-12 Thread Hoover, Jacob
You need to do more than just reference the property. Did you add a Condition element, and if so what was the value of the text within it? -Original Message- From: Dushyant Bansal [mailto:dushyant.subscr...@gmail.com] Sent: Monday, November 12, 2012 7:17 PM To: wix-users@lists.sourcefor

[WiX-users] Detecting full .NET4

2012-11-12 Thread Dushyant Bansal
How do you specify in a wix package that you want full .NET4 installed rather than just the client profile as a prerequisite? I have a change based on wix docs to use this property value: instead of: But it doesn’t actuall

[WiX-users] Creating a simply installer copying a set of files to an existing directory

2012-11-12 Thread Jensen-Waud, Anders
Hello I need to create an installer file, which copies a set of XML files into the directory of an existing application, which is already assumed to be installed on the computer. The installer wraps a plugin (consisting of a set of XML files) for a popular CASE tool. I would prefer if this ca

Re: [WiX-users] Problem in Major upgrade

2012-11-12 Thread Phil Wilson
Chris said "when" you schedule REP, meaning that its sequence determines the behavior you get, as here: http://msdn.microsoft.com/en-us/library/windows/desktop/aa371197(v=vs.85).as px The 3rd choice (between InstallExecute) has the behavior you want, updating files using file replacement rule

Re: [WiX-users] heat extension - COM exe servers and 64-bit COM support

2012-11-12 Thread Christopher Painter
The first question is who'll maintain copyright. The second is which OSS license you'll want to release it under. (Generally there are two types, permissive and reciprocal ) ISWIX was written on company time at my last job and I had to get them to reassign the intellectual property rights so

[WiX-users] heat extension - COM exe servers and 64-bit COM support

2012-11-12 Thread robert_yang
Hi all - about a year ago I wrote a heat extension (based on various code I found on the web) for our internal use which harvests 32-bit COM EXE servers and pre-initializes the registry with the ATL Registrar before harvesting. Lately I updated it with support for 64-bit COM servers (DLL and EX

Re: [WiX-users] WiX 3.6 MergeModule creation regression?

2012-11-12 Thread rowbot
Hi, Any fix or workaround to this? We can't move to 3.6 or 3.7 without it...(!) Thanks, -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/WiX-3-6-MergeModule-creation-regression-tp7581302p7581862.html Sent from the wix-users mailing list arch

[WiX-users] Privileged not set on a privileged windows 8 user

2012-11-12 Thread Osanger, Martin
Hi, in my msi project i define the following condition: Privileged On Windows XP, Vista and Windows 7 all works fine, but on Windows 8 I get the error message that I'm not privileged, anyone have an idea what I can do? regards, Martin --