Re: [WiX-users] WiX 3.6 beta and virus checker

2011-11-02 Thread Peter Hull

  Can you open a bug with this information in it? I'm not exactly sure what
  we'll do about it but we should at least track the issue.
 Yes I will do when I'm back in work. I am a bit surprised nobody has seen 
 this; I would have thought that there would be many other corporate users 
 with Trend OfficeScan and a similar config.

Done (bug #3431068, 
http://sourceforge.net/tracker/?func=detailaid=3431068group_id=105970atid=642714)
 
I wrote my own program to make a similar change in the registry and nothing 
happened, so I'm not sure why the burn engine 'provokes' Trend in that way.
 
Pete  
--
RSA#174; Conference 2012
Save $700 by Nov 18
Register now#33;
http://p.sf.net/sfu/rsa-sfdev2dev1
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] WiX 3.6 beta and virus checker

2011-10-25 Thread Peter Hull

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


Re: [WiX-users] WiX 3.6 beta and virus checker

2011-10-25 Thread Rob Mensching
Wow, that's a pretty aggressive virus checker. How do you install software
that requires a reboot with that thing turned on?
Can you open a bug with this information in it? I'm not exactly sure what
we'll do about it but we should at least track the issue.
On Tue, Oct 25, 2011 at 2:37 AM, Peter Hull peterhul...@hotmail.com wrote:


 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




-- 
virtually, Rob Mensching - http://RobMensching.com LLC
--
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


Re: [WiX-users] WiX 3.6 beta and virus checker

2011-10-25 Thread Peter Hull

 From: r...@robmensching.com
 Date: Tue, 25 Oct 2011 08:26:40 -0700
 To: wix-users@lists.sourceforge.net
 Subject: Re: [WiX-users] WiX 3.6 beta and virus checker

 Wow, that's a pretty aggressive virus checker. How do you install software
 that requires a reboot with that thing turned on?
It's my work system so I don't have access to/can't change the policies it is 
using. I've installed loads of things in the past based on InstallShield, 
InnoSetup etc, and never seen this error message. I can't remember if any of 
them required a reboot but I have installed updates from Microsoft Update which 
did, and I had no problem. It may be that Trend has rules to allow certain 
'well-known' bootstrappers to execute, or maybe none of them do the same 
registry access as you do. I'm guessing it's the function UpdateResumeMode in 
burn\engine\registration.cpp, do you agree?

 Can you open a bug with this information in it? I'm not exactly sure what
 we'll do about it but we should at least track the issue.
Yes I will do when I'm back in work. I am a bit surprised nobody has seen this; 
I would have thought that there would be many other corporate users with Trend 
OfficeScan and a similar config.
Pete

  
--
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