Re: [WiX-users] Creating Per-User Registry Entries in a Per-Machine Installation

2009-01-25 Thread george_r
Are you sure that the HKCU registry entry exists for any user other than the one that performed the installation? In my experience only the installing user receives the HKCU entry. I guess I was a bit too optimistic - generally you seem to be right. But there's more to it, I have an

Re: [WiX-users] Creating Per-User Registry Entries in a Per-Machine Installation

2009-01-24 Thread Neil Sleightholm
-users] Creating Per-User Registry Entries in a Per-Machine Installation My application installs on a per-machine basis so that it is available to all users. I have InstallPrivileges=elevated and InstallScope=perMachine. In addition, the installer creates some registry entries for my application

Re: [WiX-users] Creating Per-User Registry Entries in a Per-Machine Installation

2009-01-24 Thread george_r
Chuck, try: Property Id=ALLUSERS1/Property and set the initial registry values to HKCU. That did the trick for me. -- View this message in context: http://n2.nabble.com/Creating-Per-User-Registry-Entries-in-a-Per-Machine-Installation-tp2206842p2209180.html Sent from the wix-users mailing

Re: [WiX-users] Creating Per-User Registry Entries in a Per-Machine Installation

2009-01-24 Thread Rob Mensching
discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Creating Per-User Registry Entries in a Per-Machine Installation I don't think this is possible, I would suggest that the right place to do this is in your application on first run not in the installation. Neil -Original

Re: [WiX-users] Creating Per-User Registry Entries in a Per-Machine Installation

2009-01-24 Thread Chuck
Neil Sleightholm wrote: ...I would suggest that the right place to do this is in your application on first run not in the installation. Rob Mensching wrote: IMHO, the best way to handle this is to put the default settings in the code or, if you must, put them in HKLM. Then your application

[WiX-users] Creating Per-User Registry Entries in a Per-Machine Installation

2009-01-23 Thread Chuck
My application installs on a per-machine basis so that it is available to all users. I have InstallPrivileges=elevated and InstallScope=perMachine. In addition, the installer creates some registry entries for my application in HKLM because I have specified Root=HKMU. I would like to set some