Re: [WiX-users] UAC, InstallService, verify user account...

2010-03-26 Thread Stryder Crown
ented in a wix UI extension. The CAs are C++. > Screenshots: > http://msiext.codeplex.com/wikipage?title=Common%20UI%20Wix%20Extension > > Hope this helps, > dB. > > > dB. @ dblock.org > Moscow|Geneva|Seattle|New York > > > -Original Message- > From: Stryder Crow

Re: [WiX-users] UAC, InstallService, verify user account...

2010-03-26 Thread Stryder Crown
Screenshots: > http://msiext.codeplex.com/wikipage?title=Common%20UI%20Wix%20Extension > > Hope this helps, > dB. > > > dB. @ dblock.org > Moscow|Geneva|Seattle|New York > > > -Original Message- > From: Stryder Crown [mailto:stryde...@gmail.com] > Sent: Fri

Re: [WiX-users] UAC, InstallService, verify user account...

2010-03-19 Thread Stryder Crown
Mar 19, 2010 at 2:25 PM, Stryder Crown wrote: > Update: Action fails under Vista, succeeds under Windows 7... > > > On Fri, Mar 19, 2010 at 12:40 PM, Stryder Crown wrote: > >> and as a follow up on this: >> >> Do all managed custom actions require

Re: [WiX-users] UAC, InstallService, verify user account...

2010-03-19 Thread Stryder Crown
Update: Action fails under Vista, succeeds under Windows 7... On Fri, Mar 19, 2010 at 12:40 PM, Stryder Crown wrote: > and as a follow up on this: > > Do all managed custom actions require elevation under Vista? I have one > defined as > BinaryKey=&qu

Re: [WiX-users] UAC, InstallService, verify user account...

2010-03-19 Thread Stryder Crown
and as a follow up on this: Do all managed custom actions require elevation under Vista? I have one defined as And it does absolutely nada under vista with UAC turned on. On Fri, Mar 19, 2010 at 11:04 AM, Stryder Crown wrote: > Getting all three to work together isn't...well,

[WiX-users] UAC, InstallService, verify user account...

2010-03-19 Thread Stryder Crown
Getting all three to work together isn't...well, working. Hoping somebody might have a suggestion as to how this could work better... I've got a complete handle on the actual service installation and start up (and tear down) and can even have the user enter account information to run the service

[WiX-users] "recurisve" pre-processor function/variable evaluation.

2010-03-16 Thread Stryder Crown
In creating a custom pre-processor function extension, I've run into trouble getting it to evaluate other variables. For example: Instead of passing the target path of the project, my Foo function gets "$(var.project.TargetPath)", on which it fails. Is there a static method or other recommended

Re: [WiX-users] SSRS deployment using Custom Actions - Error

2010-03-09 Thread Stryder Crown
You didn't specify here (or I missed it) exactly what the error is, but I'll take a shot: When you are publishing reports to an SSRS server, you need credentials specific to your SSRS server. If its on the network (or even the local machine) you need to be sure that the current user has permissio

Re: [WiX-users] Managing larger WiX project?

2010-03-08 Thread Stryder Crown
If you haven't already seen this, I suggest you check it out. Lots of good bits in there, the first in particular should give you some ideas about how you might best structure your projects and hopefully minimize your overhea

Re: [WiX-users] Dependencies and conflicts

2009-05-05 Thread Stryder Crown
ibs. Admittedly the command-lines > start getting longer and you can get "chains of .wixlibs" needing to be > passed on the command-line but it does give you a lot of control. It is > a little bit of a balancing act to get the right granularity. > > > Stryder Crown

Re: [WiX-users] Dependencies and conflicts

2009-05-05 Thread Stryder Crown
oubles. I don't know the specifics but there are several ways > to restructure the example below to end up with content only in one > .wixlib. I highly recommend picking one of those strategies (for > example, you could put all of the below in one .wixlib that is highly > Fragment

[WiX-users] Dependencies and conflicts

2009-05-05 Thread Stryder Crown
Ok, I'm sure this has been asked here before, but I wasn't able to find the thread or a resolution... How does anybody else deal with this situation: I have several WiX projects that share common dependencies that I'm compiling into wixlibs for larger projects. I want to ensure that a compiled w

Re: [WiX-users] Start Menu Shortcut Problem

2009-04-09 Thread Stryder Crown
ok, so, what's the difference between including the shortcut as a child element to the File node, or creating an entire component around the shortcut? And do we really need registry writes for a shortcut element? What does that achieve? Link to an article? *curious* Stryder On Wed, Apr 8, 2009

Re: [WiX-users] x-project references in votive?

2009-04-09 Thread Stryder Crown
..but it's all good now. Thanks for the help! Stryder On Thu, Apr 9, 2009 at 7:28 AM, Bob Arnson wrote: > Stryder Crown wrote: > > Is there any way to reference a component defined in another project > using > > Votive and Visual Studio 2008? > > > > It works a

[WiX-users] x-project references in votive?

2009-04-08 Thread Stryder Crown
Is there any way to reference a component defined in another project using Votive and Visual Studio 2008? [votive project 1] - wix_fragment.wxs - [votive project 2] - wix_product.wxs ... Does that make sense? I

Re: [WiX-users] Start Menu Shortcut Problem

2009-04-08 Thread Stryder Crown
I'm still new to wix myself, so maybe this isn't the 'right' answer, (and hopefully someone can correct me) but isn't the shortcut element supposed to be a child to the element it's intended for? Like that? I had a similar problem, and I think that's how I fixed it. Can't remember f

Re: [WiX-users] WiX Patching, Merge Module problem?

2009-04-06 Thread Stryder Crown
t; MSMs would already be merged into the the MSI at that point, so any > differences in your MSMs will be visible. But it depends on your patch > authoring. What does your patch source file look like? Can you post it or a > sample online? > > On Fri, Apr 3, 2009 at 11:24 AM, Stryder Crown

[WiX-users] WiX Patching, Merge Module problem?

2009-04-03 Thread Stryder Crown
Learning WiX, getting into patching and have all sorts of confusion. But, maybe someone can clarify for me: When running torch on two .msi files (the original and the updated one), torch isn't going to find differences in referenced merge modules is it? Which means my transform file isn't going t