[WiX-users] FilesInUse message -- empty description

2013-02-04 Thread vasjko
Hi All,

I'm using following code to show file in use message box in my custom action:

session.Message(InstallMessage.FilesInUse, record);

I'm able to fill list of files which are in use using record, but dialog 
description which should say The following applications are using files... is 
empty.

Does anyone know how make dialog description visible or set the description 
text?

Thanks,
Vasyl

-- реклама ---
Всё для Вашего автомобиля!
http://aukro.ua/?utm_source=i.uautm_medium=advertutm_campaign=mail


--
Free Next-Gen Firewall Hardware Offer
Buy your Sophos next-gen firewall before the end March 2013 
and get the hardware for free! Learn more.
http://p.sf.net/sfu/sophos-d2d-feb
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Wix Burn Install .Net Framework 3.5 SP1 from web

2012-11-27 Thread vasjko
Hi,

I'm using the next package to download and install .Net 3.5SP1 on my machine:

   ExePackage Id=Netfx35Web
  Compressed=no
  Permanent=yes
  Vital=yes
  Name=redist\dotnetfx35.exe
  DownloadUrl=$(var.NetFx35WebLink)
  InstallCommand=/q /norestart /ChainingPackage 
quot;[WixBundleName]quot;
  RepairCommand=/q /norestart /repair /ChainingPackage 
quot;[WixBundleName]quot;
  UninstallCommand=/uninstall /q /norestart /ChainingPackage 
quot;[WixBundleName]quot;
  InstallCondition=NOT Netfx35Version OR (Netfx35Version lt; 
v3.5.30729.1) 
  DetectCondition=Netfx35Version AND (Netfx35Version gt;= 
v3.5.30729.1)
  ExitCode Value =3010 Behavior=forceReboot /
  RemotePayload 
CertificatePublicKey=F321408E7C51F8544B98E517D76A8334052E26E8 
 
CertificateThumbprint=D57FAC60F1A8D34877AEB350E83F46F6EFC9E5F1 
 Description=.NET Framework 3.5 Setup 
 
Hash=3DCE66BAE0DD71284AC7A971BAED07030A186918 
 ProductName=.NET Framework 3.5 
 Size=242743296 
 Version=3.5.30729.1 /
   /ExePackage

RemotePayload info I got from heat.exe: heat.exe payload 
[path_to_net_installer] -o [path_to_wxs]

I'm getting the following errors during installation:

  [17A8:0488][2012-11-28T02:25:46]: Apply begin
  [1078:03B8][2012-11-28T02:25:46]: Creating a system restore point.
  [1078:03B8][2012-11-28T02:25:46]: Could not create system restore 
point, error: 0x80070422. Continuing...
  [1078:03B8][2012-11-28T02:25:46]: Caching bundle from: 
'C:\Users\username\AppData\Local\Temp\{8d330a63-0744-459c-8b02-7ecf17b26950}\.be\MyApp.exe'
 to: 'C:\ProgramData\Package 
Cache\{8d330a63-0744-459c-8b02-7ecf17b26950}\MyApp.exe'
  [1078:03B8][2012-11-28T02:25:46]: Registering bundle dependency 
provider: {8d330a63-0744-459c-8b02-7ecf17b26950}, version: 1.0.0.1
  [17A8:0840][2012-11-28T02:25:46]: Prompt for source of package: 
Netfx35Web, payload: Netfx35Web, path: D:\Public\NTM\redist\dotnetfx35.exe
  [17A8:0840][2012-11-28T02:25:46]: Acquiring package: Netfx35Web, 
payload: Netfx35Web, download from: 
http://download.microsoft.com/download/2/0/e/20e90413-712f-438c-988e-fdaa79a8ac3d/dotnetfx35.exe
  [1078:0B24][2012-11-28T02:45:54]: Error 0x800b0003: Failed 
authenticode verification of payload: C:\ProgramData\Package 
Cache\.unverified\Netfx35Web
  [1078:0B24][2012-11-28T02:45:54]: Error 0x800b0003: Failed to verify 
signature of payload: Netfx35Web
  [1078:0B24][2012-11-28T02:45:54]: Failed to verify payload: 
Netfx35Web at path: C:\ProgramData\Package Cache\.unverified\Netfx35Web, error: 
0x800b0003. Deleting file.
  [1078:0B24][2012-11-28T02:45:54]: Error 0x800b0003: Failed to cache 
payload: Netfx35Web
  [17A8:0840][2012-11-28T02:45:54]: Failed to cache payload: Netfx35Web 
from working path: 
C:\Users\username\AppData\Local\Temp\{8d330a63-0744-459c-8b02-7ecf17b26950}\Netfx35Web,
 error: 0x800b0003.
  [17A8:0840][2012-11-28T02:45:54]: Application requested retry of 
payload: Netfx35Web, encountered error: 0x800b0003. Retrying...
  [17A8:0840][2012-11-28T02:45:54]: Prompt for source of package: 
Netfx35Web, payload: Netfx35Web, path: D:\Public\NTM\redist\dotnetfx35.exe
  [17A8:0840][2012-11-28T02:45:54]: Acquiring package: Netfx35Web, 
payload: Netfx35Web, download from: 
http://download.microsoft.com/download/2/0/e/20e90413-712f-438c-988e-fdaa79a8ac3d/dotnetfx35.exe
  [17A8:0840][2012-11-28T03:10:27]: Error 0x80072ee2: Failed while 
reading from internet.
  [17A8:0840][2012-11-28T03:10:27]: Error 0x80072ee2: Failed while 
reading from internet and writing to: 
C:\Users\username\AppData\Local\Temp\{8d330a63-0744-459c-8b02-7ecf17b26950}\Netfx35Web
  [17A8:0840][2012-11-28T03:10:27]: Error 0x80072ee2: Failed to 
download URL: 
http://download.microsoft.com/download/2/0/e/20e90413-712f-438c-988e-fdaa79a8ac3d/dotnetfx35.exe
  [17A8:0840][2012-11-28T03:10:27]: Error 0x80072ee2: Failed attempt to 
download URL: 
'http://download.microsoft.com/download/2/0/e/20e90413-712f-438c-988e-fdaa79a8ac3d/dotnetfx35.exe'
 to: 
'C:\Users\username\AppData\Local\Temp\{8d330a63-0744-459c-8b02-7ecf17b26950}\Netfx35Web'
  [17A8:0840][2012-11-28T03:10:27]: Error 0x80072ee2: Failed to acquire 
payload from: 
'http://download.microsoft.com/download/2/0/e/20e90413-712f-438c-988e-fdaa79a8ac3d/dotnetfx35.exe'
 to working path: 
'C:\Users\username\AppData\Local\Temp\{8d330a63-0744-459c-8b02-7ecf17b26950}\Netfx35Web'
  [17A8:0840][2012-11-28T03:10:27]: Failed to acquire payload: 
Netfx35Web to working path: 

[WiX-users] Wix Burn. Cancel of prerequisites does not work

2012-11-22 Thread vasjko
Hi,

I have a custom bundle which is used like prerequisite for my MBA. It installs 
some components (WIC) and .Net 4.0.
The prerequisites install UI is hidden, (InstallCommand=/q /norestart 
/ChainingPackage quot;[WixBundleName]quot; ), 
but when I press cancel on my prerequisites UI(shown by main bundle), the 
installation of prerequisites is not cancelled(processes are running and . Net 
keeps installing), however main install UI shows cancelled state.

How to cancel such prerequisites installation properly?

Thanks.
Vasyl

-- реклама ---
Поторопись зарегистрировать самый короткий почтовый адрес @i.ua
http://mail.i.ua/reg - и получи 1Gb для хранения писем


--
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Wix Burn. Cancel of prerequisites does not work

2012-11-22 Thread vasjko
Any ideas on this?

22.11.2012 15:12, vasjko vas...@ua.fm
Hi,
 
 I have a custom bundle which is used like prerequisite for my MBA. It 
 installs some components (WIC) and .Net 4.0.
 The prerequisites install UI is hidden, (InstallCommand=/q /norestart 
 /ChainingPackage [WixBundleName] ), 
 but when I press cancel on my prerequisites UI(shown by main bundle), the 
 installation of prerequisites is not cancelled(processes are running and . 
 Net keeps installing), however main install UI shows cancelled state.
 
 How to cancel such prerequisites installation properly?
 
 Thanks.
 Vasyl
 
 
 --
 Monitor your physical, virtual and cloud infrastructure from a single
 web console. Get in-depth insight into apps, servers, databases, vmware,
 SAP, cloud infrastructure, etc. Download 30-day Free Trial.
 Pricing starts from $795 for 25 servers or applications!
 http://p.sf.net/sfu/zoho_dev2dev_nov
 ___
 WiX-users mailing list
 WiX-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wix-users

-- реклама ---
Поторопись зарегистрировать самый короткий почтовый адрес @i.ua
http://mail.i.ua/reg - и получи 1Gb для хранения писем


--
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Wix Burn Open log file before BA is closed

2012-11-14 Thread vasjko
Hi 

I want to allow users to review log file after installs complete. I found on 
mailing list that path to log file is in WixBundleLog variable, but for me 
log file is created only if I close my MBA.
Is there any way to say Engine create log file after installation complete, but 
before user close MBA?

Thanks,
Vasyl

-- реклама ---
С каждым доменом и хостингом по 600 грн на Google AdWords в подарок!
http://freehost.ua


--
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Wix Burn: How to customize MBA prerequisites

2012-11-06 Thread vasjko
Hi,

My MBA requires .Net framework to be installed. If .Net is not present the 
standard dialog appears with .Net installation confimation.
Is there any way to customize this confimation dialog or just change the logo 
image for this dialog?

p.s. I've found that theme of this dialog is in mbapreq.thm file, is there any 
way to set custom theme for prerequisites?

Thanks
Vasyl

-- реклама ---
Телефоны по самым лучшим ценам! 
http://mobile.aukro.ua/


--
LogMeIn Central: Instant, anywhere, Remote PC access and management.
Stay in control, update software, and manage PCs from one command center
Diagnose problems and improve visibility into emerging IT issues
Automate, monitor and manage. Do more in less time with Central
http://p.sf.net/sfu/logmein12331_d2d
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Wix Burn: How to customize MBA prerequisites

2012-11-06 Thread vasjko
Found the answer here: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/customizing-burn-prerequisite-boostrapper-image-in-theme-td7205852.html

06.11.2012 14:20, vasjko 
Hi,
 
 My MBA requires .Net framework to be installed. If .Net is not present the 
 standard dialog appears with .Net installation confimation.
 Is there any way to customize this confimation dialog or just change the logo 
 image for this dialog?
 
 p.s. I've found that theme of this dialog is in mbapreq.thm file, is there 
 any way to set custom theme for prerequisites?
 
 Thanks
 Vasyl
 
 -- реклама ---
 Телефоны по самым лучшим ценам! 
 http://mobile.aukro.ua/
 
 
 --
 LogMeIn Central: Instant, anywhere, Remote PC access and management.
 Stay in control, update software, and manage PCs from one command center
 Diagnose problems and improve visibility into emerging IT issues
 Automate, monitor and manage. Do more in less time with Central
 http://p.sf.net/sfu/logmein12331_d2d
 ___
 WiX-users mailing list
 WiX-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wix-users

-- реклама ---
Телефоны по самым лучшим ценам! 
http://mobile.aukro.ua/


--
LogMeIn Central: Instant, anywhere, Remote PC access and management.
Stay in control, update software, and manage PCs from one command center
Diagnose problems and improve visibility into emerging IT issues
Automate, monitor and manage. Do more in less time with Central
http://p.sf.net/sfu/logmein12331_d2d
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Wix Burn: Bundle condition does not work if using MBA

2012-11-05 Thread vasjko
Hi,

I'm using bundle condition in WIX burn like this:
 bal:Condition Message='This OS version is not supported.' (VersionNT gt;= 
v6.2)/bal:Condition, where bal is 
xmlns:bal=http://schemas.microsoft.com/wix/BalExtension;

It works fine and blocks installation if BootstrapperApplicationRef 
Id=WixStandardBootstrapperApplication.RtfLicense /, but does not work if 
BootstrapperApplicationRef Id=ManagedBootstrapperApplicationHost. I can 
check this condition using Engine.EvaluateCondition in my MBA C# code, but I 
would like to check this before I'm calling managed code or installing .Net

Is there any way to make this condition work in Bundle?

Thanks
Vasyl

-- реклама ---
Телефоны по самым лучшим ценам! 
http://mobile.aukro.ua/


--
LogMeIn Central: Instant, anywhere, Remote PC access and management.
Stay in control, update software, and manage PCs from one command center
Diagnose problems and improve visibility into emerging IT issues
Automate, monitor and manage. Do more in less time with Central
http://p.sf.net/sfu/logmein12331_d2d
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] WIX Burn: Optionally run application after install

2012-11-01 Thread vasjko
Hi guys,

I have custom theme for burn UI where I have custom checkbox. After 
installation(when user closes botstrapper) I want to run two applications 
installed by one msi based on checkbox value. Is there any way to do this 
without creating MBA?

Thanks in advance,
Vasyl



-- реклама ---
Поторопись зарегистрировать самый короткий почтовый адрес @i.ua
http://mail.i.ua/reg - и получи 1Gb для хранения писем


--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_sfd2d_oct
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] WIX: COM registration does not work with UAC

2012-05-23 Thread vasjko
Hello All,

I'm using Heat.exe to get registration information for my libraries and include 
this info in my Wix code.

The registration works fine on machines when UAC is off, but it doesn't work on 
machines where UAC is on. This happens even if I run my msi as 
administrator(from bootstrapper or cmd)

Does anyone have an idea why does it happen?

Thanks in advance,
Vasyl


-- реклама ---
Хостинг с доменом от 9.8 грн в месяц
http://freehost.ua


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


Re: [WiX-users] WIX: COM registration does not work with UAC

2012-05-23 Thread vasjko
It is per-user

23.05.2012 19:07, Pally Sandher pally.sand...@iesve.com
Is your MSI per-machine or per-user?
 
 
 Palbinder Sandher 
 Software Platform Engineer 
 T: +44 (0) 141 945 8500
 F: +44 (0) 141 945 8501
 http://www.iesve.com 
 
 **Design, Simulate + Innovate with the Virtual Environment** 
 Integrated Environmental Solutions Limited. Registered in Scotland No. 
 SC151456
 Registered Office - Helix Building, West Of Scotland Science Park, Glasgow 
 G20 0SP
 Email Disclaimer 
 
 
 
 -Original Message-
 From: vasjko [mailto:vas...@ua.fm] 
 Sent: 23 May 2012 17:02
 To: wix-users@lists.sourceforge.net
 Subject: [WiX-users] WIX: COM registration does not work with UAC
 
 Hello All,
 
 I'm using Heat.exe to get registration information for my libraries and 
 include this info in my Wix code.
 
 The registration works fine on machines when UAC is off, but it doesn't work 
 on machines where UAC is on. This happens even if I run my msi as 
 administrator(from bootstrapper or cmd)
 
 Does anyone have an idea why does it happen?
 
 Thanks in advance,
 Vasyl
 
 
 -- реклама ---
 Хостинг с доменом от 9.8 грн в месяц
 http://freehost.ua
 
 
 --
 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

-- реклама ---
Хостинг с доменом от 9.8 грн в месяц
http://freehost.ua


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


Re: [WiX-users] WIX: COM registration does not work with UAC

2012-05-23 Thread vasjko
Thanks for correct question Pally, tried per-machine MSI version and it works 
fine.

Do you know how to make it works for per-user installation?

Thanks

23.05.2012 19:07, Pally Sandher pally.sand...@iesve.com
Is your MSI per-machine or per-user?
 
 
 Palbinder Sandher 
 Software Platform Engineer 
 T: +44 (0) 141 945 8500
 F: +44 (0) 141 945 8501
 http://www.iesve.com 
 
 **Design, Simulate + Innovate with the Virtual Environment** 
 Integrated Environmental Solutions Limited. Registered in Scotland No. 
 SC151456
 Registered Office - Helix Building, West Of Scotland Science Park, Glasgow 
 G20 0SP
 Email Disclaimer 
 
 
 
 -Original Message-
 From: vasjko [mailto:vas...@ua.fm] 
 Sent: 23 May 2012 17:02
 To: wix-users@lists.sourceforge.net
 Subject: [WiX-users] WIX: COM registration does not work with UAC
 
 Hello All,
 
 I'm using Heat.exe to get registration information for my libraries and 
 include this info in my Wix code.
 
 The registration works fine on machines when UAC is off, but it doesn't work 
 on machines where UAC is on. This happens even if I run my msi as 
 administrator(from bootstrapper or cmd)
 
 Does anyone have an idea why does it happen?
 
 Thanks in advance,
 Vasyl
 
 
 -- реклама ---
 Хостинг с доменом от 9.8 грн в месяц
 http://freehost.ua
 
 
 --
 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

-- реклама ---
Хостинг с доменом от 9.8 грн в месяц
http://freehost.ua


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


Re: [WiX-users] WIX: COM registration does not work with UAC

2012-05-23 Thread vasjko
By not working I mean that my application which use component show Runtime 
error 429:ActiveX component can't create object
If I register my library using regsvr32, application works fine. This happens 
only MSI was installed per-user when UAC is on

23.05.2012 21:58, Wilson, Phil phil.wil...@invensys.com
It might actually be working for per-user...
 
 A genuine per-user COM registration will be in HKCU for the installing user - 
 it won't be exposed to the entire system. In what sense is it not working? 
 
 Phil W 
 
 -Original Message-
 From: vasjko [mailto:vas...@ua.fm] 
 Sent: Wednesday, May 23, 2012 11:19 AM
 To: General discussion for Windows Installer XML toolset.
 Subject: Re: [WiX-users] WIX: COM registration does not work with UAC
 
 Thanks for correct question Pally, tried per-machine MSI version and it works 
 fine.
 
 Do you know how to make it works for per-user installation?
 
 Thanks
 
 23.05.2012 19:07, Pally Sandher pally.sand...@iesve.com
 Is your MSI per-machine or per-user?
  
  
  Palbinder Sandher
  Software Platform Engineer
  T: +44 (0) 141 945 8500
  F: +44 (0) 141 945 8501
  http://www.iesve.com
  
  **Design, Simulate + Innovate with the Virtual Environment** 
  Integrated Environmental Solutions Limited. Registered in Scotland No. 
  SC151456 Registered Office - Helix Building, West Of Scotland Science 
  Park, Glasgow G20 0SP Email Disclaimer
  
  
  
  -Original Message-
  From: vasjko [mailto:vas...@ua.fm]
  Sent: 23 May 2012 17:02
  To: wix-users@lists.sourceforge.net
  Subject: [WiX-users] WIX: COM registration does not work with UAC
  
  Hello All,
  
  I'm using Heat.exe to get registration information for my libraries and 
  include this info in my Wix code.
  
  The registration works fine on machines when UAC is off, but it 
  doesn't work on machines where UAC is on. This happens even if I run 
  my msi as administrator(from bootstrapper or cmd)
  
  Does anyone have an idea why does it happen?
  
  Thanks in advance,
  Vasyl
  
  
  -- реклама ---
  Хостинг с доменом от 9.8 грн в месяц
  http://freehost.ua
  
  
  --
  
  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
 
 -- реклама ---
 Хостинг с доменом от 9.8 грн в месяц
 http://freehost.ua
 
 
 --
 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
 
 *** Confidentiality Notice: This e-mail, including any associated or attached 
 files, is intended solely for the individual or entity to which it is 
 addressed. This e-mail is confidential and may well also be legally 
 privileged. If you have received it in error, you are on notice of its 
 status. Please notify the sender immediately by reply e-mail and then delete 
 this message from your system. Please do not copy it or use it for any 
 purposes, or disclose its contents to any other person. This email comes from 
 a division of the Invensys Group, owned by Invensys plc, which is a company 
 registered in England and Wales with its registered office at 3rd Floor, 40 
 Grosvenor Place, London, SW1X 7AW (Registered number 166023). For a list of 
 European legal entities within the Invensys Group, please go to 
 http://www.invensys.com/en/legal/default.aspx.
 
 You may contact Invensys plc on +44 (0)20 3155 1200 or e-mail 
 recept...@invensys.com