Dear All,
I am not able to install the new 3.6 beta exe file (Wix36.exe) because my virus 
checker (Trend Micro OfficeScan) terminates the installer when it tries to 
write to the RunOnce registry key.
I was able to download and run WiX 3.6 from the wix36-binaries.zip archive, 
however my minimal test installer also falls foul of Trend for the same reason. 
(I include my .wxs files below)
 
I've never seen this for any other package I've installed. Does anyone know 
about this or have a workaround?
 
Peter
 
bfirst.wxs
==========
<?xml version="1.0"?>
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi";>
 <Bundle Version="1.0" Name="First Wix 3.6">
  <BootstrapperApplicationRef 
Id="WixStandardBootstrapperApplication.RtfLicense" />
  <Chain>
   <MsiPackage SourceFile="first.msi" />
  </Chain>
 </Bundle>
</Wix>
 
first.wxs
=========
<?xml version='1.0'?>
<Wix xmlns='http://schemas.microsoft.com/wix/2006/wi'>
   <Product Id='{1427C75A-90A8-46e4-B0A7-1BBA7DEEF0F3}' Name='Test Package' 
Language='1033' 
            Version='1.0.0.0' Manufacturer='Microsoft Corporation' 
UpgradeCode='{1DF5EE00-3C58-4a94-B57C-63AC18E85A6F}' >
      <Package Description='My first Windows Installer package'
               Comments='This is my first attempt at creating a Windows 
Installer database'
               Manufacturer='Microsoft Corporation' InstallerVersion='200' 
Compressed='yes' />
      <Directory Id='TARGETDIR' Name='SourceDir'>
         <Component Id='MyComponent' 
Guid='{87D198BF-6B84-4bd8-811E-8831A89FC721}' />
      </Directory>
      <Feature Id='MyFeature' Title='My 1st Feature' Level='1'>
         <ComponentRef Id='MyComponent' />
      </Feature>
   </Product>
</Wix>                                    
------------------------------------------------------------------------------
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning@Cisco Self-Assessment and learn 
about Cisco certifications, training, and career opportunities. 
http://p.sf.net/sfu/cisco-dev2dev
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to