Hey Sandun, The other way around.
http://wix.sourceforge.net/manual-wix3/wix_xsd_package.htm <Package/@InstallScope="perUser" You also need to make sure you don't have anything that is causing the UAC to be prompted. If you are writing to a HKLM or some other location you need to watch out. http://msdn.microsoft.com/en-us/library/aa367800(VS.85).aspx Thanks, Brian Rogers "Intelligence removes complexity." - Me http://icumove.spaces.live.com On Tue, Jun 9, 2009 at 10:17 PM, sandun css <[email protected]> wrote: > by setting Package/@*InstallScope* ="perMachine", I specified that the msi > package requires elevated privileges to install. > Although I specify this, the UAC dialog appears just before msi starts > installing files. (i.e. Welcome dialog -> Licence Agreement -> Install Dir > -> UAC) > I am not quite sure why it is happening? I thought UAC dialog should not > appear if we set 'Package/@*InstallScope <'Package/@InstallScope>* =" > perMachine"' > Any ideas reagrding this? > > ------------------------------------------------------------------------------ > Crystal Reports - New Free Runtime and 30 Day Trial > Check out the new simplified licensing option that enables unlimited > royalty-free distribution of the report engine for externally facing > server and web deployment. > http://p.sf.net/sfu/businessobjects > _______________________________________________ > WiX-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/wix-users > ------------------------------------------------------------------------------ Crystal Reports - New Free Runtime and 30 Day Trial Check out the new simplified licensing option that enables unlimited royalty-free distribution of the report engine for externally facing server and web deployment. http://p.sf.net/sfu/businessobjects _______________________________________________ WiX-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wix-users

