Re: [WiX-users] execute wix msi through cmd

2012-10-11 Thread Rob Hamflett
Try this: msiexec /i MyApplication.msi /qn WIXUI_LABNAME=TestSilent WIXUI_LABOWNER=Me WIXUI_LABDESCRIPTION=description WIXUI_LABACCESS=1 Rob On 10/10/2012 22:34, Senthil Chandran wrote: > I wrote a wix project that generates a msi to execute my exe. > Part of the installer, I collect data from u

Re: [WiX-users] upgrade code

2012-10-11 Thread Chaitanya
Thank you its working... -Original Message- From: Peter Shirtcliffe [mailto:pshirtcli...@sdl.com] Sent: 10 October 2012 16:41 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] upgrade code You probably need WixUI_Mondo or WixUI_FeatureTree, not WixUI_Inst

[WiX-users] Log Enable

2012-10-11 Thread Chaitanya
Hi, I want to enable log in wix.. Upto know iam using "msiexec /I ($.msi) /L*exv ($.txt)" through command prompt. But I have to enable log along with wix.not with command prompt. Is it posiible Thanks -- Don't le

Re: [WiX-users] silly question... re properties...

2012-10-11 Thread Peter Shirtcliffe
I'm confused by your description of what you've done. You say your CA is C# but it looks like a property setting CA. Also you say its run before LaunchConditions but it says before InstallFiles. As far as I'm aware, any custom action that's run will be mentioned in a verbose log, whatever it does.

Re: [WiX-users] Log Enable

2012-10-11 Thread Peter Shirtcliffe
I believe you can enable logging by setting the log mode, but you cannot specify the path. You must wrap your MSI in a small exe stub or bootstrapper to do that. Otherwise you can read the generated log path from the msilogfilelocation property. Some of these properties are not available on older v

Re: [WiX-users] Log Enable

2012-10-11 Thread Steven Ogilvie
Enter this line in your product.wxs after the Steve -Original Message- From: Chaitanya [mailto:chaita...@pointcross.com] Sent: October-11-12 4:03 AM To: WiX-users@lists.sourceforge.net Subject: [WiX-users] Log Enable Hi, I want to enable log in wix.. Upto know iam using "msiexec /I (

[WiX-users] BURN Prerequisites Detection Issue

2012-10-11 Thread Javier Ibanez
Hi, I'm writing a bundle with a custom BA compiled with .NET 3.5. I have added the right supported frameworks in the config file (v2.0.50727) and I'm using WixNetFxExtension to install 4.0 if 3.5 is not installed. I run the following test: 1) On a Win7 machine with 3.5.1 installed, I disabled

Re: [WiX-users] silly question... re properties...

2012-10-11 Thread Steven Ogilvie
Let me do this again :) In merge module I have 6 components set to install depending on a custom action that detects the "bit" of MS Outlook (whether it is 32 or 64 bit) ** Currently all 6 files get installed... but only 3 should be installed depending on the Outlook bit ** The three outlook 3

[WiX-users] VS2008 issue after update to v3.7

2012-10-11 Thread Michael Ogilvie
Hello, I just updated to v3.7 and now I cannot open a bundle wixproj in VS2008. getting an error " .wixproj is not supported by this version of the application" Thank you, Michael Ogilvie -- Don't let slow

Re: [WiX-users] VS2008 issue after update to v3.7

2012-10-11 Thread Michael Ogilvie
I have tried to repair my VS2008 pro and I have also tried repairing the v3.7 install. Still does not work. I have even uninstalled v3.7 and installed 3.6 again and it still does not work. V3.7 did something to my vs2008 Thank you, Michael Ogilvie Application Support Specialist | PixeLINK 19

Re: [WiX-users] VS2008 issue after update to v3.7

2012-10-11 Thread Michael Ogilvie
It looks like I cannot even create any Wix project in VS anymore Thank you, Michael Ogilvie Application Support Specialist | PixeLINK 1900 City Park Drive, Suite 410. Ottawa, Ontario K1J 1A3 tel: 613.247.1211 Ext. 242 |  cell: 613.302.9844 | fax: 613.247.2001 | skype: pixelink.mogilvie www.pix

Re: [WiX-users] VS2008 issue after update to v3.7

2012-10-11 Thread Steven Ogilvie
Hey Michael, I presume you mean your product.wxs file? Create a new WIX setup project, does the first two lines look like your "bundle" file? I.e. http://schemas.microsoft.com/wix/2006/wi"; Steve Ogilvie -Original Message- From: Michael Ogilvie [mailto:michael.ogil...@pixelink.com]

Re: [WiX-users] VS2008 issue after update to v3.7

2012-10-11 Thread Michael Ogilvie
Hello, In VS2008 I go to create a new Project and choose the Windows Installer XML types and if I try to create a new project from any of the templates I get that error. Images: http://www.files.pixelink.com/temp/error.bmp http://www.files.pixelink.com/temp/VS2008.bmp Thank you, Michael Og

Re: [WiX-users] VS2008 issue after update to v3.7

2012-10-11 Thread Steven Ogilvie
In New Project dialog choose .NET Framework 4 instead of 3.51 See if that helps Steve -Original Message- From: Michael Ogilvie [mailto:michael.ogil...@pixelink.com] Sent: October-11-12 2:25 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] VS2008 iss

Re: [WiX-users] VS2008 issue after update to v3.7

2012-10-11 Thread Michael Ogilvie
Hello, I don't have an option for 4 only 3.51, 3.0 and 2.0 Thank you, Michael Ogilvie Application Support Specialist | PixeLINK 1900 City Park Drive, Suite 410. Ottawa, Ontario K1J 1A3 tel: 613.247.1211 Ext. 242 |  cell: 613.302.9844 | fax: 613.247.2001 | skype: pixelink.mogilvie www.pixelink

Re: [WiX-users] VS2008 issue after update to v3.7

2012-10-11 Thread Keith.Douglas
Doesn't one need VS2010 to support .NET 4 anyway? Keith Douglas Statistics Canada | 170 Tunney's Pasture Driveway, Ottawa ON K1A 0T6 Statistique Canada | 170, promenade Tunney's Pasture, Ottawa ON K1A 0T6 keith.doug...@statcan.gc.ca Telephone | Téléphone 613-951-4405 Facsimile | Télécopieur 613-9

Re: [WiX-users] VS2008 issue after update to v3.7

2012-10-11 Thread Steven Ogilvie
Ya sorry my bad If you have tried uninstalling WIX 3.x and VS2008 then re installing VS2008 and then WIX 3.x Don't forget 3.7 is not a released product it is beta... STeve -Original Message- From: keith.doug...@statcan.gc.ca [mailto:keith.doug...@statcan.gc.ca] Sent: October-11-12 2:5

[WiX-users] service installs, logs

2012-10-11 Thread Keith.Douglas
I've noticed something curious about (~14 seconds after the wxs file is created, which is approximately when light is run, I'd guess) when I build the MSI package for my Windows Service - the machine in which the build is done seems to log (in the Windows event log) things which look like the se

[WiX-users] Outcurve License question

2012-10-11 Thread Skildum, Mathew
I know this may be covering the same ground as previous discussions, but I just had the legal team of my company look at the license that is shipped with the WIX 3.6 tool set. According to the way the license reads you must ship the source for DTF along with every installation that uses this pa

Re: [WiX-users] Outcurve License question

2012-10-11 Thread Keith.Douglas
IANAL, and as I recall, the way the legal team here interpreted a similar clause in a library license we use was that if anyone *asks* for our source (which in our case here in Canada is under Crown Copyright etc., as I understand which might make it tricky understanding it elsewhere) we will gi

Re: [WiX-users] Mute Features on conditions

2012-10-11 Thread Subbiah Ganesan
Is trying to read the feature's presence from HKLM\SOFTWARE\Classes\Installer\Features\GUID is a correct way to do it? On Wed, Oct 10, 2012 at 11:01 PM, Subbiah Ganesan wrote: > Hi all, > I have a scenario in which i have a driver feature as part of my > installer...But this driver can be install