Re: [WiX-users] Possible Bug: RegDelete does not work properly with REG_KEY_32BIT on a 64-bit system

2015-07-16 Thread Nir Bar
You shuold OR it with the KEY_READ See Registry Key Security and Access Rights https://msdn.microsoft.com/en-us/library/windows/desktop/ms724878(v=vs.85).aspx - Nir Bar Freelance Developer Mail: nir@panel-sw.com Web: www.panel-sw.com - C++ On Windows, Linux and Embedded

[WiX-users] «Bundle Uprgade issue: the same MSI in two bundles»

2015-07-16 Thread boroda
Hello, guys. I have a problem. And the actions of bundle are not obvious. So, I have the follows packages: • MSI ‘MSI_A_v1’ • MSI ‘MSI_B_v1’ • Bundle Bv1, installs MSI_A_v1 and MSI_B_v1. • And MSI ‘MSI_A_v2’ (Major upgrade of ' MSI_A_v1', including changing Product Id) •

[WiX-users] File extension association

2015-07-16 Thread Moore, Odric M. (MSFC-ER43)[MITS]
I have a WiX 3.7 installation package that is operating fine using perMachine IntallScope. I want to change the installation so that it can be accomplished without admin privilege. Changing to perUser has accomplished that, but now the association between the application and its model file is

Re: [WiX-users] Possible Bug: RegDelete does not work properly with REG_KEY_32BIT on a 64-bit system

2015-07-16 Thread Phill Hogland
FYI - I just implemented a semi-custom http://www.joyofsetup.com/2007/07/01/semi-custom-actions/ action using a similar implementation as I found in the WixGamingExtension which calls WcaAddTempRecord on the Registry table, to allow MSI to manage my registry change. The CA code (specifically

Re: [WiX-users] Possible Bug: RegDelete does not work properly with REG_KEY_32BIT on a 64-bit system

2015-07-16 Thread Edwin Castro
I can't use semi-custom-actions for this particular piece of work because I need to call an API to get permission to create, delete, or modify these particular registry keys. I work at a security company where they have implemented additional security features through drivers that disallow normal

[WiX-users] wix meeting #73 - new logo

2015-07-16 Thread Phill Hogland
Sorry I missed the meeting, but thanks for the blog/web-stream. My first impression was for #3 red. I did not initially notice the tri-color, but it is nice. #2 was striking and caught my attention about as much as #3, but I also thought it was big before I considered the comments of others.

Re: [WiX-users] File extension association

2015-07-16 Thread Rob Mensching
What does this part mean now the association between the application and its model file is no longer established at installation? ___ FireGiant | Dedicated support for the WiX toolset | http://www.firegiant.com/ -Original

Re: [WiX-users] Possible Bug: RegDelete does not work properly with REG_KEY_32BIT on a 64-bit system

2015-07-16 Thread Rob Mensching
I think this only happens if you indicate to delete registry tree. You can definitely file the bug but this is probably one of those bugs where it won't get fixed until someone actually needs the fix. So don't file the bug expecting it to be fixed by itself. smile/

Re: [WiX-users] «Bundle Uprgade issue: the same MSI in two bundles»

2015-07-16 Thread boroda
I think a plaintext of logs looks better The first installation [0D44:0D48][2015-07-16T06:55:45]i001: Burn v3.9.1006.0, Windows v6.1 (Build 7600: Service Pack 0), path: C:\Users\admin\Desktop\OLD.exe, cmdline: '' [0D44:0D48][2015-07-16T06:55:45]i000: Setting string

Re: [WiX-users] File extension association

2015-07-16 Thread Moore, Odric M. (MSFC-ER43)[MITS]
This is my first time on this list, so I am assuming I should reply to your email. Here is the code that establishes the association with files with vts suffix with the application executable. This allows the user to double-click on the file which opens the app. !-- Establish file

Re: [WiX-users] «Bundle Uprgade issue: the same MSI in two bundles»

2015-07-16 Thread Rob Mensching
What does the bundle log file show? ___ FireGiant | Dedicated support for the WiX toolset | http://www.firegiant.com/ -Original Message- From: boroda [mailto:bo.ro...@mail.ru] Sent: Thursday, July 16, 2015 7:25 AM To:

Re: [WiX-users] «Bundle Uprgade issue: the same MSI in two bundles»

2015-07-16 Thread boroda
oh, sorry, I completely forgot about the log files. logs are attached to the email. What does the bundle log file show? ___  FireGiant  |  Dedicated support for the WiX toolset  |   http://www.firegiant.com/ -Original