Re: [WiX-users] heat: the ID of a directory with numeric name

2011-02-17 Thread Brian Rogers
Hey Palbinder, Which version of heat.exe are you using? As long as you aren't using -suid you should be ok. Thanks, Brian Rogers "Intelligence removes complexity." - Me http://blogs.msdn.com/icumove On Thu, Feb 17, 2011 at 2:10 AM, wrote: > Hi Palbinder, (group), > >

Re: [WiX-users] Issue with MajorUpdate Element

2011-06-23 Thread Brian Rogers
>From the sound of it you would actually have to do some custom work around the modify scenario. You don't want to install the actual bits more than once, correct? Sent from my Windows Phone From: CoolBreeze Sent: Thursday, June 23, 2011 6:55 AM To: General discussion for Windows Installer XML too

Re: [WiX-users] HEAT5150 and ATL registrar

2011-07-05 Thread Brian Rogers
I believe this has been seen before IIRC. Rob might still have an old code review for the fix. Otherwise I can look for it when I am back from vacation. Sent from my Windows Phone From: robert_y...@non.agilent.com Sent: Tuesday, July 05, 2011 9:55 AM To: wix-users@lists.sourceforge.net Subject: [W

Re: [WiX-users] Using Heat multiple times => Duplicate symbols

2010-01-09 Thread Brian Rogers
to handle these issues if necessary, no? Thanks, Brian Rogers "Intelligence removes complexity." - Me http://blogs.msdn.com/icumove <-- NEW On Fri, Jan 8, 2010 at 7:52 PM, Blair wrote: > Looking at your situation, this is what looks to me to be your solution: > > 1- I'

Re: [WiX-users] Using Heat multiple times => Duplicate symbols

2010-01-10 Thread Brian Rogers
extension for the community that will help this out. It is quite behind schedule, but it is coming. Anything that could help people out in the mean time would be great! http://blogs.msdn.com/icumove/archive/2009/05/31/right-corner-wix-heat-left-corner-thousands-of-files.aspx Thanks, Br

Re: [WiX-users] Installation of msi with user credentials

2010-01-12 Thread Brian Rogers
Please search the forum history on Source Forge for an email titled: and question This might help you out a bit... Brian Rogers "Intelligence removes complexity." - Me http://blogs.msdn.com/icumove <-- NEW On Tue, Jan 12, 2010 at 10:31 AM, Rama Krishna Duddu (Infosys Tec

Re: [WiX-users] ServiceInstall query

2010-01-13 Thread Brian Rogers
This doesn't sound like a WiX or MSI issue. You should create a log file using the '/lvx* c:\out.log' and read the log to make sure the correct username and password are being set. Also, make sure the user name has the domain before it (e.g. "mydomain\myusername") B

Re: [WiX-users] heat.exe

2010-01-13 Thread Brian Rogers
v3\bin\heat.exe" dir "$(ProjectDir)..\..\..\~tmp\j2build3v_win\apps\eu" -gg -sfrag -scom -sreg -out "$(ProjectDir)gen_fragment.wxs" -template:fragment Brian Rogers "Intelligence removes complexity." - Me http://blogs.msdn.com/icumove <-- NEW On Wed, Jan 13, 2010

Re: [WiX-users] Heat.exe and 64-bit compatibility

2010-01-14 Thread Brian Rogers
Not sure if it is that straight forward. I think the reason we keep punting this feature is the dependencies heat.exe has on the Wix core project ( http://sourceforge.net/tracker/index.php?func=detail&aid=2012626&group_id=105970&atid=642717 ). Brian Rogers "Intelligence removes

Re: [WiX-users] Heat Bug with .Net COM

2010-01-14 Thread Brian Rogers
Yes, please file a bug. This is a good thing to track. Thanks, Brian Rogers "Intelligence removes complexity." - Me http://blogs.msdn.com/icumove <-- NEW On Wed, Jan 13, 2010 at 5:28 PM, Bob Arnson wrote: > On 1/13/2010 4:35 PM, Neil Sleightholm wrote: > > I think

Re: [WiX-users] HEAT5150: Could not harvest data

2010-01-22 Thread Brian Rogers
Can you please share the error and track a bug. Interally I think someone has found the resolve for this issue. If I could get more details I might be able to help you out. Thanks, Brian Rogers "Intelligence removes complexity." - Me http://blogs.msdn.com/icumove <-- NEW On Fri,

Re: [WiX-users] Testing Framework

2010-01-31 Thread Brian Rogers
pipeline to selectively monitor those messages to allow for custom profiles of your MSIs. If you have a particular concepts on what you would like to see, I would be interested in hearing this as we create our infrastructure. Brian Rogers "Intelligence removes complexity." - Me http://blog

Re: [WiX-users] heat and ice's

2010-02-02 Thread Brian Rogers
Hey Sean, Heat should extract the registry keys by default. Are you seeing something different? If you use a directory or registry search and use that public (all CAPS) property as one of your directory Ids it should be ok. Hope that helps, Brian Rogers "Intelligence removes complexity.&

Re: [WiX-users] Msbuild/Votive Change WIX Path

2010-02-04 Thread Brian Rogers
Try $(WixToolPath) instead. Brian Rogers "Intelligence removes complexity." - Me http://blogs.msdn.com/icumove <-- NEW On Thu, Feb 4, 2010 at 12:13 AM, INRO(Robert Inzinger) < robert.inzin...@skidata.com> wrote: > Hi > > Sorry I need more help, please > I have

Re: [WiX-users] Upgrade to Windows 7 -> "GetLooseFileList" task failed unexpectedly

2010-02-14 Thread Brian Rogers
Please open a bug with details if you can. I have seen issues around GetCabList as well. Brian Rogers "Intelligence removes complexity." - Me http://blogs.msdn.com/icumove On Wed, Feb 10, 2010 at 3:38 AM, Benjamin Podszun < benjamin.pods...@gmail.com> wrote: > Hi. > &

Re: [WiX-users] Before I make the leap to Wix ...

2010-03-14 Thread Brian Rogers
o add functionality while not breaking backwards compat. 4. Sure will. The general rule around WiX is that Custom Actions shouldn't be necessary though Hope that helps some, Brian Rogers "Intelligence removes complexity." - Me http://blogs.msdn.com/icumove On Sun, Mar 14, 2

Re: [WiX-users] How do I: Generate a Complete Installer usingCommand-Line Tools

2010-03-14 Thread Brian Rogers
@Lisa, any particular reason you are creating AND consuming your merge module? http://blogs.msdn.com/windows_installer_team/archive/2006/06/27/648447.aspx Brian Rogers "Intelligence removes complexity." - Me http://blogs.msdn.com/icumove On Sun, Mar 14, 2010 at 4:58 AM, Alec Tay

Re: [WiX-users] Can Wix Copy the entire contents of a directory without specifying Ids?

2010-03-21 Thread Brian Rogers
Which version of WiX are you using. There is a fix which removes the count of files for a feature. The ICE warning is being deprecated by Windows Installer and this is reflected in a newer version of WiX. Thanks, Brian Rogers "Intelligence removes complexity." - Me http://blogs.msdn.c

Re: [WiX-users] Adding multiple files to component

2010-03-21 Thread Brian Rogers
are looking for. Thanks, Brian Rogers "Intelligence removes complexity." - Me http://blogs.msdn.com/icumove On Wed, Mar 17, 2010 at 10:44 AM, Castro, Edwin G. (Hillsboro) < edwin.cas...@fiserv.com> wrote: > I have successfully automated heat in situations where I don't have to

Re: [WiX-users] How to create a big MSI like Microsoft Office

2010-03-21 Thread Brian Rogers
well. In direct reference to Office. They release Word independently of the entire suite. Are you looking to do that as well? This would be a form of SKU'ing in which you need to start figuring out Product Reference counting as well. Thanks, Brian Rogers "Intelligence removes complex

Re: [WiX-users] heat Harvest Types of project not working

2010-03-27 Thread Brian Rogers
g -out AceCmdCom.wxs -template:fragment Hope that helps, Brian Rogers "Intelligence removes complexity." - Me http://blogs.msdn.com/icumove On Thu, Mar 25, 2010 at 9:47 AM, Bill McCormick (LIST) < wpmccorm...@ace-co.com> wrote: > ... and yes, the project does build without any errors, bu

Re: [WiX-users] how to use heat to harvest VS projects

2010-03-29 Thread Brian Rogers
Heat will take EVERYTHING in the directory you specify. It should pick up on the COM DLLs just fine. Brian Rogers "Intelligence removes complexity." - Me http://blogs.msdn.com/icumove On Mon, Mar 29, 2010 at 1:20 PM, Bill McCormick (LIST) < wpmccorm...@ace-co.com> wrote: > N

Re: [WiX-users] Heat harvesting and fragment/component generation.

2010-04-01 Thread Brian Rogers
No, there isn't a way to do that. Gather all files at the folder level and putting them into a component can lead to many problems. What scenario do you have which requires this? Brian Rogers "Intelligence removes complexity." - Me http://blogs.msdn.com/icumove On Wed, Mar 31,

Re: [WiX-users] Speeding up Light command

2010-04-18 Thread Brian Rogers
files take an excessive amount of time to compress. Set everything to mszip, if you aren't doing that already, to see what type of speed you get with multiple cabs. Thanks, Brian Rogers "Intelligence removes complexity." - Me http://blogs.msdn.com/icumove On Sat, Apr 17, 2010 at 7:21

Re: [WiX-users] heat.exe warning: limit of 1600 components per feature: what will happen?

2010-04-19 Thread Brian Rogers
Actually, this has been deprecated in Wix 3.5. Windows Installer no longer has this restriction. To your questions, WiX would have been fine. The issue would have been on machines before Windows 2000. Thanks, Brian Rogers "Intelligence removes complexity." - Me http://blogs.msdn.c

Re: [WiX-users] Speeding up Light command

2010-04-22 Thread Brian Rogers
Have you looked into using torch and pyro to generate your patches? Brian Rogers "Intelligence removes complexity." - Me http://blogs.msdn.com/icumove On Thu, Apr 22, 2010 at 9:45 AM, Pally Sandher wrote: > Just as an example I decided to try this out with a large installer of &

Re: [WiX-users] Heat fails on Outlook Redemption

2010-05-30 Thread Brian Rogers
Order matters in your command line. Please look at the -? to see how to use it. There is also a bug filed on this one. Thanks, Brian Rogers "Intelligence removes complexity." - Me http://blogs.msdn.com/icumove On Sat, May 29, 2010 at 8:39 AM, Tim Tabor wrote: > Hello, > &g

Re: [WiX-users] WIX and Windows mobile phone

2010-06-01 Thread Brian Rogers
Itzik, Are you asking if you can use WiX to install an application to Windows Phone using Active Sync or are you speaking about the creation of a .CAB file for installation on the phone itself? Thanks, Brian Rogers "Intelligence removes complexity." - Me http://blogs.msdn.com/icumov

Re: [WiX-users] HEAT1108 warning

2013-05-29 Thread Brian Rogers
Sorry...I missed the documentation on those switches :( -Original Message- From: "Bob Arnson" Sent: ‎5/‎29/‎2013 17:18 To: "wix-users@lists.sourceforge.net" Subject: Re: [WiX-users] HEAT1108 warning On 28-May-13 16:46, Phill Hogland wrote: > Since the -template: switch is not documented

Re: [WiX-users] Using Heat.exe

2010-07-08 Thread Brian Rogers
with the 45MB to start as heat is building a collection of WiX objects to go and sift through. I would say that overall machine speed would have a large impact on heat. The group I am is using heat for over 250K files and we aren't seeing nearly that much of a slow response. Thanks, Br

Re: [WiX-users] Pre-requisite check for WES7 and WES2009 using WIX

2010-07-20 Thread Brian Rogers
edded Standard" Let me know if that helps, Brian Rogers "Intelligence removes complexity." - Me http://blogs.msdn.com/icumove On Sun, Jul 11, 2010 at 9:02 PM, vijay chander wrote: > Hi All, > > I'm trying to do a pre-requisite check for WES7 and WES2009 > Can any

Re: [WiX-users] heat.exe runtime error (r6034)

2010-10-17 Thread Brian Rogers
are trying to accomplish. Thanks, Brian Rogers "Intelligence removes complexity." - Me http://blogs.msdn.com/icumove On Wed, Oct 13, 2010 at 12:03 AM, zero51 wrote: > > yes, it is. > The company where I work is allowed to distribute SQL server. > > However, I figured o

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

2009-06-22 Thread 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, Brian Rogers "Intelligence removes complexity." - Me http://icumove.spaces.live.com On Mon, Jun 22, 2009 at 1:09 PM, MacDiarmid, James D <

Re: [WiX-users] Multiple Files in one component vs a single file per component

2009-06-22 Thread Brian Rogers
/2007/06/28/sample-patch.aspx Thanks, Brian Rogers "Intelligence removes complexity." - Me http://icumove.spaces.live.com On Fri, Jun 19, 2009 at 7:48 AM, MacDiarmid, James D < james.macdiar...@eds.com> wrote: > > What is the impact patch/fix on doing an upgrade/patch/fix

Re: [WiX-users] Light v3 logging - "Cabbing file xxx" message has disappeared!

2009-06-23 Thread Brian Rogers
things, the files you are putting into the MSI and where they are going to be installed on the target system. Just a thought, Brian Rogers "Intelligence removes complexity." - Me http://icumove.spaces.live.com On Tue, Jun 23, 2009 at 7:30 AM, John Ludlow wrote: > Hey, all >

Re: [WiX-users] Light v3 logging - "Cabbing file xxx" message has disappeared!

2009-06-23 Thread Brian Rogers
see such validation tools up on WixContrib (http://wixcontrib.codeplex.com/) *wink* *wink* Thanks, Brian Rogers "Intelligence removes complexity." - Me http://icumove.spaces.live.com On Tue, Jun 23, 2009 at 9:17 AM, John Ludlow wrote: > Oh, and on the idea of walking the Directory

Re: [WiX-users] Accessing Binary stream data

2009-06-23 Thread Brian Rogers
re is the blog post: http://icumove.spaces.live.com/blog/cns!FB93073C6534B681!561.entry Happy coding, Brian Rogers "Intelligence removes complexity." - Me http://icumove.spaces.live.com On Fri, Jun 19, 2009 at 1:09 PM, Tom Crozier wrote: > Hi all - > > How can I access the

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

2009-06-23 Thread Brian Rogers
Hey Jim, I didn't get the log file through the newsgroup. Can you post it on skydrive or some other file share? Thanks, Brian Rogers "Intelligence removes complexity." - Me http://icumove.spaces.live.com On Tue, Jun 23, 2009 at 10:00 AM, MacDiarmid, James D < james.macdiar

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

2009-06-23 Thread Brian Rogers
80110401: Failed to register assemblies Action ended 15:46:26: InstallFinalize. Return value 3. Thanks, Brian Rogers "Intelligence removes complexity." - Me http://icumove.spaces.live.com On Tue, Jun 23, 2009 at 12:10 PM, MacDiarmid, James D < james.macdiar...@eds.com> wrote: >

Re: [WiX-users] Loading extensions in WiX 3.5

2009-06-23 Thread Brian Rogers
Hey Andreas, Just to be clear, are you sure that your environment has %WIX_PATH% as a variable and that it resolves to the correct directory path? Thanks, Brian Rogers "Intelligence removes complexity." - Me http://icumove.spaces.live.com On Tue, Jun 23, 2009 at 11:57 AM, Andreas

Re: [WiX-users] Registry entries not created on W2K8

2009-06-23 Thread Brian Rogers
Hey Jacques, Just curious, have you run the install on the 64-bit versions of the 3 OSs it works on? Thanks, Brian Rogers "Intelligence removes complexity." - Me http://icumove.spaces.live.com On Tue, Jun 23, 2009 at 4:44 PM, Jacques Eloff wrote: > Hi > > I have an

Re: [WiX-users] Wix Coding Conventions

2009-06-24 Thread Brian Rogers
Hey Jonathan, In terms of WiX there is wixcop.exe which will format and convert WiX source for you. On the MSI side, I would imagine if you are following Component rules and passing ICE you are on a good start. Others may know more about what is out there. Hope that helps, Brian Rogers

Re: [WiX-users] How to handle installing a large number of files

2009-06-24 Thread Brian Rogers
that Yan pointed you to, there are some extensions planned for heat which are slated to help out in this. Hope that helps, Brian Rogers "Intelligence removes complexity." - Me http://icumove.spaces.live.com On Wed, Jun 24, 2009 at 7:56 AM, Yan Sklyarenko wrote: > First off,

Re: [WiX-users] Heat Website Harvester Status?

2009-06-29 Thread Brian Rogers
Hey Aaron, Could you share your command line string? This error is of interest to me. > heat.exe : error HEAT0001 : Value cannot be null. Parameter name: argument Exception Type: System.ArgumentNullException Thanks, Brian Rogers "Intelligence removes complexity." - Me http://b

Re: [WiX-users] problem with ComPlusApplication and public properties on Win64...

2009-07-06 Thread Brian Rogers
e]" switch. Thanks, Brian Rogers "Intelligence removes complexity." - Me http://blogs.msdn.com/icumove <-- NEW On Mon, Jul 6, 2009 at 6:52 AM, Tim Johnson wrote: > tried that and it has the same problem - works fine with /passive, but > doesn't work from the ui. &g

Re: [WiX-users] wixlib and media/diskid settings

2009-07-06 Thread Brian Rogers
-Up-a-Custom-Extension-Project.aspx Thanks, Brian Rogers "Intelligence removes complexity." - Me http://blogs.msdn.com/icumove <-- NEW On Mon, Jul 6, 2009 at 10:38 AM, Rob Mensching wrote: > What about using an XSL transform to modify the heat output? > > N

Re: [WiX-users] MSP patch creation with Wix

2009-07-07 Thread Brian Rogers
There is a sample in the CHM. Brian Rogers "Intelligence removes complexity." - Me http://blogs.msdn.com/icumove <-- NEW On Tue, Jul 7, 2009 at 1:44 PM, Ilya Mayzel wrote: > Hello, > > > > Does anyone know how can I create MSP with Wix based on my MSI/Wix > p

Re: [WiX-users] WixVariables and GUIDs

2009-07-15 Thread Brian Rogers
Hey Russell, Have you tried putting brackets around the GUID? http://msdn.microsoft.com/en-us/library/aa368767(VS.85).aspx Thanks, Brian Rogers "Intelligence removes complexity." - Me http://blogs.msdn.com/icumove <-- NEW On Wed, Jul 15, 2009 at 6:31 AM, wrote: > I'm

Re: [WiX-users] WixVariables and GUIDs

2009-07-15 Thread Brian Rogers
Hey Russell, I am not 100% sure but I believe the WiX team works some magic on GUIDs before the bind/link time. That might be why you are seeing this behavior. Thanks, Brian Rogers "Intelligence removes complexity." - Me http://blogs.msdn.com/icumove <-- NEW On Wed, Jul 15, 20

Re: [WiX-users] Python for the custom action

2009-07-15 Thread Brian Rogers
Hey Konstantin, You could develop a managed custom action and use IronPython if that works for you. It would be good for the community to hear how your development efforts went. Thanks, Brian Rogers "Intelligence removes complexity." - Me http://blogs.msdn.com/icumove <-- NEW O

Re: [WiX-users] Heat Not Working on x64 Primary Interop Assemblies

2009-07-27 Thread Brian Rogers
Hey Jonathan, Heat does not support harvesting 64-bit. Thanks, Brian Rogers "Intelligence removes complexity." - Me http://blogs.msdn.com/icumove <-- NEW On Mon, Jul 27, 2009 at 11:10 AM, jnewton wrote: > > I am running heat on some 64-bit PIAs so I can extract some

Re: [WiX-users] Wix and XP Embedded

2009-08-06 Thread Brian Rogers
Hey Andrew, I have confirmed that it is supported. Thanks, Brian Rogers "Intelligence removes complexity." - Me http://blogs.msdn.com/icumove <-- NEW On Wed, Aug 5, 2009 at 3:37 AM, Andrew Dedman wrote: > Anyone know if XP Embedded can handle an msi file? Does XP embedded shi

Re: [WiX-users] Wix and XP Embedded

2009-08-06 Thread Brian Rogers
Found out some more info. It is an option when building an XP embedded image. But it is not a default. So, you should definitely look to detect what is on the system and you might need to install the distributable if it isn't. Brian Rogers "Intelligence removes complexity.&

Re: [WiX-users] How to make use of the output .wxs file of heat.exe in WiX3.0?

2009-08-06 Thread Brian Rogers
1600 files. This might also help you when using the -cg switch. Thanks, Brian Rogers "Intelligence removes complexity." - Me http://blogs.msdn.com/icumove <-- NEW On Thu, Aug 6, 2009 at 8:38 AM, Richard Hollis wrote: > I think you need to use a component group: > > hea

Re: [WiX-users] How to make use of the output .wxs file of heat.exein WiX3.0?

2009-08-07 Thread Brian Rogers
keeps you compliant. Thanks, Brian Rogers "Intelligence removes complexity." - Me http://blogs.msdn.com/icumove <-- NEW On Fri, Aug 7, 2009 at 1:17 AM, Peter Shirtcliffe wrote: > > Brian or anyone - do you know why this limit exists ? Weve had a feature > with well over 160

Re: [WiX-users] Changes in heat's output format from v3.0.4805

2009-08-11 Thread Brian Rogers
blog touches on this http://bit.ly/atX0r). This is important to know if you add/change/remove the -dr switch you will violate some MSI rules when the Ids change. Thanks, Brian Rogers "Intelligence removes complexity." - Me http://blogs.msdn.com/icumove <-- NEW On Sun, Aug 9, 2009 at

Re: [WiX-users] Changes in heat's output format from v3.0.4805

2009-08-11 Thread Brian Rogers
Can you post the code? I am not clear on what you mean. Brian Rogers "Intelligence removes complexity." - Me http://blogs.msdn.com/icumove <-- NEW 2009/8/11 DEÁK JAHN, Gábor > On Tue, 11 Aug 2009 08:19:46 -0700, Brian Rogers wrote: > > Brian, > > while test

Re: [WiX-users] Changes in heat's output format from v3.0.4805

2009-08-11 Thread Brian Rogers
Hey Gábor, This does look like a bug (both of the ones you mentioned). If you could open two bugs on source forge on what you are seeing that would be great. One the fragment side of things, you should be safe to continue with those in your .wxs without impact. Thanks, Brian Rogers

Re: [WiX-users] Harvest registry

2009-08-13 Thread Brian Rogers
Hey André, There isn't currently a registry harvester. Depending on your needs and level of experience you could look at tallow in 2.0 and then convert the output to 3.0 using wixcop.exe. Thanks, Brian Rogers "Intelligence removes complexity." - Me http://blogs.msdn.com/icumove &

Re: [WiX-users] Need a Good Template or GUI designer

2009-08-13 Thread Brian Rogers
Take a look at heat.exe command line values. There is a product template and you can specify a directory to "harvest". Thanks, Brian Rogers "Intelligence removes complexity." - Me http://blogs.msdn.com/icumove <-- NEW On Thu, Aug 13, 2009 at 5:50 PM, Hotmail Acc w

Re: [WiX-users] Simplest case of using Heat?

2009-08-17 Thread Brian Rogers
. Continue editing as you see fit for Features and other details including UI. 5. Compile the .wxs using candle.exe and then link using light.exe. The result should be a MSI. For some more details check out my blog if you haven't already done so, especially http://bit.ly/atX0r. Thanks, Brian Roger

Re: [WiX-users] Passing parameters to config file from command line

2009-08-17 Thread Brian Rogers
Hey Brendan, Try msiexec /i My.msi APPSERVER=http://pleaseWork <http://pleasework/> Thanks, Brian Rogers "Intelligence removes complexity." - Me http://blogs.msdn.com/icumove <-- NEW On Mon, Aug 17, 2009 at 8:26 AM, brendan_rice wrote: > > Hi, > > I need to be

Re: [WiX-users] RES: Specifying source files

2009-09-06 Thread Brian Rogers
what you want with the example that you gave try something like this in light. light.exe wPDFGroup.wixout -b {drive}:\{content}\wPDF\ -out my.msi Hope this helps, Brian Rogers "Intelligence removes complexity." - Me http://blogs.msdn.com/icumove <-- NEW On Fri, Sep 4, 2009 at 6:3

Re: [WiX-users] warning LGHT1076: ICE47

2009-09-06 Thread Brian Rogers
As a follow up, WiX 3.5 will suppress this message by default along with the removal of it in heat.exe. Brian Rogers "Intelligence removes complexity." - Me http://blogs.msdn.com/icumove <-- NEW On Tue, Aug 11, 2009 at 10:24 AM, Vuchuru, Surekha (SBT US EXT) < surekha.vuchuru

Re: [WiX-users] Automating Heat

2009-09-10 Thread Brian Rogers
. Thanks, Brian Rogers "Intelligence removes complexity." - Me http://blogs.msdn.com/icumove <-- NEW On Wed, Sep 9, 2009 at 7:37 AM, Jon Hope wrote: > Afternoon all, > > I am currently implementing WiX into our daily builds and am using Heat.exe > to generate a WiX frag

Re: [WiX-users] Automating Heat

2009-09-10 Thread Brian Rogers
Hey Jon, If you could add a bug to sourceforge.net for this issue and how to repro it that would be great. The warning message was specific to the -cg switch. This warning is being removed in WiX 3.5. Thanks, Brian Rogers "Intelligence removes complexity." - Me http://blogs.msdn.c

Re: [WiX-users] Automating Heat

2009-09-11 Thread Brian Rogers
our feedback as you go through this process. Heat 4.0 (or v2.0 I guess) is on the drawing boards. Thanks, Brian Rogers "Intelligence removes complexity." - Me http://blogs.msdn.com/icumove <-- NEW On Fri, Sep 11, 2009 at 2:16 AM, Jon Hope wrote: > Thanks for your help Brian. >

Re: [WiX-users] Reading contents of a text file

2009-09-29 Thread Brian Rogers
There is a crude native C++ custom action here ( http://wixml.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=263) called Property Loader. It allows you to read and replace text in a text file. However, it doesn't support rollback. Thanks, Brian Rogers "Intelligence removes complex

Re: [WiX-users] Modular install configurations based on available files

2009-09-30 Thread Brian Rogers
luck). The cab file approach wouldn't be an MSI/WiX approach in the long run. Hope that helps, Brian Rogers "Intelligence removes complexity." - Me http://blogs.msdn.com/icumove <-- NEW On Wed, Sep 30, 2009 at 9:00 AM, Nick Ball wrote: > Hi All, > > > > I have

Re: [WiX-users] Modular install configurations based on availablefiles

2009-10-02 Thread Brian Rogers
take you could work prototype with earlier code. Hope that helps, Brian Rogers "Intelligence removes complexity." - Me http://blogs.msdn.com/icumove <-- NEW On Fri, Oct 2, 2009 at 5:46 AM, Nick Ball wrote: > Brian, > > Thanks, I was thinking something along these lines fo

Re: [WiX-users] Heat and GUIDs

2009-10-20 Thread Brian Rogers
Hey Daniel, Are you sure you are getting NEW GUIDs when using the "*" (-ag switch in heat.exe)? These should actually be static. Thanks, Brian Rogers "Intelligence removes complexity." - Me http://blogs.msdn.com/icumove <-- NEW On Tue, Oct 20, 2009 at 2:47 PM, Daniel Hu

Re: [WiX-users] Build time Component.wxs generation...

2009-10-23 Thread Brian Rogers
Hey Tony, The GUID generation for -ag doesn't actually occur until Bind time. So, there would be no output for you to check in. Take a look at the Binder.cs and SetComponentGuids(Output output) method for more details. Thanks, Brian Rogers "Intelligence removes complexity.&

Re: [WiX-users] HeatProject

2009-10-28 Thread Brian Rogers
Hey Steve, When you say dependent, do you mean references to your the project you are harvesting? If so, heat does not walk the dependency tree to find other files that are required for your project. I believe this is a feature request. If that isn't want you mean, let me know. Thanks,

Re: [WiX-users] File is not copying sometime with Vital="yes"

2009-10-29 Thread Brian Rogers
Hey, Have you checked the log file output to see what the installer says is happening to those particular files? Thanks, Brian Rogers "Intelligence removes complexity." - Me http://blogs.msdn.com/icumove <-- NEW On Thu, Oct 29, 2009 at 11:14 PM, Sandeep Gautam (HCL Technologies

Re: [WiX-users] Log on as service

2009-01-02 Thread Brian Rogers
s.exe will work in newer OS versions but presume it will. http://support.microsoft.com/?id=279664 -- Brian Rogers "Intelligence removes complexity." - Me http://icumove.spaces.live.com On Fri, Jan 2, 2009 at 1:35 PM, Peter Oehlert < poehl...@securityinnovation.com> wrote: >

Re: [WiX-users] Conditionally executing console program at end of upgrade

2009-01-02 Thread Brian Rogers
registry to find were your custom application go installed (incase the user changes the default location). Hope this helps, -- Brian Rogers "Intelligence removes complexity." - Me http://icumove.spaces.live.com On Fri, Jan 2, 2009 at 10:28 AM, Wayne Roberts < wrobe...@syntech-fuelmast

Re: [WiX-users] Multi-project development

2009-01-06 Thread Brian Rogers
aking out any "common" assemblies/files into a unique package as well. As Arun has mentioned, it is easier to include all in one and just maintain the one. However, if you are supporting multiple product lines this might become more difficult. Thanks, Brian Rogers "Intelligence remov

Re: [WiX-users] Multi-project development

2009-01-06 Thread Brian Rogers
here. http://robmensching.com/blog/archive/2008/06/06/Proposed-adjustments-the-WiX-v2-and-WiX-v3-roadmap.aspx Brian Rogers "Intelligence removes complexity." - Me http://icumove.spaces.live.com On Tue, Jan 6, 2009 at 2:39 PM, Arun Perregatturv < aperregatt...@napcosecurity.com>

Re: [WiX-users] Letters in ProductVersion

2009-01-07 Thread Brian Rogers
URL in the Wix.chm under patching (and listed below) this might help you decide on how you want to move forward with your MSI ProductVersion property. Patching and Upgrades<http://msdn.microsoft.com/en-us/library/aa370579(VS.85).aspx> I hope that helps, Brian Rogers

Re: [WiX-users] InstallExecuteSequence in a fragment?

2009-01-21 Thread Brian Rogers
. Thanks, Brian Rogers "Intelligence removes complexity." - Me http://icumove.spaces.live.com On Wed, Jan 21, 2009 at 8:32 AM, Jeremy Lew wrote: > Trying to be tidy, I pulled out the CustomAction declarations relating > to a particular aspect of my install into it

Re: [WiX-users] InstallExecuteSequence in a fragment?

2009-01-21 Thread Brian Rogers
Yes, that is the general rule. It works well if you are building wixlib files and only want to include what you NEED not everything that is there. Brian Rogers "Intelligence removes complexity." - Me http://icumove.spaces.live.com On Wed, Jan 21, 2009 at 8:58 AM, Jeremy Lew wrote:

Re: [WiX-users] Extracting a certificate from binary table

2009-01-27 Thread Brian Rogers
Failure(hr, "Failed to schedule ConfigureMU"); LExit: ReleaseStr(pwzStreamToString); ReleaseMem(pbData); if (FAILED(hr)) { er = ERROR_INSTALL_FAILURE; } return WcaFinalize(er); Brian Rogers "Intelligence removes complexity." - Me http://icum

Re: [WiX-users] Extracting a certificate from binary table

2009-01-28 Thread Brian Rogers
tionData, &pbData, &cbData); ExitOnFailure(hr, "failed to read file contents from custom action data");* Brian Rogers "Intelligence removes complexity." - Me http://icumove.spaces.live.com On Tue, Jan 27, 2009 at 11:22 PM, psanaga wrote: > > Thank you Brian

Re: [WiX-users] Custom Dialogs

2009-01-28 Thread Brian Rogers
The WixUI_InstallDir has a reference to the ExitDialog. Please note line 47 at the below location. http://wix.cvs.sourceforge.net/viewvc/wix/wix/src/ext/UIExtension/wixlib/WixUI_InstallDir.wxs?revision=1.8&view=markup Thanks, Brian Rogers "Intelligence removes complexity.&q

Re: [WiX-users] Extract Binaries at Install Time

2009-02-10 Thread Brian Rogers
s but can't write to disk. Brian Rogers "Intelligence removes complexity." - Me http://icumove.spaces.live.com On Tue, Feb 10, 2009 at 10:20 AM, wrote: > One thing I can think of, make sure the custom action is run in immediate > mode, not deferred. > > > ajgree

Re: [WiX-users] Getting started with Wix

2009-02-10 Thread Brian Rogers
Hey Beth, Just to add to this, you can look at the How To docs in v3.0. http://wix.sourceforge.net/manual-wix3/add_a_file.htm Thanks, Brian Rogers "Intelligence removes complexity." - Me http://icumove.spaces.live.com On Tue, Feb 10, 2009 at 12:30 PM, Beth Hechanova wrote: > I

Re: [WiX-users] Execute action during path installation

2009-02-10 Thread Brian Rogers
tch. There is a lot more information to go with that. Please view Heaths blog. http://blogs.msdn.com/heaths/archive/2005/09/12/464047.aspx Thanks, Brian Rogers "Intelligence removes complexity." - Me http://icumove.spaces.live.com On Fri, Feb 6, 2009 at 3:39 AM, Grigory Konova

Re: [WiX-users] Unresolved reference to symbol 'Directory:INSTALLDIR'

2009-02-12 Thread Brian Rogers
James, It looks like some where in your wxs files you are referencing 'INSTALLDIR' but you are not setting a value for it. Are you using WixUI or your own? More information will be needed to help address the question. Thanks, Brian Rogers "Intelligence removes complex

Re: [WiX-users] Questions about the WIX terchnology.

2009-02-12 Thread Brian Rogers
and WIX. There are some "laws" in the Windows Installer world that would more than likely be broken. 3. I recommend version 3. It will give you the most support for what you are looking to do. Thanks, Brian Rogers "Intelligence removes complexity." - Me http://icumove.spac

Re: [WiX-users] Unresolved reference to symbol'Directory:INSTALLDIR'

2009-02-12 Thread Brian Rogers
Hey James, I have never used that product. I would recommend you "comb" your .wxs files for "INSTALLDIR". It might be a and then it is not being specified later as a or other such scenarios. Brian Rogers "Intelligence removes complexity." - Me http://icumove.sp

Re: [WiX-users] Apply office look and feel to the wix dialogs

2009-02-12 Thread Brian Rogers
Hey Sandun, No, it is not possible to apply that look and feel to the WIX dialogs. You would need to write your own dialogs and add your own bit maps. Even at that point it is difficult to get the full experience. You would have to go further to handling your own external UI. Thanks, Brian

Re: [WiX-users] Need help while integrating with MSBuild

2009-02-12 Thread Brian Rogers
via command line candle.exe -dVariableName=$(MyVariableValue) if using WIX MSBuild Tasks set the $(DefineConstants) property to what you want to pass. Thanks, Brian Rogers "Intelligence removes complexity." - Me http://icumove.spaces.live.com On Wed, Feb 11, 2009 at 1:18 PM, Wen

Re: [WiX-users] Unresolved reference to symbol'Directory:INSTALLDIR'

2009-02-12 Thread Brian Rogers
MSI via the command line use something like this: msiexec /i product.msi ROOT_DIR1=D:\SomeFolder1 ROOT_DIR2=D:\SomeFolder2 Hope that helps, Brian Rogers "Intelligence removes complexity." - Me http://icumove.spaces.live.com On Thu, Feb 12, 2009 at 10:37 AM, MacDiarmid, James D <

Re: [WiX-users] Adding external cab file

2009-02-12 Thread Brian Rogers
Hey Leela, What are you looking to do with the CAB? Will this be a source of files for your installer? Thanks, Brian Rogers "Intelligence removes complexity." - Me http://icumove.spaces.live.com On Thu, Feb 12, 2009 at 5:39 AM, WIXuser wrote: > > Hi, > > I am trying to

Re: [WiX-users] Setup logo size

2009-02-12 Thread Brian Rogers
image used for the banner: DpiSetting="#120" DpiSetting="#120" Thanks, Brian Rogers "Intelligence removes complexity." - Me http://icumove.spaces.live.com On Tue, Feb 10, 2009 at 3:22 PM, Petr Mor

Re: [WiX-users] Unresolved reference to symbol'Directory:INSTALLDIR'

2009-02-12 Thread Brian Rogers
stall it. > So what you're saying is that there is no way to have the installer > default to "D:\" instead of "C:\Program Files\blah\blah\blah\"? If > that's the case then they could just change the path in the drive\folder > pick list. > > Jim &g

Re: [WiX-users] Adding external cab file

2009-02-13 Thread Brian Rogers
ed for patching only. So, what you are looking to do will not work. Sorry, Brian Rogers "Intelligence removes complexity." - Me http://icumove.spaces.live.com On Thu, Feb 12, 2009 at 8:55 PM, WIXuser wrote: > > hi Brian, > > Ya the cab file will be the source of file

Re: [WiX-users] hide the install subfeature option in feature tree

2009-02-15 Thread Brian Rogers
authoring your features in your wxs files. However, this is just a guess. http://cid-fb93073c6534b681.skydrive.live.com/self.aspx/Public/FeatureTreeExample.png Thanks, Brian Rogers "Intelligence removes complexity." - Me http://icumove.spaces.live.com On Tue, Feb 10, 2009 at 9:59 PM, azure

Re: [WiX-users] ICE CUB generation using WiX

2009-02-15 Thread Brian Rogers
would be to write a validation extension. Thanks, Brian Rogers "Intelligence removes complexity." - Me http://icumove.spaces.live.com On Thu, Feb 12, 2009 at 6:54 PM, Christopher Painter < chr...@deploymentengineering.com> wrote: > I'm working on an example project demo

Re: [WiX-users] openfiledialog

2009-02-15 Thread Brian Rogers
mpt a warning dialog. If it is valid, move to the next dialog. One thing to keep in mind is command line execution with dialog suppression. You will need to handle this case as well. Hope that helps, Brian Rogers "Intelligence removes complexity." - Me http://icumove.spaces.live.com On Fr

  1   2   3   >