Re: [WiX-users] What is the best way to troubleshoot an installer?

2009-06-23 Thread Martin MacPherson
This article by Aaron Stebner has always helped me before: http://blogs.msdn.com/astebner/archive/2005/08/01/446328.aspx 2009/6/23 Brian Rogers > Hey Jim, > > Try the link below or breakout the RegEx > > Wilogutl.exe > http://msdn.microsoft.com/en-us/library/aa372811(VS.85).aspx > > Thanks, > >

Re: [WiX-users] Bootstapper in VS 2008

2009-03-03 Thread Martin MacPherson
There is always the MSBuild GenerateBootstrapperTask. ( http://msdn.microsoft.com/en-us/library/ms164294.aspx) I've not used it but imagine it isn't the most flexible/powerful solution. It looks pretty straightforward however. 2009/3/3 Jacob

Re: [WiX-users] Visual Studio Integration Question

2009-02-19 Thread Martin MacPherson
Not sure myself but you could take a look at the source of something like the Power Commands stuff:http://code.msdn.microsoft.com/PowerCommands 2009/2/19 Christopher Painter > I have a question about something but I don't know the terminology needed > to do a google search. > > Does anyone know

Re: [WiX-users] msi logging

2008-12-18 Thread Martin MacPherson
http://technet.microsoft.com/en-us/library/cc759262.aspx 2008/12/18 Yu, Brian > I got this from http://www.dalun.com/wix/06.26.2005.htm > > c:\WiX\msiexec /i product.msi /L*v log.txt > > > > Is this the only way to write out logging? > > I find it difficult to work out what the installer is doin

Re: [WiX-users] .NET Bootstrapper, Self-Extracting Executables

2008-10-20 Thread Martin MacPherson
Could you not use the MSBuild GenerateBootstrapper task to accomplish what you need to do? http://msdn.microsoft.com/en-us/library/ms164294.aspx 2008/10/19 A. Logan Murray <[EMAIL PROTECTED]> > Ah, excellent. Glad to know it's planned. Good

Re: [WiX-users] URGENT : Need help with WIX User Interface custom Dialog box

2008-10-19 Thread Martin MacPherson
Doesn't the property id have to be in uppercase? 2008/10/18 Amar <[EMAIL PROTECTED]> > > All, > > I need urgent help with this. Any help is greatly appreciated. > > I need to take user input for Website Name, IP address and Port during > install time, > use that information to set the website pr

Re: [WiX-users] Linq to MSI

2008-10-17 Thread Martin MacPherson
ovider for ADO.NET 2.0 ... I guess Linq is > > the way to go now. > > > > Christopher Painter, Author of Deployment Engineering Blog > > Have a hot tip, know a secret or read a really good thread that deserves > > attention? E-Mail Me > > > > > > --- O

Re: [WiX-users] 64-bit installer questions (simple)

2008-10-17 Thread Martin MacPherson
I don't really know anything about 64-bit installations but as far as I can see there is a 64-bit version of wix..perhaps that might help? http://wix.sourceforge.net/releases/3.0.4603.0/ 2008/10/17 Michael Owings <[EMAIL PROTECTED]> > This is certainly more of a Windows Installer question, but he

Re: [WiX-users] First time user questions

2008-10-17 Thread Martin MacPherson
I'm a bit of a UI newbie but this seems to be the way... 1) Download the Wix src eg.. http://wix.sourceforge.net/releases/3.0.4603.0/wix3-sources.zip 2) Extract and take a look at the 'src\ext\UIExtension\wixlib' folder. This is where the WixUI and dialogs are stored. 3) If you want to remove a c

Re: [WiX-users] Tutorial WIX Edit

2008-08-27 Thread Martin MacPherson
I've not used it myself but sharpdevelop ide seems to have decent wix support (I'm not sure whether it has been upgraded to support wix 3.0 yet). http://community.sharpdevelop.net/blogs/mattward/archive/2006/09/17/WixIntegration.aspx 2008/8/27 Pally Sandher <[EMAIL PROTECTED]> > > WiX edit is a

Re: [WiX-users] schedule for WiX 3.0 beta -> release?

2008-08-21 Thread Martin MacPherson
AFAIK there is no definite release schedule but the Rob, Bob et al. are looking to try and ship v3 RTM next year. The guys are concentrating on getting the bug count down at the moment and have shelved a couple of the features in order to get the release out sooner. Someone may have more detailed

Re: [WiX-users] Votive fails to install on Visual Studio 2008

2008-07-11 Thread Martin MacPherson
Hi Mohith, You can grab the latest build of Wix v3 from the following location (2925 is a little old): http://wix.sourceforge.net/releases/ The sourceforge list of releases is not currently update - though this should be changing soon!! 2008/7/11 Mohith Manoj <[EMAIL PROTECTED]>: > Hi, > > I a

Re: [WiX-users] Mixed language (localization)

2008-07-08 Thread Martin MacPherson
Hey Olivier, I've not done it myself but there was a post last week (3 July 2008 10:52) discussing the overriding of text using a localisation file.. There were a couple of links to the variables that can be overriden: http://wix.cvs.sourceforge.net/*checkout*/wix/wix/src/ext/UIExtension/wixlib

Re: [WiX-users] install Wix-3.0.2925.0.msi

2008-06-24 Thread Martin MacPherson
You're better off getting one of the later releases: http://wix.sourceforge.net/releases/ 2008/6/24 Bianca Raluca <[EMAIL PROTECTED]>: > Hi, > > I installed Visual Studio 2008 Professional Edition (Version 9.0.21022.8). > When I run Wix-3.0.2925.0.msi I get the message that "Votive, the WIX > pr

[WiX-users] Linq to MSI

2008-06-14 Thread Martin MacPherson
Don't know if anyone has come across this yet but Bart De Smet is doing a series of articles around creating a Linq provider for MSI: http://communities.bartdesmet.net/blogs/bart/archive/2008/06/06/linq-to-msi-part-0-introduction.aspx http://communities.bartdesmet.net/blogs/bart/archive/2008/06/1

Re: [WiX-users] What kind of "How To" docs would you like to see?

2008-06-06 Thread Martin MacPherson
I think so... would be nice to have it all up-to-date, in one place. 2008/6/6 Neil Sleightholm <[EMAIL PROTECTED]>: > Do you think it would be better to add this information to the Wiki ( > http://www.wixwiki.com)? > > Neil > > Neil Sleightholm > X2 Systems Limited > [EMAIL PROTECTED]

Re: [WiX-users] WIX 3.0 release date

2008-05-28 Thread Martin MacPherson
I understand the pain of trying to convince managers of anything that isn't in black and white but as far as I can see the Wix code is of beta quality ie..not functionally complete. It would problem be a bit irresponsible to paint it otherwise... Rob, What's the deal for the community getting invo

Re: [WiX-users] yep - back to being 100% frustrated

2008-05-15 Thread Martin MacPherson
http://johnmcfadyen.spaces.live.com/ 2008/5/15 Holmgren Mathias <[EMAIL PROTECTED]>: > > Don't blame the tools as there are plenty of people out there using > these tools and making them work seemlessly and quickly on a day to day > basis. > > > > Well, you can't just disregard the large majorit

Re: [WiX-users] How do I read a configuration parameter from an xml file?

2008-05-01 Thread Martin MacPherson
Damn I was going to be needing to do this soon and was hoping that there would be a 'getValue' action on the XmlFile element. I've just had a quick look and couldn't see onehmmm 2008/5/1 dB. <[EMAIL PROTECTED]>: > I think this was answered before, but I couldn't find a reference. I > found

Re: [WiX-users] wix mailing lists open to public => more spam

2008-04-22 Thread Martin MacPherson
They must be really desperate joining a wix-user mailing list ;) On 22/04/2008, John Vottero <[EMAIL PROTECTED]> wrote: > > > If anyone has any other opinions on this topic, please do make your > > voice heard. I'm still following this thread and trying to figure out > > if I should lock non-membe

Re: [WiX-users] Missing IntelliSense (was context sensitive help)

2008-04-22 Thread Martin MacPherson
I'm seeing it ok at this end in VS 2008 On 22/04/2008, Neil Sleightholm <[EMAIL PROTECTED]> wrote: > > I think I used the wrong term, what I really meant is IntelliSense. > > > > Neil > > > > *From:* [EMAIL PROTECTED] [mailto: > [EMAIL PROTECTED] *On Behalf Of *Neil Sleightholm > *Sent:* 22 April

Re: [WiX-users] wix mailing lists open to public => more spam

2008-04-21 Thread Martin MacPherson
OR 上 OR 国 OR 个 OR 到 OR 说 OR 们 OR 为 OR 子 OR 和 OR 你 OR 年 OR 时) * On 21/04/2008, Martin MacPherson <[EMAIL PROTECTED]> wrote: > > I have been thinking the same. I found a post who suggested the following > if you use gmail: > > If you're like me then y

Re: [WiX-users] wix mailing lists open to public => more spam

2008-04-21 Thread Martin MacPherson
I have been thinking the same. I found a post who suggested the following if you use gmail: If you're like me then you get a lot of Russian spam in Gmail. There has been no way to filter it out, until now. I found that if you create a filter to search for emails that have the words "в OR и" you

[WiX-users] Nested msis

2008-03-18 Thread Martin MacPherson
I am looking to create an installer that installs a number of tools each of which is an msi. I would like to make each a 'feature' so that the end user can choose which tools they wish to install. Has anyone got an tips for doing this? Can I use a customaction for each that is only executed if the