Re: [WiX-users] Managed code CA succeeds but still fails with 1603

2010-08-01 Thread Michael Bednarek
Hi Bassam, You're right, it does sound related to the .NET custom action issue that I posted about earlier in the year. What OSes are the problematic machines running? Are they virtual machines? I have not yet found a solution to my problem unfortunately, although it only occurs rarely so it h

Re: [WiX-users] .NET Custom Action fails intermittently on some machines

2010-05-06 Thread Michael Bednarek
Kleinman [mailto:d...@microsoft.com] Sent: 04 May 2010 15:15 To: General discussion for Windows Installer XML toolset.; Michael Bednarek Subject: Re: [WiX-users] .NET Custom Action fails intermittently on some machines Hi, I'm facing the same problem for quite some time. Same OS (W2K8R2), same

Re: [WiX-users] WiX, Votive, installed files and incremental builds

2010-03-31 Thread Michael Bednarek
Thanks for all the responses so far guys. I have added the custom action project as a reference to my WiX project and it is now rebuilding the WiX project correctly when I change the custom action code. However, what about keeping track of additional files like config files, text files, etc for

[WiX-users] WiX, Votive, installed files and incremental builds

2010-03-30 Thread Michael Bednarek
Hi all, This is potentially a silly question but I haven't found a clear answer on the web yet. Our installer consists of: 1) WiX source files (WXS) - defined in the WiX project file 2) Additional files used in the MSI package e.g. banner images - defined in the WiX project file 3)

Re: [WiX-users] .NET Custom Action fails intermittently on some machines

2010-03-02 Thread Michael Bednarek
Update: I installed/uninstalled the product 100 times on a particular machine (using a script) and the problem with my custom action occurred just once out of those 100 attempts From: Michael Bednarek Sent: 02 March 2010 08:37 To: General discussion for Windows Installer XML toolset

[WiX-users] .NET Custom Action fails intermittently on some machines

2010-03-02 Thread Michael Bednarek
Hi all, Our product fails to install (seemingly at random) once every so often. Once this failure occurs on a given machine, it is not usually possible to reproduce the problem again (re-installing the product will work fine). The machines on which the install fails are VMs which all come from

Re: [WiX-users] how to add language neutral Everyone user to a group

2009-09-30 Thread Michael Bednarek
Hi Lian, Our installer had a similar situation. The approach we went for was: 1) Create a custom action VBScript that runs early on in your installer to do the following: - Look up the localized names of the accounts AND GROUPS you care about - Store these localized names in MSI properti

Re: [WiX-users] launching page localization

2009-09-17 Thread Michael Bednarek
places where language is identified in the MSI files, and where each of those two settings takes effect. -Original Message- From: DEÁK JAHN, Gábor [mailto:d...@tramontana.co.hu] Sent: Wednesday, September 16, 2009 5:45 AM To: General discussion for Windows Installer XML toolset. Subject

Re: [WiX-users] launching page localization

2009-09-16 Thread Michael Bednarek
] launching page localization On Wed, 16 Sep 2009 10:07:55 +0100, Michael Bednarek wrote: Mike, > value of this attribute is "1033" then the text will always display > in English, even on non-English systems. If you want the text to > display in the system language, y

Re: [WiX-users] launching page localization

2009-09-16 Thread Michael Bednarek
Actually, I've found that the language of this initial dialog depends on the languages that your MSI publishes in its summary information stream. In WiX, this corresponds to the value of the "Languages" attribute of the "Package" element. For example, if the value of this attribute is "1033" the

Re: [WiX-users] KEY_READ permission for registry value

2009-05-20 Thread Michael Bednarek
e ACLs that you can set on a >registry key. Check MSDN to see the right combination for "read" of a >registry key (it's probably not just "Read" but also includes "Enumerate >Subkeys" or something). > >Michael Bednarek wrote: > >> Hi all, >

[WiX-users] KEY_READ permission for registry value

2009-05-18 Thread Michael Bednarek
Hi all, I am using the WiX 3.0 PermissionEx element with a RegistryValue element and would like to give the "Authenticated Users" group the KEY_READ permission, i.e. I would like to be able to see the "Read" checkbox ticked when I view the permissions for the value in regedit. Which PermissionE

Re: [WiX-users] Setting a registry key based on a checkbox on the Exit dialog

2009-05-03 Thread Michael Bednarek
ginal Message- From: Bob Arnson [mailto:b...@joyofsetup.com] Sent: 01 May 2009 13:58 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Setting a registry key based on a checkbox on the Exit dialog Michael Bednarek wrote: > In my MSI I have a checkbox on

[WiX-users] Setting a registry key based on a checkbox on the Exit dialog

2009-05-01 Thread Michael Bednarek
Hi all, In my MSI I have a checkbox on the last dialog (the Exit dialog). If the user ticks the checkbox, I would like to set a registry value. This is to provide some information to an application that runs after the MSI has completed. What is the best way of doing this? AFAIK I can't simply d