Re: [WiX-users] Project with merge modules defeating incremental build facility

2013-03-13 Thread Rennie Petersen
Hi Rob, and thanks for your reply. robmen wrote > Want to help us fix the root issue? If so, love to start a discussion on > wix-devs@.sourceforge > about the best way to fix the targets to correctly handle the situation. First off, I tried answering via the [hidden email] link, but then I g

[WiX-users] Project with merge modules defeating incremental build facility

2013-03-12 Thread Rennie Petersen
This was not a problem in WiX 3.5, but apparently as part of 3.6 support was added to the MSBuild targets for "incremental builds" by testing the timestamps on all input files to the link task to see if they were newer than the output files. I haven't been able to find any documentation - Bob Arnso

[WiX-users] Dialog button not responding to mouse clicks

2013-02-27 Thread Rennie Petersen
I'm a bit hesitant to post this, it seems so unlikely ... I have a custom dialog that I've added to a WiX project, first 3.5 and now 3.7, and it has a "Next" button. Sometimes, like 20% - 30% of the times I run this install, the Next button doesn't respond to mouse clicks! I can click and click

Re: [WiX-users] WiX creating obj file in strange place

2011-03-20 Thread Rennie Petersen
(I would have rather we allow you to specify metadata on one of the files to rename the .wixobj output) but that is where we are at right now. If someone wanted to do the MSBuild-magic to get the behavior I described above and contribute it, that would be quite fantastic. On Wed, Mar 16, 2011 at 7:35

Re: [WiX-users] WiX creating obj file in strange place

2011-03-19 Thread Rennie Petersen
his e-mail > -Original Message- > From: Rennie Petersen [mailto:r...@merlinia.com] > Sent: Friday, March 18, 2011 7:21 AM > To: General discussion for Windows Installer XML toolset. > Subject: Re: [WiX-users] WiX creating obj file in strange place > > Hmmm, no answers ... >

Re: [WiX-users] WiX creating obj file in strange place

2011-03-18 Thread Rennie Petersen
Hmmm, no answers ... I'm wondering if someone could at least point me in the right direction if I decide to take a look at the source code and see if I can fix this myself. Thanks. -Original Message- From: Rennie Petersen [mailto:r...@merlinia.com] Sent: 16. marts 2011 15:35 To

[WiX-users] WiX creating obj file in strange place

2011-03-16 Thread Rennie Petersen
In my WiX 3.5 project I'm including a wxs file via a link. I.e., the wxs file is not in the project folder, it is fairly far away in the folder structure, and is included using Visual Studio's "Add as a link" facility. A specific example: My project is here: D:\Merlinia\Trunk\OutBack5x\Ou

Re: [WiX-users] updating properties

2007-07-17 Thread Rennie Petersen
Try giving the property name all capitals, i.e., MYPROPERTY. Rennie > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Craig Ward > Sent: 17. juli 2007 13:32 > To: wix-users@lists.sourceforge.net > Subject: [WiX-users] updating properties > > I'm

Re: [WiX-users] how to spawn tomcat installer from the installer I ambuilding?

2007-07-13 Thread Rennie Petersen
It may be better to do something like this from a bootstrap program, before running your own MSI. There are several bootstrap programs available - do a search on the archives for "bootstrap". There is one in Visual Studio 2005. One I like is called dotNetInstaller, it's open source. Rennie

Re: [WiX-users] Automatic installation.

2007-07-10 Thread Rennie Petersen
I believe that this sort of thing is best done with a bootstrap program, before starting the Windows Install process, not with a Custom Action during the install. There are many bootstrap possibilities, including one included with Visual Studio. I like the .dotNetInstaller program, which is open

[WiX-users] Modified version of Tallow for WiX 2.0

2007-07-10 Thread Rennie Petersen
fi use given File Id in component > > -gac install component in GAC > > Should this source code be submitted to someone, and if so to whom? > > If not, we're willing to host the source code on our own web site. > > Med venlig hilsen / Best regards >

Re: [WiX-users] Avoiding registry entries being modified with REINSTALL=ALL REINSTALLMODE=vos

2007-06-10 Thread Rennie Petersen
u need to not have registry stuff written? From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Rennie Petersen Sent: Friday, June 08, 2007 3:37 AM To: Rennie Petersen; wix-users@lists.sourceforge.net Subject:

Re: [WiX-users] Avoiding registry entries being modified with REINSTALL=ALL REINSTALLMODE=vos

2007-06-08 Thread Rennie Petersen
No answers. :-( Of course, this is not WiX specific, but I'm wondering if someone could help me anyway. To elaborate, the situation is that in my MSI I have not written any mailto:[EMAIL PROTECTED] On Behalf Of Rennie Petersen Sent: 6. juni 2007 19:18 To: wix-

Re: [WiX-users] How to use a localized string for an error text of ancustom action

2007-06-07 Thread Rennie Petersen
Is this WiX 2 or 3? With WiX 2 I would assume you should write Rennie > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Cristian Baiu > Sent: 7. juni 2007 09:57 > To: wix-users@lists.sourceforge.net > Subject: [WiX-users] How to use a local

Re: [WiX-users] Hiding Browse button in CustomizeDlg

2007-06-07 Thread Rennie Petersen
> Without including my own complete source for this dialog... It's not such a big deal. I've written a step-by-step beginners guide to how to do it, which you might find useful. http://www.merlinia.com/mdt/WiXTutorial.msl > The problem is that the Browse button on CustomizeDlg is disabled but

[WiX-users] Avoiding registry entries being modified with REINSTALL=ALL REINSTALLMODE=vos

2007-06-06 Thread Rennie Petersen
I'm doing a reinstall, but I don't want the existing registry entries to be modified. So instead of specifying REINSTALLMODE=vomus I specify REINSTALLMODE=vos. But the registry entries still get reset to the values in my MSI. Is it possible to avoid this? Thanks. Rennie ---

Re: [WiX-users] Acrobat as a condition

2007-06-06 Thread Rennie Petersen
Does this have to be done in the MSI? It sounds like it would be more suitable to do it in a bootstrapper, and then run your MSI. Or else add the functionality to the application itself, on first execution. Rennie > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTEC

Re: [WiX-users] Conditionally installing components based on user'slocale

2007-06-06 Thread Rennie Petersen
:26 To: wix-users@lists.sourceforge.net Cc: Rennie Petersen Subject: Re: [WiX-users] Conditionally installing components based on user'slocale Thanks, but I need to know the country and I don't really care about the language. I will have man

Re: [WiX-users] Conditionally installing components based on user'slocale

2007-06-06 Thread Rennie Petersen
I do something similar, based (partly) on the UserLanguageID property. I have a registry value, Name=Language, that should contain the code "en" for English or "da" for Danish. See here: http://www.merlinia.com/mdt/WiXTutorial3.msl In my MSI, the UserLanguageID property is only made use of

Re: [WiX-users] Installing a web server

2007-06-06 Thread Rennie Petersen
Do you need to do it via an MSI? If so, I have no ideas. If you just want to do it any old way, you use the web server's management console. Can't remember the details off hand, but if you confirm that that is what you want, I'll dig up the information. Rennie __

Re: [WiX-users] Trying to build example

2007-05-31 Thread Rennie Petersen
If you're totally new to WiX you might be interested in my (incomplete) Beginners Tutorial for WiX 2.0 with sharpDevelop. http://www.merlinia.com/mdt/WiXTutorial.msl Rennie > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Dale Quigg > Sent: 30

Re: [WiX-users] Vista & unknown publisher

2007-05-30 Thread Rennie Petersen
and I'm wondering why > Verisign is so expensive. Why would someone pay 2 or 3 times > more? Is there any difference between what you get from > Verisign, Thawte or GlobalSign? > > > -Original Message- > > From: [EMAIL PROTECTED] [mailto:wix-users- >

Re: [WiX-users] Vista & unknown publisher

2007-05-30 Thread Rennie Petersen
I bought a digital certificate from GlobalSign a couple of months ago. It cost approx. 1/3 what Verisign wanted, if I remember right. http://www.globalsign.net/ Rennie > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Pseudonymic Wannabe > Sent

Re: [WiX-users] WiX and string formatting

2007-05-24 Thread Rennie Petersen
I believe that you will need a custom action. WiX creates MSIs. It does not replace or enhance Windows Installer, and it is Windows Installer that drives the UI during the installation. Rennie From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Beh

Re: [WiX-users] Overriding Uninstall

2007-05-18 Thread Rennie Petersen
I don't think that's possible. UI only functions during install. Maybe if you wrote some Custom Actions... Rennie > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of vishvas > Sent: 18. maj 2007 17:01 > To: wix-users@lists.sourceforge.net > Subject

Re: [WiX-users] License RTF not used?

2007-05-16 Thread Rennie Petersen
I know nothing about WiX 3, but here's how I do it with WiX 2, which may help: http://www.merlinia.com/mdt/WiXTutorial3.msl If the Common Public License text is being shown it sounds like you have not actually replaced the file in the input to the WiX project... Rennie _

Re: [WiX-users]

2007-05-16 Thread Rennie Petersen
I've written a bit about using the element here: http://www.merlinia.com/mdt/WiXTutorial1.msl (near bottom of page). Are you looking in the right place? (HKLM vs. HKCU?) The element has to be inside a element. The registry entry should automatically be removed when the Component is uninstal

Re: [WiX-users] [ComputerName]?

2007-05-15 Thread Rennie Petersen
I believe this is THE definitive list of built-in properties: http://msdn2.microsoft.com/en-us/library/aa370905.aspx Rennie From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kevin Burton Sent: 15. maj 2007 17:26 To: wix-us

Re: [WiX-users] want to add a check box ...

2007-05-15 Thread Rennie Petersen
tting unchecked/checked? If I write: [CDATA[0]] the checkbox (once visible) will not check ever no matter how much I click over it, and if: [CDATA[1]] the checkbox wont uncheck ever. ..ab On 5/15/07, Rennie Petersen <[EMAIL PROTECTED

Re: [WiX-users] want to add a check box ...

2007-05-15 Thread Rennie Petersen
What you describe about the control becoming visible when you hover the mouse over it may indicate that you have an overlap of controls. I.e., there may be another control whose position and size conflicts with the check box's position and size. One way of seeing these problems is to look at the

Re: [WiX-users] Add\Remove Programs issue

2007-05-15 Thread Rennie Petersen
You might want to do some extra research into ALLUSERS. What I've heard on this mailing list is that ALLUSERS=2 is discouraged, as it becomes too unpredictable as to what can happen. ALLUSERS=1 requires that an install is for all users, and is probably what you want. For a single-user install you

Re: [WiX-users] Validation on UI dialogs

2007-05-13 Thread Rennie Petersen
> Is there any way that I can validate that an edit control is not empty? That should be possible. In the "Next" button processing, use to test the value and cause the next dialog box to be launched to be an error message, and the dialog box after the error message goes back to the data-entry di

Re: [WiX-users] Aligning Custom UI

2007-05-13 Thread Rennie Petersen
I recommend using sharpDevelop. I've written a "beginners tutorial" that includes information about this. http://www.merlinia.com/mdt/WiXTutorial.msl Rennie From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Aaron Feng Sent: 12. ma

Re: [WiX-users] Multi Media Questions

2007-05-11 Thread Rennie Petersen
Sorry if I'm asking a silly question, but I assume you have specified different disk numbers and included multiple elements? Rennie > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Magus > Sent: 11. maj 2007 01:42 > To: wix-users@lists.sourceforg

Re: [WiX-users] Prerequsite RTL installs...

2007-05-11 Thread Rennie Petersen
You probably need a bootstrap program to run before your MSI gets started. Visual Studio's Setup projects can provide a bootstrapper. I like one called dotNetInstaller. Rennie From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Lewis Hend

Re: [WiX-users] Disabling and hiding a feature based on key...

2007-05-11 Thread Rennie Petersen
I believe that if you set the "Level" of the feature to zero that it is not shown in the feature tree and is not installed. Rennie From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Lewis Henderson

Re: [WiX-users] How to check length of input string?

2007-05-11 Thread Rennie Petersen
As far as I know your only possibility is to write a custom action. Or move this logic back to a pre-installer program, or forward to the first thing the program does the first time it is started. Rennie

Re: [WiX-users] How do I get rid of the "...installed to run fromnetwork" option

2007-05-11 Thread Rennie Petersen
See this page: http://www.merlinia.com/mdt/WiXTutorial4.msl In particular, see the comments about "EmptyComponent_WindowsInstallerBugWorkaround" Rennie From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Scott Palmer Sent: 10. maj

Re: [WiX-users] Preventing MSI from fetching userinfo

2007-05-10 Thread Rennie Petersen
Is that a WiX 3 dialog? (I can't find any userregistrationdlg file in WiX 2.) Anyway, just guessing, if you look at the source for this dialog it probably contains references to some built-in properties that are given default initial values. Change this to two new properties you define yourself.

Re: [WiX-users] Condition to check if Feature was selected.

2007-05-08 Thread Rennie Petersen
On this page you can see how to test for which features have been selected, although here I use it for another purpose. Hope this helps... http://www.merlinia.com/mdt/WiXTutorial4.msl Rennie From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Beh

Re: [WiX-users] does wix have a dependency on mfc80loc.dll?

2007-05-07 Thread Rennie Petersen
There are programs available that can analyze DLL dependencies, for example this one: http://www.dependencywalker.com/ Rennie From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Cathryn Chamley Sent: 7. maj 2007 00:24 To: wix-

Re: [WiX-users] IP Address

2007-05-07 Thread Rennie Petersen
> I need the Control in the WIX UI with Accepts the IP address, What do you mean? What IP address? If you just want to provide a field where the user can enter some IP address, then use an Edit control. See the fourth dialog box in this example: http://www.merlinia.com/mdt/Admin%20UI%20snapsh

[WiX-users] Controlling feature selection by modifying the MSI

2007-05-04 Thread Rennie Petersen
I'm writing a little MSI Editor program. The idea is to provide our customers with something a bit more intuitive than Orca for modifying our MSIs before doing a group policies roll-out. My program has a customizable GUI that can resemble the user interface one sees if one does a non-silent instal

Re: [WiX-users] WixLocalization, not quite getting it.

2007-05-03 Thread Rennie Petersen
a button with Text="[ButtonNext]" would have "Neste" > as the appropriate text? Don't quite see in your tutorial how > you specify which loc.wxs file to use either. > > > >From: "Rennie Petersen" <[EMAIL PROTECTED]> > >To: "Pseu

Re: [WiX-users] WixLocalization, not quite getting it.

2007-05-03 Thread Rennie Petersen
I first tried using WiXEdit, but could never get it to work. (Maybe I gave up too quickly.) If you look at my tutorial you can see how to do it with SharpDevelop, and using the WiX sample UI as starting point, but then modifying the UI to be what you want. With everything localized. Rennie > --

Re: [WiX-users] wix3: automatically pick setup language

2007-05-03 Thread Rennie Petersen
and create transforms as difference between neutral and > all other languages, including English. > >Now you have mst files for all of the languages INCLUDING English. > > 4a. You add all transforms back to neutral msi. > > Use your bootstrap program to launch MS

Re: [WiX-users] WixLocalization, not quite getting it.

2007-05-03 Thread Rennie Petersen
Are you using WiX 2.0 or WiX 3.0? Anyway, one MSI can only contain one language. To support 3 languages you need to create 3 MSIs. You can then convert 2 of them to MSTs to reduce the final size of your deployment package. (Or maybe 1 MSI and 3 MSTs - I'm not even sure of that.) You then use an

Re: [WiX-users] wix3: automatically pick setup language

2007-05-02 Thread Rennie Petersen
o make it compile > >UpgradeCode="$(var.ProductUpgradeCode)"> > > Languages="!(loc.LANG)" /> > > 2. Create separate packages for other languages (English > included). Set appropriate Language ID, codepage, culture strin

Re: [WiX-users] wix3: automatically pick setup language

2007-05-02 Thread Rennie Petersen
What exactly do you mean by "neutral culture settings"? Is English OK for the base MSI, that the non-English MST's are created against? That's what I've been doing and it seems to work OK. Rennie > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of >

Re: [WiX-users] wix3: automatically pick setup language

2007-05-02 Thread Rennie Petersen
s all promises on how good it's going to be... :-) Rennie > -Original Message- > From: Rennie Petersen > Sent: 2. maj 2007 08:18 > To: 'wix-users@lists.sourceforge.net' > Subject: RE: [WiX-users] wix3: automatically pick setup language > > My beginner'

Re: [WiX-users] wix3: automatically pick setup language

2007-05-01 Thread Rennie Petersen
My beginner's tutorial shows how to do this, although for WiX 2.0. (Don't know if the same techniques will work in WiX 3.0.) http://www.merlinia.com/mdt/WiXTutorial.msl See in particular the last section on this page: http://www.merlinia.com/mdt/WiXTutorial3.msl In part 5 (not on-line yet) I de

Re: [WiX-users] Calling external install script from yourinstallscript?

2007-05-01 Thread Rennie Petersen
You can't launch one MSI from another one, and you can't bundle one MSI inside another. So I assume what Brett is saying is that you should make a Setup.exe that first launches one MSI, and when that is complete, launches the other. I've actually written a program like that recently, an MSI lau

Re: [WiX-users] MSJET 3.5 With Wix

2007-05-01 Thread Rennie Petersen
> one of the main issues is whats to stop the user just > starting the msi rather than the Exe you ask them to start > with an autorun.. Yes, it's difficult to make something fool-proof, because the fools are so ingenious. :-) You could try turning the bootstrapper and the MSI into a single s

Re: [WiX-users] MSJET 3.5 With Wix

2007-05-01 Thread Rennie Petersen
Take a look at dotNetInstaller. It's a bootstrap program that can install various standard prerequisite products, and then launch an MSI. Rennie > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > conkerjoe > Sent: 1. maj 2007 11:37 > To: wix-user

Re: [WiX-users] Silent installation using properties

2007-05-01 Thread Rennie Petersen
Not sure I understand your question, but maybe try using dotNetInstaller instead of the VS 2005 bootstrapper. With dotNetInstaller you can specify any parameters you want when it starts the MSI. Rennie > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf

Re: [WiX-users] WiX support for special characters?

2007-04-28 Thread Rennie Petersen
Try specifying Codepage="1252" in your element. See here: http://www.merlinia.com/mdt/WiXTutorial1.msl Rennie From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Tom Busmire (KDDS Group LLC) Sent: 27. april 2007 19:55

Re: [WiX-users] Logon as service right v2.0.4820.0

2007-04-27 Thread Rennie Petersen
I don't think Windows Installer can grant rights to users. That would be a security violation. Do you mean specifying which account an installed service is to run under? Rennie From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROT

Re: [WiX-users] Check for at least one required feature?

2007-04-27 Thread Rennie Petersen
> It doesn't evaluate correctly until after the CostFinalize action. When does that happen? My experience is that the &Feature property is correct in the following dialog boxes. I use that in my install sequence to skip a dialog box if the corresponding feature is not selected, as demonstrated

Re: [WiX-users] Downloading and launching apps during install

2007-04-26 Thread Rennie Petersen
I too am using dotNetInstaller. Seems to work OK. My understanding of the bootstrap program generated by VS is that it is hard-wired to invoke the MSI after it has installed the prerequisites. This is a disadvantage for me. My setup sequence is: 1. dotNetInstaller (renamed Setup.exe) 2. MSI L

Re: [WiX-users] My Beginner's Tutorial

2007-04-25 Thread Rennie Petersen
@lists.sourceforge.net > Subject: Re: [WiX-users] Beginner's Tutorial, Books, Versions... > > Just had a quick skim over it, and at the bottom of part 2 > your link to part 3 actually points to part 2 again. > Following the link to part 3 gives a "Requested page not

Re: [WiX-users] Adding duplicate filenames within different locations

2007-04-25 Thread Rennie Petersen
Are the files declared in the same ? They should not be. Files for different folders should be declared in separate Components. Rennie > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of jrcolons > Sent: 25. april 2007 20:59 > To: wix-users@lists.so

Re: [WiX-users] Beginner's Tutorial, Books, Versions...

2007-04-24 Thread Rennie Petersen
Julie, Thanks for the Wiki. To all interested: I've published the first two pages (out of five) of my "beginners tutorial". http://www.merlinia.com/mdt/WiXTutorial.msl It's a lot more work than I expected. :-( Corrections, suggestions, criticism, etc. very welcome. Probably not of much int

Re: [WiX-users] Problems overriding dialog sequence

2007-04-20 Thread Rennie Petersen
You need to change some things in the WixUI_InstallDir.wxs file to change the sequencing of dialog boxes. Rennie > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Anthony Wieser > Sent: 20. april 2007 13:08 > To: wix-users@lists.sourceforge.net >

Re: [WiX-users] Skip license dialog

2007-04-20 Thread Rennie Petersen
Yes, that is very easy, at least if you are working with the UI in source form. Just change the sequence of dialog boxes to omit the dialog box that shows the license agreement. But you do need to download the WiX source and work with the dialog sequencer in source. Rennie > -Original Messa

Re: [WiX-users] Any interest in a beginner's tutorial?

2007-04-20 Thread Rennie Petersen
AIL PROTECTED] On Behalf Of > Nathan Stohlmann > Sent: 19. april 2007 17:34 > To: wix-users@lists.sourceforge.net > Subject: Re: [WiX-users] Dialog Editor > > >From playing around with it for 15min, SharpDevelop seems like a > pretty decent recommendation. Can you send

Re: [WiX-users] Suppressing EULA on NET 2.0 and MSM errors in Wix3.0

2007-04-19 Thread Rennie Petersen
Don't know if it's relevant for you, but I'm using an open source program called dotNetInstaller to ensure .NET Framework is installed. Rennie From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Thomas Bjørnsen Sent: 19. april 2007

Re: [WiX-users] Dialog Editor

2007-04-19 Thread Rennie Petersen
I use SharpDevelop 2.1. Its dialog editor works fairly well with WiX dialogs. Just be aware that all comments are deleted. :-( There's also an open source program called WiXEdit. I tried it out but ran into problems. I've made a simple "beginner's tutorial" for using WiX (with SharpDevelop). It's

Re: [WiX-users] Localization question

2007-04-18 Thread Rennie Petersen
Are you sure you're using the Norwegian localization file during your final link? (Are you saying some text is localized and some isn't?) Rennie From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Thomas Bjørnsen Sent: 18. april 2

Re: [WiX-users] Feature Ordering?

2007-04-15 Thread Rennie Petersen
Have you tried nesting elements, instead of using 's? Rennie > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Julie Campbell > Sent: 15. april 2007 23:53 > To: wix-users@lists.sourceforge.net > Subject: [WiX-users] Feature Ordering? > > Is the

Re: [WiX-users] ALLUSERS=0 (or null) not working

2007-04-14 Thread Rennie Petersen
Thanks again. Rennie From: Bob Arnson [mailto:[EMAIL PROTECTED] Sent: 14. april 2007 20:58 To: Rennie Petersen Cc: [EMAIL PROTECTED] Su

Re: [WiX-users] ALLUSERS=0 (or null) not working

2007-04-14 Thread Rennie Petersen
orts this.) Thanks again. Rennie From: Bob Arnson [mailto:[EMAIL PROTECTED] Sent: 14. april 2007 20:58 To: Rennie Petersen Cc: [EMAIL PROTECTED] Subject: Re: [WiX-users] ALLUSERS=0 (or null) not working

[WiX-users] ALLUSERS=0 (or null) not working

2007-04-14 Thread Rennie Petersen
I'm very new to WiX and Windows Installer, so maybe I'm doing something dumb... When the ALLUSERS property is not defined I get a per-user install. But when I define ALLUSERS and give it a value of 0 then I get a per-machine install. I've checked the MSI with Orca, and the value of ALLUSERS is 0