Re: [WiX-users] Wix expert required

2010-05-27 Thread Sascha Beaumont
Try http://www.robmensching.com/ :) On Thu, May 27, 2010 at 7:51 PM, Francesc Castells wrote: > Hi, > I was hoping to find a WIX expert to help me with my installer needs. I > posted jobs at oDesk and Elance and I tried several developers and after > several months and quite a lot of money I onl

Re: [WiX-users] Do UFOs visit Install land?

2010-05-27 Thread Sascha Beaumont
We define _USE_RTM_VERSION when compiling all custom actions (well, our lone CA) and include the following MS merge modules ... haven't come across any issues to date with many thousands of customers... although we might just be lucky ;) Sascha On Wed, May 26, 2010 at 12:53 AM, T

Re: [WiX-users] MSBuild generated bootstrapper question

2010-05-27 Thread Asiri Wanigarathne
yes it is possible t change the password. you need to tweak the configuration file and set authentication to use mixed mode. Refer to the following msdn page find the parameters you need to change http://msdn.microsoft.com/en-us/library/ms144259.aspx Regards, Asiri Wanigarathne On 16 May 2010 0

Re: [WiX-users] including the wrong include during tfsbuild

2010-05-27 Thread Kurt Jensen
Build failed. adding the wixproj path as the first Include Path did not help. Will do some more digging into the context... -Original Message- From: Kurt Jensen Sent: Thursday, May 27, 2010 3:47 PM To: wix-users@lists.sourceforge.net Subject: RE: [WiX-users] including the wrong include

Re: [WiX-users] including the wrong include during tfsbuild

2010-05-27 Thread Kurt Jensen
I'm going to try putting the project directory first in the include paths to see if that fixes it. Let y'all know the result. BTW. Did you know that changing the order of the include paths does not cause the wixproj to be checked out? I had to edit the wixproj by had to change the order. Ru

Re: [WiX-users] ServiceInstall Problem

2010-05-27 Thread Pierson Lee (PIE)
You also need to create a user tag and set the LogonAsService portion to true. This is needed so the account can activate the service. -Original Message- From: vjt [mailto:victor.jara.telv...@gmail.com] Sent: Thursday, May 27, 2010 4:56 AM To: wix-users@lists.sourceforge.net Subject: R

Re: [WiX-users] Edit .csv file using WIX

2010-05-27 Thread dB .
You can use a TemplateFile extension from http://msiext.codeplex.com. Your CSV can then contain [PROPERTYNAME] and it will get rendered on install. dB. @ dblock.org Moscow|Geneva|Seattle|New York -Original Message- From: Blair [mailto:os...@live.com] Sent: Thursday, May 27, 2010 2:05

Re: [WiX-users] How to write a custom action to launch an exe when UAC is cancelled or timed-out during uninstall ?

2010-05-27 Thread Wilson, Phil
I'm not clear on what this means - maybe it's a typo? InstallInitialize isn't when files are removed: ". it needs to be stopped before the 'InstallInitialize' begins (i.e. before the files and the executables are removed)." It might help say something about what the reasons are. If there'

Re: [WiX-users] Adding a font to the target machine

2010-05-27 Thread Blair
Look at the TrueType and FontTitle attributes to the File element. They will automatically schedule the RegisterFonts action at the appropriate place for you and are used to identify the particular fonts to install. -Original Message- From: Pierson Lee (PIE) [mailto:pierson@microsoft.c

[WiX-users] Adding a font to the target machine

2010-05-27 Thread Pierson Lee (PIE)
I have two font files that I'm trying to "install" to the target machine using WiX 3.0 RTM. I looked at the RegisterFonts option in WiX but that just lets me schedule the RegisterFonts parameter. How do I configure it to install the specific font files? Any help would be appreciated. --

[WiX-users] How to write a custom action to launch an exe when UAC is cancelled or timed-out during uninstall ?

2010-05-27 Thread maria de souza
We are building an installer for our product using the WIX technology. We set InstallPrivileges to ‘elevated’ as we need to write to the HKLM hive etc. The application has an exe that is launched after installation and runs on the system. For several reasons, it needs to be stopped before the ‘Ins

Re: [WiX-users] Edit .csv file using WIX

2010-05-27 Thread Blair
A custom action solution will be needed. -Original Message- From: Kshama [mailto:v-ksb...@microsoft.com] Sent: Wednesday, May 26, 2010 11:59 PM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Edit .csv file using WIX Hi, I want to edit a .csv file using WIX source code. Is thi

[WiX-users] including the wrong include during tfsbuild

2010-05-27 Thread Kurt Jensen
background: My solution can be built three ways in order to create three editions of the product. This is accomplished by specifying one of three command line parameters during the compile of one of our components. All other components query this one in order to find out which edition we ar

Re: [WiX-users] Wix expert required

2010-05-27 Thread John Cooper (Volt)
What is the size and nature of the project? Currently, I'm employed as a contractor (where one of my jobs is writing Wix Installers to deploy their products) at Microsoft. If the project were on the small or simple side, I could probably do it on the side. -- John M. Cooper -Original Mes

Re: [WiX-users] ServiceInstall Problem

2010-05-27 Thread vjt
Thank you very much, I only have had to declare the properties and the service is installed and logged in properly. etc... -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/ServiceInstall-Problem-tp5103940p5108195.html Sent from

Re: [WiX-users] Component with feature condition not actioned

2010-05-27 Thread Bob Arnson
On 5/26/2010 12:14 PM, Nick Ramirez wrote: > Anyone know more about the -1 action state during the UI portion? > http://www.joyofsetup.com/2008/04/09/feature-states-in-component-conditions/ -- sig://boB http://joyofsetup.com/

Re: [WiX-users] Custom dialogs - once more

2010-05-27 Thread Bob Arnson
On 5/27/2010 5:14 AM, xx wrote: > author a dialog with a sequence number of -1 reveals that the Wix > tag refuses to take negative numbers. Unless I missed > something, I suspect that I may probably be able to replace any dialog, > but not the ExitDialog, UserExit and FatalError dialogs, beca

Re: [WiX-users] Custom dialogs - once more

2010-05-27 Thread Pally Sandher
http://neilsleightholm.blogspot.com/2008/08/customised-uis-for-wix.html That link doesn't get posted enough to the list when people ask about customizing WiX UI (only once in the last week, twice in the last month, 10 times in the last 3 months, etc) so it's easy to miss. Palbinder Sandher Soft

[WiX-users] Wix expert required

2010-05-27 Thread Francesc Castells
Hi, I was hoping to find a WIX expert to help me with my installer needs. I posted jobs at oDesk and Elance and I tried several developers and after several months and quite a lot of money I only got very disappointing results. Are WIX experts not contracting? I suppose big organizations have their

Re: [WiX-users] Custom dialogs - once more

2010-05-27 Thread xxxxxx
Hi Pally, thanks for your detailed reply. Unfortunately it didn't bring me much further than where I already was. Customizing the existing ExitDialog is not an option for two reasons: - only one checkbox can be activated, but I need two, and, more important - there is still the infamous "letter

Re: [WiX-users] Architectural advice needed

2010-05-27 Thread Thomas Due
Hi, I think I need to supply a bit more information about our setup. Our application is not targeted towards multi-lingual users. The client runtime language is decided at installation time, and is very rarely changed afterwards. As a result we don't really have a need for separate language-

[WiX-users] Edit .csv file using WIX

2010-05-27 Thread Kshama
Hi, I want to edit a .csv file using WIX source code. Is this possible? Thanks and Regards, Kshama -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Edit-csv-file-using-WIX-tp5107253p5107253.html Sent from the wix-users mailing list archive at Nabb