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

Reply via email to