We were looking into allowing our users to use local web pages without the 
"Active X/content" warning that this usually provokes (our users are very 
tech-unsavvy and find having to click this sort of warning to be confusing). 
Since we need them to generate cookies from these pages we need them to have 
used, hence the auto-accept.

It looked like installing something with:

        <RegistryKey Root="HKLM"
                     Key="software\microsoft\internet 
explorer\main\featurecontrol\FEATURE_LOCALMACHINE_LOCKDOWN"
                     Action="createAndRemoveOnUninstall">
          <RegistryValue Type="integer" Name="iexplore.exe" Value="0" 
KeyPath="yes"/>

should do the trick, except when the installer ran it seems that all the other 
featurecontrol keys (e.g., FEATURE_ACTIVEX_REPURPOSEDETECTION) which were 
present (even if they were only defaults) were deleted! What happened here? WiX 
3.7, if it matters.




Keith Douglas
Programmer Analyst | Programmeur analyste
Questionnaire Development Services - CAI Social | Services de développement de 
questionnaires - IAO Social
Jean Talon Building | Immeuble Jean-Talon / Floor | Étage 4 A-3
Statistics Canada | 170 Tunney's Pasture Driveway, Ottawa ON K1A 0T6
Statistique Canada | 170, promenade Tunney's Pasture, Ottawa ON K1A 0T6
keith.doug...@statcan.gc.ca
Telephone | Téléphone 613-854-5589
Facsimile | Télécopieur 613-951-4674
Government of Canada | Gouvernement du Canada 



------------------------------------------------------------------------------
New Year. New Location. New Benefits. New Data Center in Ashburn, VA.
GigeNET is offering a free month of service with a new server in Ashburn.
Choose from 2 high performing configs, both with 100TB of bandwidth.
Higher redundancy.Lower latency.Increased capacity.Completely compliant.
http://p.sf.net/sfu/gigenet
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to