Hi Phil, thanks a lot for this hint, it helped to figure it out =)
I was adding shortcuts to the startmenu and used a registry value as key path which was stored under HKCU. I did store it there because WiX didn't let me store it in HKLM even though AllUsers (InstallScope=perMachine) was set. Now I figured out that I had to use HKMU instead which basically does the same as HKLM in this case (?) but WiX does accept it now. So everything is fine. Regards, Chris Am 19.08.2012 21:21, schrieb Phil Wilson: > Look in the Application Event log for an MsiInstaller entry, basically a > repair for something that's probably user-profile related. The issue isn't > so much admin or not, it's just that another user is trying to reference > something that's user profile related, it isn't there, so the > repair/resilience kicks in to install it. This propagates up to the > containing feature, so your driver component is in the same feature as a > user profile item, something like a file in a user profile folder. > > Phil W > > -----Original Message----- > From: Christian Illy [mailto:christ...@illy.bz] > Sent: Saturday, August 18, 2012 12:19 PM > To: wix-users@lists.sourceforge.net > Subject: [WiX-users] Drivers installed by DIFxApp are reinstalled for normal > users > > Hi there, > > I have set up an installer for my application which includes drivers which > successfully get installed through DIFxApp. Unfortunately, when a normal > user opens the program Windows installer configures the package for this > user (e.g. like > http://www.thewindowsclub.com/wp-content/uploads/2012/04/windows-configures- > live-400x268.jpg) > it also tries to reinstall the driver package even though it already has > been installed by the admin when installing the application. As the user > doesn't have the necessary rights to install this driver this is quite > annoying, especially as this isn't even needed (the driver works without > this additional step). > > So is there a way to prevent Windows installer from re-installing the driver > when a normal user uses my application? > > Regards, > Chris > > ---------------------------------------------------------------------------- > -- > Live Security Virtual Conference > Exclusive live event will cover all the ways today's security and threat > landscape has changed and how IT managers can respond. Discussions will > include endpoint security, mobile security and the latest in malware > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > _______________________________________________ > WiX-users mailing list > WiX-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/wix-users > > > > ------------------------------------------------------------------------------ > Live Security Virtual Conference > Exclusive live event will cover all the ways today's security and > threat landscape has changed and how IT managers can respond. Discussions > will include endpoint security, mobile security and the latest in malware > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > _______________________________________________ > WiX-users mailing list > WiX-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/wix-users > ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users