Re: [WiX-users] (WiX) Write product info to registry for dual purpose installer

2015-03-16 Thread Egger, Jerome
I found the problem. MSIINSTALLPERUSER="" is not enough. Only when I set ALLUSERS="1" it's written to HKLM. I expected the dual purpose installer checking the MSIINSTALLPERUSER property and not the ALLUSERS one. -Original Message- From: Egger, Jerome [mail

[WiX-users] (WiX) Write product info to registry for dual purpose installer

2015-03-11 Thread Egger, Jerome
Hello, I'm making a dual purpose package in WiX according to this article. When I initialize my Installer with MSIINSTALLPERUSER="1", the product information is always written to HKEY_CURRENT_USER, even when I set

Re: [WiX-users] wix switch between perUser and perMachine

2015-02-16 Thread Egger, Jerome
Thanks Nir! I could make it work with the information of that article. -Original Message- From: Nir Bar [mailto:nir@panel-sw.co.il] Sent: Mittwoch, 11. Februar 2015 17:06 To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] wix switch between perUser and perMachine Check this

[WiX-users] wix switch between perUser and perMachine

2015-02-10 Thread Egger, Jerome
Hi, I'm trying to create an installer that supports perUser and perMachine installations dependent on a selection of setup types on the UI. - The perUser setup type installs the application into "WIX_DIR_COMMON_DOCUMENTS" and shall require no admin permissions. - The perMachine setup type