[WiX-users] unsubscribe

2015-07-07 Thread Cedric Lebrun

--
Don't Limit Your Business. Reach for the Cloud.
GigeNET's Cloud Solutions provide you with the tools and support that
you need to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Unsubscribe.

2014-10-11 Thread Rob L
Unsubscribe thanks for the help.
--
Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
http://p.sf.net/sfu/Zoho
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] unsubscribe me

2014-08-25 Thread Shree Krishnamurthi


-Original Message-
From: wix-users-requ...@lists.sourceforge.net 
[mailto:wix-users-requ...@lists.sourceforge.net] 
Sent: Friday, August 22, 2014 6:38 AM
To: wix-users@lists.sourceforge.net
Subject: WiX-users Digest, Vol 99, Issue 46

Send WiX-users mailing list submissions to
wix-users@lists.sourceforge.net

To subscribe or unsubscribe via the World Wide Web, visit
https://lists.sourceforge.net/lists/listinfo/wix-users
or, via email, send a message with subject or body 'help' to
wix-users-requ...@lists.sourceforge.net

You can reach the person managing the list at
wix-users-ow...@lists.sourceforge.net

When replying, please edit your Subject line so it is more specific than "Re: 
Contents of WiX-users digest..."


Today's Topics:

   1. Re: Dynamic dialog workflow (David G. van Hoose)
   2. Re: Leave components installed between upgrades -but  not
  permanent? (Spud)
   3. Re: Burn not show installed prerequisites (LocalDB) MSI in
  Program and Features (Spud)
   4. Re: Antivirus is blocking execution of standard bootstrapper
  application (Spud)
   5. Re: Burn not show installed prerequisites (LocalDB) MSI in
  Program and Features (Mrugesh Patel)
   6. Re: Download and Install Selected Msi packages using custom
  bootstrapper (Saravanan)
   7. How to display uninstall progress bar using BootStrapper
  Application (linos)
   8. How to reference variables within an msi that are set in
  bootstrapper app (linos)
   9. Re: How to reference variables within an msi that are set in
  bootstrapper app (John Cooper)


--

Message: 1
Date: Thu, 21 Aug 2014 16:26:21 -0500
From: "David G. van Hoose" 
Subject: Re: [WiX-users] Dynamic dialog workflow
To: 
Message-ID: <323A95C266EC4840BFEDF9148A81B40D@Bahamut>
Content-Type: text/plain;   charset="UTF-8"

Hello,

I finally figured it out. I had >< instead of <> in my inequality conditions. 
Orca for the win!

Regards,
David

From: David G. van Hoose
Sent: Wednesday, August 20, 2014 14:31
To: wix-users@lists.sourceforge.net
Subject: Dynamic dialog workflow

Hello,

I have read through lots of documentation and examples over the last year and 
have made a nice web service installer. Originally, my users (web server 
admins) wanted to be able to specify existing web sites during installation, so 
I made custom (Internal UI) dialogs and some custom actions that communicate 
with the Server Manager. Now, some of the admins want the installer to create 
new application pools and web sites instead of using existing ones. My first 
thought was to employ mux conditions on my PushButton?s published NewDialog 
events, but those do not work.

Using the Internal UI, is there a way to have the workflow progress to 
different dialogs based on the value of a ComboBox property?

If not, what alternatives would be my best options for a dynamic dialog 
workflow?

Regards,
David


--

Message: 2
Date: Fri, 22 Aug 2014 03:24:16 -0700 (PDT)
From: Spud 
Subject: Re: [WiX-users] Leave components installed between upgrades
-butnot permanent?
To: wix-users@lists.sourceforge.net
Message-ID: <1408703056301-7596468.p...@n2.nabble.com>
Content-Type: text/plain; charset=us-ascii

Thanks for the reply (Schedule major upgrade late and ensure Component Rules 
are followed. ) Rob.

I'm not sure I follow.

Hopefully I'm following the component rules as all resources used more than 
once are only installed via one MSI in the GAC - lets call it 
SharedComponents.msi.

In my (simplified) chain, I have
-ProductA.msi
-ProductB.msi
-ProductC.msi
-SharedComponents.msi.

SharedComponents.msi gets installed when either product A,B or C are installed. 

If I schedule a major upgrade late (schedule RemoveExistingProducts after
InstallFinalize) and define the MsiPackage in the chain with a DownloadURL, 
will this effectively
a) Skip downloading the SharedComponents.msi as it will already be in the cache
b) run but ultimately leave the resources untouched  as it would (usually) have 
no updates and no removals due to being the same MSI ?

Thanks again.

Sorry if this is a silly Q - the problem I have is that we generally only have 
to update our installers every 6-8 months, by which time I've forgotten 
everything .



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Leave-components-installed-between-upgrades-but-not-permanent-tp7596436p7596468.html
Sent from the wix-users mailing list archive at Nabble.com.



--

Message: 3
Date: Fri, 22 Aug 2014 03:29:19 -0700 (PDT)
From: Spud 
Subject: Re: [WiX-users] Burn not show installed prerequisites
(LocalDB) MSI in Program and Features
To: wix-users@lists.sourceforge.net
Message-ID: <1408703359676-7596469.p...@n2.nabble.com>
Content-Type: text/plain; charset=us-ascii

If I understand your situation c

[WiX-users] unsubscribe

2014-06-06 Thread William Heitler


Dr W J Heitler
School of Biology
University of St Andrews
01334 463460
www.st-andrews.ac.uk/~wjh

-Original Message-
From: sandyGSS [mailto:sandhya@gmail.com] 
Sent: 06 June 2014 15:07
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] .ocx file is not registered in windows 8

But I tried to check in my machine when I got the error. But there aren't any 
odbc drivers and also for our product we try to use oledb drivers .

Let me try to add one by one module in to the msi and test it out.

Thanks
Sandhya 



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/ocx-file-is-not-registered-in-windows-8-tp7595015p7595086.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Learn Graph Databases - Download FREE O'Reilly Book "Graph Databases" is the 
definitive new guide to graph databases and their applications. Written by 
three acclaimed leaders in the field, this first edition is now available. 
Download your free book today!
http://p.sf.net/sfu/NeoTech
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

--
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their 
applications. Written by three acclaimed leaders in the field, 
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/NeoTech
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] unsubscribe

2014-05-16 Thread b . rasing
Dit mailadres is niet meer in gebruik. Mail kan je voortaan sturen naar 
basti...@careercontrol.nl.



--
"Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos.
Get unparalleled scalability from the best Selenium testing platform available
Simple to use. Nothing to install. Get started now for free."
http://p.sf.net/sfu/SauceLabs
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] unsubscribe

2014-05-16 Thread Ben Metheny
The "Project.app" file is one feature in the msi, there is also an IIS
website and SQL database - all components of a SharePoint app. Some of the
data collected or passed in needs placed in web.config and the app.manifest
(xml) inside the zip. This file needs uploaded to a catalog somewhere so is
being placed in a data folder along with some scripts. I can write a C#
custom action to perform the modification but since it's using values I'll
remember and is an xml mod I was hoping I could stay out of writing a
managed custom action, I just need the ability to either modify an xml file
that's in a zip or compress some files into a zip after modifying one.
On May 15, 2014 4:17 PM, "Ed Tenholder"  wrote:

> On May 15, 2014 3:14 PM, Pavan Konduru  wrote:
> It's usually best not to include zip files as the installer treats it as a
> single entity.
> When you blow up the contents of the zip file through custom actions, the
> installer cannot track those contents as part of upgrade/uninstall/patch.
>
> --Pavan
>
> -Original Message-
> From: John Cooper [mailto:jocoo...@jackhenry.com]
> Sent: Thursday, May 15, 2014 1:07 PM
> To: General discussion about the WiX toolset.
> Subject: Re: [WiX-users] Zip File Manipulation
>
> We use DotNetZip.  There's a NuGet package for it, and writing a C# CA
> from it to do what you want is pretty easy.
>
> --
> John Merryweather Cooper
> Build & Install Engineer - ESA
> Jack Henry & Associates, Inc.®
> Shawnee Mission, KS  66227
> Office:  913-341-3434 x791011
> jocoo...@jackhenry.com
> www.jackhenry.com
>
>
>
> -Original Message-
> From: Ben Metheny [mailto:benmeth...@gmail.com]
> Sent: Thursday, May 15, 2014 1:38 PM
> To: wix-users@lists.sourceforge.net
> Subject: [WiX-users] Zip File Manipulation
>
> Are there any existing custom actions that can compress a directory or
> list of files into a zip? I need this because part of the install payload
> is an 'App Package', this is a '.app' file which is just a zip with
> alternate extension. I need to modify an XML file which is the 'manifest'
> for this 'App Package' then compress it and a few other files into a file
> which I can use to then install. I've got a managed custom action that will
> work but would prefer to stick an unmanaged action if available.
>
> --
> "Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
> Instantly run your Selenium tests across 300+ browser/OS combos.
> Get unparalleled scalability from the best Selenium testing platform
> available Simple to use. Nothing to install. Get started now for free."
> http://p.sf.net/sfu/SauceLabs
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
> NOTICE: This electronic mail message and any files transmitted with it are
> intended exclusively for the individual or entity to which it is addressed.
> The message, together with any attachment, may contain confidential and/or
> privileged information.
> Any unauthorized review, use, printing, saving, copying, disclosure or
> distribution is strictly prohibited. If you have received this message in
> error, please immediately advise the sender by reply email and delete all
> copies.
>
>
>
> --
> "Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
> Instantly run your Selenium tests across 300+ browser/OS combos.
> Get unparalleled scalability from the best Selenium testing platform
> available Simple to use. Nothing to install. Get started now for free."
> http://p.sf.net/sfu/SauceLabs
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
>
>
>
> --
> "Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
> Instantly run your Selenium tests across 300+ browser/OS combos.
> Get unparalleled scalability from the best Selenium testing platform
> available
> Simple to use. Nothing to install. Get started now for free."
> http://p.sf.net/sfu/SauceLabs
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
> --
> "Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
> Instantly run your Selenium tests across 300+ browser/OS combos.
> Get unparalleled scalability from the best Selenium testing platform
> available
> Simple to use. Nothing to install. Get started now for free."
> http://p.sf.net/sfu/SauceLabs
> ___
> WiX-users mailing list
> Wi

Re: [WiX-users] unsubscribe

2014-05-15 Thread John Cooper
All true.  We assembly a Zip file for consumption as a plugin by one of our 
applications.  The files in the Zip file are explicitly NOT tracked.  They are 
only deployed into temporary folders which are purged on install or upgrade.

--
John Merryweather Cooper
Build & Install Engineer - ESA
Jack Henry & Associates, Inc.®
Shawnee Mission, KS  66227
Office:  913-341-3434 x791011
jocoo...@jackhenry.com
www.jackhenry.com



-Original Message-
From: Ed Tenholder [mailto:e...@tenholder.net] 
Sent: Thursday, May 15, 2014 3:15 PM
To: General discussion about the WiX toolset.
Subject: Re: [WiX-users] unsubscribe

On May 15, 2014 3:14 PM, Pavan Konduru  wrote:
It's usually best not to include zip files as the installer treats it as a 
single entity.
When you blow up the contents of the zip file through custom actions, the 
installer cannot track those contents as part of upgrade/uninstall/patch.

--Pavan

-Original Message-
From: John Cooper [mailto:jocoo...@jackhenry.com]
Sent: Thursday, May 15, 2014 1:07 PM
To: General discussion about the WiX toolset.
Subject: Re: [WiX-users] Zip File Manipulation

We use DotNetZip.  There's a NuGet package for it, and writing a C# CA from it 
to do what you want is pretty easy.

--
John Merryweather Cooper
Build & Install Engineer - ESA
Jack Henry & Associates, Inc.®
Shawnee Mission, KS  66227
Office:  913-341-3434 x791011
jocoo...@jackhenry.com
www.jackhenry.com<http://www.jackhenry.com>



-Original Message-
From: Ben Metheny [mailto:benmeth...@gmail.com]
Sent: Thursday, May 15, 2014 1:38 PM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Zip File Manipulation

Are there any existing custom actions that can compress a directory or list of 
files into a zip? I need this because part of the install payload is an 'App 
Package', this is a '.app' file which is just a zip with alternate extension. I 
need to modify an XML file which is the 'manifest' for this 'App Package' then 
compress it and a few other files into a file which I can use to then install. 
I've got a managed custom action that will work but would prefer to stick an 
unmanaged action if available.
--
"Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE 
Instantly run your Selenium tests across 300+ browser/OS combos.
Get unparalleled scalability from the best Selenium testing platform available 
Simple to use. Nothing to install. Get started now for free."
http://p.sf.net/sfu/SauceLabs
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users
NOTICE: This electronic mail message and any files transmitted with it are 
intended exclusively for the individual or entity to which it is addressed. The 
message, together with any attachment, may contain confidential and/or 
privileged information.
Any unauthorized review, use, printing, saving, copying, disclosure or 
distribution is strictly prohibited. If you have received this message in 
error, please immediately advise the sender by reply email and delete all 
copies.


--
"Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE 
Instantly run your Selenium tests across 300+ browser/OS combos.
Get unparalleled scalability from the best Selenium testing platform available 
Simple to use. Nothing to install. Get started now for free."
http://p.sf.net/sfu/SauceLabs
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users



--
"Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE 
Instantly run your Selenium tests across 300+ browser/OS combos.
Get unparalleled scalability from the best Selenium testing platform available 
Simple to use. Nothing to install. Get started now for free."
http://p.sf.net/sfu/SauceLabs
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users
--
"Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE 
Instantly run your Selenium tests across 300+ browser/OS combos.
Get unparalleled scalability from the best Selenium testing platform available 
Simple to use. Nothing to install. Get started now for free."
http://p.sf.net/sfu/SauceLabs
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users
NOTICE: This electronic mail message and any f

Re: [WiX-users] unsubscribe

2014-05-15 Thread Ed Tenholder
On May 15, 2014 3:14 PM, Pavan Konduru  wrote:
It's usually best not to include zip files as the installer treats it as a 
single entity.
When you blow up the contents of the zip file through custom actions, the 
installer cannot track those contents as part of upgrade/uninstall/patch.

--Pavan

-Original Message-
From: John Cooper [mailto:jocoo...@jackhenry.com]
Sent: Thursday, May 15, 2014 1:07 PM
To: General discussion about the WiX toolset.
Subject: Re: [WiX-users] Zip File Manipulation

We use DotNetZip.  There's a NuGet package for it, and writing a C# CA from it 
to do what you want is pretty easy.

--
John Merryweather Cooper
Build & Install Engineer - ESA
Jack Henry & Associates, Inc.®
Shawnee Mission, KS  66227
Office:  913-341-3434 x791011
jocoo...@jackhenry.com
www.jackhenry.com



-Original Message-
From: Ben Metheny [mailto:benmeth...@gmail.com]
Sent: Thursday, May 15, 2014 1:38 PM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Zip File Manipulation

Are there any existing custom actions that can compress a directory or list of 
files into a zip? I need this because part of the install payload is an 'App 
Package', this is a '.app' file which is just a zip with alternate extension. I 
need to modify an XML file which is the 'manifest' for this 'App Package' then 
compress it and a few other files into a file which I can use to then install. 
I've got a managed custom action that will work but would prefer to stick an 
unmanaged action if available.
--
"Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE 
Instantly run your Selenium tests across 300+ browser/OS combos.
Get unparalleled scalability from the best Selenium testing platform available 
Simple to use. Nothing to install. Get started now for free."
http://p.sf.net/sfu/SauceLabs
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users
NOTICE: This electronic mail message and any files transmitted with it are 
intended exclusively for the individual or entity to which it is addressed. The 
message, together with any attachment, may contain confidential and/or 
privileged information.
Any unauthorized review, use, printing, saving, copying, disclosure or 
distribution is strictly prohibited. If you have received this message in 
error, please immediately advise the sender by reply email and delete all 
copies.


--
"Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE 
Instantly run your Selenium tests across 300+ browser/OS combos.
Get unparalleled scalability from the best Selenium testing platform available 
Simple to use. Nothing to install. Get started now for free."
http://p.sf.net/sfu/SauceLabs
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users



--
"Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos.
Get unparalleled scalability from the best Selenium testing platform available
Simple to use. Nothing to install. Get started now for free."
http://p.sf.net/sfu/SauceLabs
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users
--
"Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos.
Get unparalleled scalability from the best Selenium testing platform available
Simple to use. Nothing to install. Get started now for free."
http://p.sf.net/sfu/SauceLabs
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] unsubscribe

2014-04-11 Thread Tom McMillan

--
Put Bad Developers to Shame
Dominate Development with Jenkins Continuous Integration
Continuously Automate Build, Test & Deployment 
Start a new project now. Try Jenkins in the cloud.
http://p.sf.net/sfu/13600_Cloudbees
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] unsubscribe

2014-02-25 Thread Shyam Kananm
 

--
Flow-based real-time traffic analytics software. Cisco certified tool.
Monitor traffic, SLAs, QoS, Medianet, WAAS etc. with NetFlow Analyzer
Customize your own dashboards, set traffic alerts and generate reports.
Network behavioral analysis & security monitoring. All-in-one tool.
http://pubads.g.doubleclick.net/gampad/clk?id=126839071&iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] unsubscribe

2014-01-08 Thread Vidya Kukke

--
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Unsubscribe

2013-11-15 Thread Alain Forget
I wonder if we can add to the mailing list sig a message as such, "To 
unsubscribe, please go here 
https://lists.sourceforge.net/lists/listinfo/wix-users and enter your e-mail 
address at the bottom of the page".

Even if we could add such a message, I wonder if people would even see it 
rather than send out Unsubscribe requests like this.

-Original Message-
From: Carter Young [mailto:ecyo...@grandecom.net] 
Sent: Friday, November 15, 2013 09:52
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Unsubscribe

Or if you prefer, change the mailing method to digests.

Quoting Alain Forget :

> Unsubscribe yourself: https://lists.sourceforge.net/lists/listinfo/wix-users
>
> -Original Message-
> From: Chirayu Shishodiya [mailto:chirayu.shishod...@red-gate.com]
> Sent: Friday, November 15, 2013 08:21
> To: WiX-users@lists.sourceforge.net
> Subject: [WiX-users] Unsubscribe
>
> Please unsubscribe this email off this list!
>
> Thanks!
>
> CHIRAYU SHISHODIYA
> Software Engineer
> Red Gate<http://www.red-gate.com/>
>
> --
> DreamFactory - Open Source REST & JSON Services for HTML5 & Native Apps
> OAuth, Users, Roles, SQL, NoSQL, BLOB Storage and External API Access
> Free app hosting. Or install the open source package on any LAMP server.
> Sign up and see examples for AngularJS, jQuery, Sencha Touch and Native!
> http://pubads.g.doubleclick.net/gampad/clk?id=63469471&iu=/4140/ostg.clktrk
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
>
> --
> DreamFactory - Open Source REST & JSON Services for HTML5 & Native Apps
> OAuth, Users, Roles, SQL, NoSQL, BLOB Storage and External API Access
> Free app hosting. Or install the open source package on any LAMP server.
> Sign up and see examples for AngularJS, jQuery, Sencha Touch and Native!
> http://pubads.g.doubleclick.net/gampad/clk?id=63469471&iu=/4140/ostg.clktrk
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
>




--
DreamFactory - Open Source REST & JSON Services for HTML5 & Native Apps
OAuth, Users, Roles, SQL, NoSQL, BLOB Storage and External API Access
Free app hosting. Or install the open source package on any LAMP server.
Sign up and see examples for AngularJS, jQuery, Sencha Touch and Native!
http://pubads.g.doubleclick.net/gampad/clk?id=63469471&iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


--
DreamFactory - Open Source REST & JSON Services for HTML5 & Native Apps
OAuth, Users, Roles, SQL, NoSQL, BLOB Storage and External API Access
Free app hosting. Or install the open source package on any LAMP server.
Sign up and see examples for AngularJS, jQuery, Sencha Touch and Native!
http://pubads.g.doubleclick.net/gampad/clk?id=63469471&iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Unsubscribe

2013-11-15 Thread Carter Young
Or if you prefer, change the mailing method to digests.

Quoting Alain Forget :

> Unsubscribe yourself: https://lists.sourceforge.net/lists/listinfo/wix-users
>
> -Original Message-
> From: Chirayu Shishodiya [mailto:chirayu.shishod...@red-gate.com]
> Sent: Friday, November 15, 2013 08:21
> To: WiX-users@lists.sourceforge.net
> Subject: [WiX-users] Unsubscribe
>
> Please unsubscribe this email off this list!
>
> Thanks!
>
> CHIRAYU SHISHODIYA
> Software Engineer
> Red Gate<http://www.red-gate.com/>
>
> --
> DreamFactory - Open Source REST & JSON Services for HTML5 & Native Apps
> OAuth, Users, Roles, SQL, NoSQL, BLOB Storage and External API Access
> Free app hosting. Or install the open source package on any LAMP server.
> Sign up and see examples for AngularJS, jQuery, Sencha Touch and Native!
> http://pubads.g.doubleclick.net/gampad/clk?id=63469471&iu=/4140/ostg.clktrk
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
>
> --
> DreamFactory - Open Source REST & JSON Services for HTML5 & Native Apps
> OAuth, Users, Roles, SQL, NoSQL, BLOB Storage and External API Access
> Free app hosting. Or install the open source package on any LAMP server.
> Sign up and see examples for AngularJS, jQuery, Sencha Touch and Native!
> http://pubads.g.doubleclick.net/gampad/clk?id=63469471&iu=/4140/ostg.clktrk
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
>




--
DreamFactory - Open Source REST & JSON Services for HTML5 & Native Apps
OAuth, Users, Roles, SQL, NoSQL, BLOB Storage and External API Access
Free app hosting. Or install the open source package on any LAMP server.
Sign up and see examples for AngularJS, jQuery, Sencha Touch and Native!
http://pubads.g.doubleclick.net/gampad/clk?id=63469471&iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Unsubscribe

2013-11-15 Thread Alain Forget
Unsubscribe yourself: https://lists.sourceforge.net/lists/listinfo/wix-users

-Original Message-
From: Chirayu Shishodiya [mailto:chirayu.shishod...@red-gate.com] 
Sent: Friday, November 15, 2013 08:21
To: WiX-users@lists.sourceforge.net
Subject: [WiX-users] Unsubscribe

Please unsubscribe this email off this list!

Thanks!

CHIRAYU SHISHODIYA
Software Engineer
Red Gate<http://www.red-gate.com/>

--
DreamFactory - Open Source REST & JSON Services for HTML5 & Native Apps
OAuth, Users, Roles, SQL, NoSQL, BLOB Storage and External API Access
Free app hosting. Or install the open source package on any LAMP server.
Sign up and see examples for AngularJS, jQuery, Sencha Touch and Native!
http://pubads.g.doubleclick.net/gampad/clk?id=63469471&iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


--
DreamFactory - Open Source REST & JSON Services for HTML5 & Native Apps
OAuth, Users, Roles, SQL, NoSQL, BLOB Storage and External API Access
Free app hosting. Or install the open source package on any LAMP server.
Sign up and see examples for AngularJS, jQuery, Sencha Touch and Native!
http://pubads.g.doubleclick.net/gampad/clk?id=63469471&iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Unsubscribe

2013-11-15 Thread Chirayu Shishodiya
Please unsubscribe this email off this list!

Thanks!

CHIRAYU SHISHODIYA
Software Engineer
Red Gate

--
DreamFactory - Open Source REST & JSON Services for HTML5 & Native Apps
OAuth, Users, Roles, SQL, NoSQL, BLOB Storage and External API Access
Free app hosting. Or install the open source package on any LAMP server.
Sign up and see examples for AngularJS, jQuery, Sencha Touch and Native!
http://pubads.g.doubleclick.net/gampad/clk?id=63469471&iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] UNSUBSCRIBE

2013-08-27 Thread Alain Forget
Your company blocks sourceforge.net? Huh.

There, I've just unsubscribed you. You should receive a confirmation e-mail 
probably asking you to click a link to confirm that hopefully your company 
doesn't block. If your company does block it, well then unless you can make a 
rule to route WiX-users mail directly into your trash, then I guess you're 
screwed, and you'll just have to enjoy our WiX technobabble. :-P


-Original Message-
From: msanc...@specservices.com [mailto:msanc...@specservices.com] 
Sent: Tuesday, August 27, 2013 18:53
To: afor...@cmu.edu; wix-users@lists.sourceforge.net
Subject: RE: [WiX-users] UNSUBSCRIBE

My company is blocking that site.

I didn't really need to unsubscribe but it seems as though I get an email for 
every entry added there.  It's as though I have been registered on a thread to 
receive replies, which I have never even posted anything.  How can this be 
turned off?


Mark Sanchez
Systems Developer
SPEC Services, Inc.


-Original Message-
From: Alain Forget [mailto:afor...@cmu.edu]
Sent: Tuesday, August 27, 2013 3:40 PM
To: 'General discussion for Windows Installer XML toolset.'
Subject: Re: [WiX-users] UNSUBSCRIBE

No.

Go here to unsubscribe yourself: 
https://lists.sourceforge.net/lists/listinfo/wix-users

-Original Message-
From: msanc...@specservices.com [mailto:msanc...@specservices.com]
Sent: Tuesday, August 27, 2013 18:26
To: WiX-users@lists.sourceforge.net
Subject: [WiX-users] UNSUBSCRIBE




Mark Sanchez
Systems Developer
SPEC Services, Inc.
--
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


--
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


--
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] UNSUBSCRIBE

2013-08-27 Thread msanchez
My company is blocking that site.

I didn't really need to unsubscribe but it seems as though I get an email for 
every entry added there.  It's as though I have been registered on a thread to 
receive replies, which I have never even posted anything.  How can this be 
turned off?


Mark Sanchez
Systems Developer
SPEC Services, Inc.


-Original Message-
From: Alain Forget [mailto:afor...@cmu.edu]
Sent: Tuesday, August 27, 2013 3:40 PM
To: 'General discussion for Windows Installer XML toolset.'
Subject: Re: [WiX-users] UNSUBSCRIBE

No.

Go here to unsubscribe yourself: 
https://lists.sourceforge.net/lists/listinfo/wix-users

-Original Message-
From: msanc...@specservices.com [mailto:msanc...@specservices.com]
Sent: Tuesday, August 27, 2013 18:26
To: WiX-users@lists.sourceforge.net
Subject: [WiX-users] UNSUBSCRIBE




Mark Sanchez
Systems Developer
SPEC Services, Inc.
--
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


--
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

--
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] UNSUBSCRIBE

2013-08-27 Thread Alain Forget
No.

Go here to unsubscribe yourself: 
https://lists.sourceforge.net/lists/listinfo/wix-users

-Original Message-
From: msanc...@specservices.com [mailto:msanc...@specservices.com] 
Sent: Tuesday, August 27, 2013 18:26
To: WiX-users@lists.sourceforge.net
Subject: [WiX-users] UNSUBSCRIBE




Mark Sanchez
Systems Developer
SPEC Services, Inc.
--
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


--
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] UNSUBSCRIBE

2013-08-27 Thread msanchez



Mark Sanchez
Systems Developer
SPEC Services, Inc.
--
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] unsubscribe

2013-08-14 Thread Alain Forget
Try the bottom of this page: 
https://lists.sourceforge.net/lists/listinfo/wix-users

-Original Message-
From: Mike Scott [mailto:mike.sc...@bbc.co.uk] 
Sent: Wednesday, August 14, 2013 07:44
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] unsubscribe

 


http://www.bbc.co.uk/
This e-mail (and any attachments) is confidential and may contain personal 
views which are not the views of the BBC unless specifically stated.
If you have received it in error, please delete it from your system.
Do not use, copy or disclose the information in any way nor act in reliance on 
it and notify the sender immediately.
Please note that the BBC monitors e-mails sent or received.
Further communication will signify your consent to this.

--
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


--
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] unsubscribe

2013-08-14 Thread Mike Scott
 


http://www.bbc.co.uk/
This e-mail (and any attachments) is confidential and may contain personal 
views which are not the views of the BBC unless specifically stated.
If you have received it in error, please delete it from your system.
Do not use, copy or disclose the information in any way nor act in reliance on 
it and notify the sender immediately.
Please note that the BBC monitors e-mails sent or received.
Further communication will signify your consent to this.

--
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] UNSUBSCRIBE

2013-05-07 Thread Doug Beard



NOTICE: This electronic mail message and any files transmitted with it are 
intended
exclusively for the individual or entity to which it is addressed. The message, 
together with any attachment, may contain confidential and/or privileged 
information.
Any unauthorized review, use, printing, saving, copying, disclosure or 
distribution 
is strictly prohibited. If you have received this message in error, please 
immediately advise the sender by reply email and delete all copies.
--
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and 
their applications. This 200-page book is written by three acclaimed 
leaders in the field. The early access version is available now. 
Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] unsubscribe

2012-12-17 Thread Allan Edwards

--
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] unsubscribe

2012-12-12 Thread Wesley Manning
Do you use outlook?   You could have outlook auto move to another folder.  Then 
you won't get notifications.

-Original Message-
From: robert.pri...@bentley.com [mailto:robert.pri...@bentley.com] 
Sent: December 12, 2012 7:28 PM
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] unsubscribe

Sorry. Just trying to reduce the amount of email alerts I get throughout the 
day.  I am sure I will be back shortly.  A lot more Burn stuff to learn :)

-Original Message-
From: Alexey Ivanov [mailto:alexey.iva...@gmail.com]
Sent: Wednesday, December 12, 2012 6:25 PM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] unsubscribe

Why? :(


2012/12/13 

>
>
> --
>  LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free 
> Trial Remotely access PCs and mobile devices and provide instant 
> support Improve your efficiency, and focus on delivering more 
> value-add services Discover what IT Professionals Know. Rescue 
> delivers http://p.sf.net/sfu/logmein_12329d2d
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
--
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial Remotely 
access PCs and mobile devices and provide instant support Improve your 
efficiency, and focus on delivering more value-add services Discover what IT 
Professionals Know. Rescue delivers http://p.sf.net/sfu/logmein_12329d2d
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


--
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial Remotely 
access PCs and mobile devices and provide instant support Improve your 
efficiency, and focus on delivering more value-add services Discover what IT 
Professionals Know. Rescue delivers http://p.sf.net/sfu/logmein_12329d2d
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users



--
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] unsubscribe

2012-12-12 Thread Robert.Priest
Sorry. Just trying to reduce the amount of email alerts I get throughout the 
day.  I am sure I will be back shortly.  A lot more Burn stuff to learn :)

-Original Message-
From: Alexey Ivanov [mailto:alexey.iva...@gmail.com] 
Sent: Wednesday, December 12, 2012 6:25 PM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] unsubscribe

Why? :(


2012/12/13 

>
>
> --
>  LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free 
> Trial Remotely access PCs and mobile devices and provide instant 
> support Improve your efficiency, and focus on delivering more 
> value-add services Discover what IT Professionals Know. Rescue 
> delivers http://p.sf.net/sfu/logmein_12329d2d
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
--
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial Remotely 
access PCs and mobile devices and provide instant support Improve your 
efficiency, and focus on delivering more value-add services Discover what IT 
Professionals Know. Rescue delivers http://p.sf.net/sfu/logmein_12329d2d
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


--
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] unsubscribe

2012-12-12 Thread Alexey Ivanov
Why? :(


2012/12/13 

>
>
> --
> LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
> Remotely access PCs and mobile devices and provide instant support
> Improve your efficiency, and focus on delivering more value-add services
> Discover what IT Professionals Know. Rescue delivers
> http://p.sf.net/sfu/logmein_12329d2d
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
--
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] unsubscribe

2012-12-12 Thread Robert.Priest

--
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] unsubscribe

2012-10-17 Thread Thomas, Doug


Email Disclaimer
--
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] unsubscribe

2012-10-01 Thread Thomas, Doug


___
Douglas Thomas
Sr. Sftw. Developer

RedPrairie
308 N. Cleveland-Massillon Rd.
Akron, OH 44333-9302
Office: (330) 665-1698
Fax: (330) 665-2915
www.RedPrairie.com
doug.tho...@redprairie.com


Email Disclaimer
--
Got visibility?
Most devs has no idea what their production app looks like.
Find out how fast your code is with AppDynamics Lite.
http://ad.doubleclick.net/clk;262219671;13503038;y?
http://info.appdynamics.com/FreeJavaPerformanceDownload.html
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] unsubscribe

2011-07-14 Thread Ivo Stoyanov

--
AppSumo Presents a FREE Video for the SourceForge Community by Eric 
Ries, the creator of the Lean Startup Methodology on "Lean Startup 
Secrets Revealed." This video shows you how to validate your ideas, 
optimize your ideas and identify your business strategy.
http://p.sf.net/sfu/appsumosfdev2dev
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] UNSUBSCRIBE

2011-07-04 Thread Tomer Cohen
UNSUBSCRIBE

 

 

--
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security 
threats, fraudulent activity, and more. Splunk takes this data and makes 
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2d-c2
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] unsubscribe

2011-06-14 Thread tim.naish

--
EditLive Enterprise is the world's most technically advanced content
authoring tool. Experience the power of Track Changes, Inline Image
Editing and ensure content is compliant with Accessibility Checking.
http://p.sf.net/sfu/ephox-dev2dev
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] unsubscribe

2011-04-15 Thread Chip Groder
 

 

Chip Groder

603 339 8190 (cell)

603 434 8977 (home)

 

--
Benefiting from Server Virtualization: Beyond Initial Workload 
Consolidation -- Increasing the use of server virtualization is a top
priority.Virtualization can reduce costs, simplify management, and improve 
application availability and disaster protection. Learn more about boosting 
the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] UNSUBSCRIBE

2010-11-17 Thread FrankenInUSA
Check the bottom of the email for the following link
"https://lists.sourceforge.net/lists/listinfo/wix-users";
on this page, you just enter your email and click on "Unsubscribe or
edit options"

that should do the trick

On Wed, Nov 17, 2010 at 12:11, Matt Walker  wrote:
> How do I unsubscribe?
>
>
> Matt Walker
> Installation Development
> 200 Kelly Road | Quakertown, PA 18951
> Phone: +1 215.529.9900, x192 | 800.836.5440
> Fax: +1 215.536.9249
> http://www.synergissoftware.com/
> Adept Engineering Document Management & Workflow
> This email and any attachments are intended only for the person or entity to 
> which it is addressed and may contain information which is confidential, 
> privileged or otherwise protected from disclosure. Distribution or copying of 
> this email or the information contained herein by anyone other than the 
> intended recipient is prohibited. If you have received this email in error, 
> please immediately notify the sender by return email and please delete and 
> destroy this email and any attachments.
> -Original Message-
>
> From: Hernán Martínez [mailto:hernan.marti...@ecc.es]
> Sent: Wednesday, November 17, 2010 12:00 PM
> To: General discussion for Windows Installer XML toolset.
> Subject: [WiX-users] Reference harvesting disabled in 3.6?
>
> While porting one project from VS Setup to Wix (first time with it) I found 
> that Votive doesn't harvest any reference at all, only the project output. 
> Since I haven't been able to change this behavior I've disabled all the 
> Harvesting flag in every project  and relied on a prebuild task that calls 
> heat.exe to pick all files from a temporary directory.
>
> Recently I've just found that there's a comment in 3.6 release notes that 
> says "Disabled reference harvesting by default in Votive". Is that so? Are 
> there any way to enable it? I assume that it was disabled for a reason, right?
>
> I'd really prefer to depend on a standard harvesting tool rather than on a 
> bunch of xcopy & del calls in every pre and post build event.
>
> (Also, given my lack of skills in Wix, I may be missing something obvious.)
>
> Thanks in advance,
> -Hernán.
>
>
> --
> Beautiful is writing same markup. Internet Explorer 9 supports
> standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
> Spend less time writing and  rewriting code and more time creating great
> experiences on the web. Be a part of the beta today
> http://p.sf.net/sfu/msIE9-sfdev2dev
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
> --
> Beautiful is writing same markup. Internet Explorer 9 supports
> standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
> Spend less time writing and  rewriting code and more time creating great
> experiences on the web. Be a part of the beta today
> http://p.sf.net/sfu/msIE9-sfdev2dev
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>

--
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today
http://p.sf.net/sfu/msIE9-sfdev2dev
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] UNSUBSCRIBE

2010-11-17 Thread Matt Walker
How do I unsubscribe?


Matt Walker
Installation Development
200 Kelly Road | Quakertown, PA 18951
Phone: +1 215.529.9900, x192 | 800.836.5440 
Fax: +1 215.536.9249
http://www.synergissoftware.com/
Adept Engineering Document Management & Workflow
This email and any attachments are intended only for the person or entity to 
which it is addressed and may contain information which is confidential, 
privileged or otherwise protected from disclosure. Distribution or copying of 
this email or the information contained herein by anyone other than the 
intended recipient is prohibited. If you have received this email in error, 
please immediately notify the sender by return email and please delete and 
destroy this email and any attachments.
-Original Message-

From: Hernán Martínez [mailto:hernan.marti...@ecc.es] 
Sent: Wednesday, November 17, 2010 12:00 PM
To: General discussion for Windows Installer XML toolset.
Subject: [WiX-users] Reference harvesting disabled in 3.6?

While porting one project from VS Setup to Wix (first time with it) I found 
that Votive doesn't harvest any reference at all, only the project output. 
Since I haven't been able to change this behavior I've disabled all the 
Harvesting flag in every project  and relied on a prebuild task that calls 
heat.exe to pick all files from a temporary directory.

Recently I've just found that there's a comment in 3.6 release notes that says 
"Disabled reference harvesting by default in Votive". Is that so? Are there any 
way to enable it? I assume that it was disabled for a reason, right?

I'd really prefer to depend on a standard harvesting tool rather than on a 
bunch of xcopy & del calls in every pre and post build event.

(Also, given my lack of skills in Wix, I may be missing something obvious.)

Thanks in advance,
-Hernán.


--
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today
http://p.sf.net/sfu/msIE9-sfdev2dev
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

--
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today
http://p.sf.net/sfu/msIE9-sfdev2dev
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] UNSUBSCRIBE

2010-11-17 Thread Andrei Korostelev


--
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today
http://p.sf.net/sfu/msIE9-sfdev2dev
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] UNSUBSCRIBE

2010-11-17 Thread Matt Walker


-Original Message-
From: Sean Farrow [mailto:sean.far...@seanfarrow.co.uk] 
Sent: Wednesday, November 17, 2010 2:33 AM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] property not being used

Hi:
I'm trying to debug an installer whereby I need to find out what value a
property holds:
I have the following fragment:
  

  

  
Below is the log created giving me the property values.
The command line used was:
Msiexec /I d:\work\hotSpotcliker.msi /lp d:\work\msi.log
---start log.
=== Logging started: 17/11/2010  07:06:52 ===
Action 07:06:52: INSTALL.
Action start 07:06:52: INSTALL.
Action 07:06:52: PrepareDlg.
Action start 07:06:52: PrepareDlg.
Info 2898. For WixUI_Font_Normal textstyle, the system created a
'Tahoma' font, in 0 character set, of 16 pixels height.
Info 2898. For WixUI_Font_Bigger textstyle, the system created a
'Tahoma' font, in 0 character set, of 24 pixels height.
Action 07:06:52: PrepareDlg. Dialog created
Action ended 07:06:52: PrepareDlg. Return value 1.
Action 07:06:52: AppSearch. Searching for installed applications
Action start 07:06:52: AppSearch.
Action ended 07:06:52: AppSearch. Return value 0.
Action 07:06:52: LaunchConditions. Evaluating launch conditions
Action start 07:06:52: LaunchConditions.
The installed version of user32.dll is not high enough to support this
installer.
MSI (c) (F0:04) [07:06:54:655]: Product: HotSpotClicker -- The installed
version of user32.dll is not high enough to support this installer.

Action ended 07:06:54: LaunchConditions. Return value 3.
Action 07:06:54: FatalError.
Action start 07:06:54: FatalError.
Action 07:06:54: FatalError. Dialog created
Action ended 07:06:55: FatalError. Return value 2.
Action ended 07:06:55: INSTALL. Return value 3.
Property(C): WixUIRMOption = UseRM
Property(C): WIXUI_INSTALLDIR = INSTALLLOCATION
Property(C): ARPNOMODIFY = 1
Property(C): ProgramFilesFolder = C:\Program Files\
Property(C): SourceDir = d:\work\
Property(C): Manufacturer = HotSpotClicker
Property(C): ProductCode = {C1093F38-9866-431E-A942-F786A1B8E8C0}
Property(C): ProductLanguage = 1033
Property(C): ProductName = HotSpotClicker
Property(C): ProductVersion = 1.0.0.0
Property(C): UpgradeCode = {4F202853-F239-453B-8EEA-A489D24DF24B}
Property(C): DefaultUIFont = WixUI_Font_Normal
Property(C): WixUI_Mode = InstallDir
Property(C): ErrorDialog = ErrorDlg
Property(C): MsiLogFileLocation = d:\work\mssi.log
Property(C): PackageCode = {97BCA81F-11FD-4B28-A061-0F9B79C70504}
Property(C): ProductState = -1
Property(C): PackagecodeChanging = 1
Property(C): CURRENTDIRECTORY = C:\Documents and Settings\Sean Farrow
Property(C): CLIENTUILEVEL = 0
Property(C): CLIENTPROCESSID = 5104
Property(C): VersionDatabase = 200
Property(C): VersionMsi = 4.05
Property(C): VersionNT = 501
Property(C): WindowsBuild = 2600
Property(C): ServicePackLevel = 3
Property(C): ServicePackLevelMinor = 0
Property(C): MsiNTProductType = 1
Property(C): WindowsFolder = C:\WINDOWS\
Property(C): WindowsVolume = C:\
Property(C): SystemFolder = C:\WINDOWS\system32\
Property(C): System16Folder = C:\WINDOWS\system\
Property(C): RemoteAdminTS = 1
Property(C): TempFolder = C:\DOCUME~1\SEANFA~1\LOCALS~1\Temp\
Property(C): CommonFilesFolder = C:\Program Files\Common Files\
Property(C): AppDataFolder = C:\Documents and Settings\Sean
Farrow\Application Data\
Property(C): FavoritesFolder = C:\Documents and Settings\Sean
Farrow\Favorites\
Property(C): NetHoodFolder = C:\Documents and Settings\Sean
Farrow\NetHood\
Property(C): PersonalFolder = C:\Documents and Settings\Sean Farrow\My
Documents\
Property(C): PrintHoodFolder = C:\Documents and Settings\Sean
Farrow\PrintHood\
Property(C): RecentFolder = C:\Documents and Settings\Sean
Farrow\Recent\
Property(C): SendToFolder = C:\Documents and Settings\Sean
Farrow\SendTo\
Property(C): TemplateFolder = C:\Documents and Settings\Sean
Farrow\Templates\
Property(C): CommonAppDataFolder = C:\Documents and Settings\All
Users\Application Data\
Property(C): LocalAppDataFolder = C:\Documents and Settings\Sean
Farrow\Local Settings\Application Data\
Property(C): MyPicturesFolder = C:\Documents and Settings\Sean Farrow\My
Documents\My Pictures\
Property(C): AdminToolsFolder = C:\Documents and Settings\Sean
Farrow\Start Menu\Programs\Administrative Tools\
Property(C): StartupFolder = C:\Documents and Settings\Sean Farrow\Start
Menu\Programs\Startup\
Property(C): ProgramMenuFolder = C:\Documents and Settings\Sean
Farrow\Start Menu\Programs\
Property(C): StartMenuFolder = C:\Documents and Settings\Sean
Farrow\Start Menu\
Property(C): DesktopFolder = C:\Documents and Settings\Sean
Farrow\Desktop\
Property(C): FontsFolder = C:\WINDOWS\Fonts\
Property(C): GPTSupport = 1
Property(C): OLEAdvtSupport = 1
Property(C): ShellAdvtSupport = 1
Property(C): Intel = 6
Property(C): PhysicalMemory = 2038
Property(C): VirtualMemory = 2208
Property(C): AdminUser = 1
Property(C): LogonUser = Sean Farrow
Property(C): UserSID = S-1-5-21-1622345026-349096478-2382280801-1005
Prop

Re: [WiX-users] Unsubscribe

2010-03-17 Thread Vegard Sandberg
Ok, thanks:)

Mvh
Vegard Sandberg

-Original Message-
From: Jacek Pospychała [mailto:jacek.pospych...@gmail.com] 
Sent: 17. mars 2010 11:14
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Unsubscribe

Vegard,
to unsubscribe, go to https://lists.sourceforge.net/lists/listinfo/wix-users
You only need to type your e-mail address to unsubscribe.

On Wed, Mar 17, 2010 at 8:09 AM, Vegard Sandberg
wrote:

> Hi!
>
> I want to unsubscribe from wix users list, but I seem to have lost my
> password.
>
>
>
>
>
> Kind Regards
>
> 
>
> Vegard Sandberg
>
> Systemutvikler
>
> Visma Unique AS, PB 246, Ranvik Brygge 5, 3201 Sandefjord
>
> Sentralbord:   +47 33 44 84 00
>
> Mobil:   +47 93 26 27 95
>
> http://www.visma.no/offentlig <http://www.visma.no/offentlig>
>
> This communication is intended for the person(s) named above only. It
> contains information that is confidential and legally privileged. If
> received in error, please delete this e-mail and notify the sender.
>
> 
>
>
>
>
> --
> Download Intel® Parallel Studio Eval
> Try the new software tools for yourself. Speed compiling, find bugs
> proactively, and fine-tune applications for parallel performance.
> See why Intel Parallel Studio got high marks during beta.
> http://p.sf.net/sfu/intel-sw-dev
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Unsubscribe

2010-03-17 Thread Jacek Pospychała
Vegard,
to unsubscribe, go to https://lists.sourceforge.net/lists/listinfo/wix-users
You only need to type your e-mail address to unsubscribe.

On Wed, Mar 17, 2010 at 8:09 AM, Vegard Sandberg
wrote:

> Hi!
>
> I want to unsubscribe from wix users list, but I seem to have lost my
> password.
>
>
>
>
>
> Kind Regards
>
> 
>
> Vegard Sandberg
>
> Systemutvikler
>
> Visma Unique AS, PB 246, Ranvik Brygge 5, 3201 Sandefjord
>
> Sentralbord:   +47 33 44 84 00
>
> Mobil:   +47 93 26 27 95
>
> http://www.visma.no/offentlig 
>
> This communication is intended for the person(s) named above only. It
> contains information that is confidential and legally privileged. If
> received in error, please delete this e-mail and notify the sender.
>
> 
>
>
>
>
> --
> Download Intel® Parallel Studio Eval
> Try the new software tools for yourself. Speed compiling, find bugs
> proactively, and fine-tune applications for parallel performance.
> See why Intel Parallel Studio got high marks during beta.
> http://p.sf.net/sfu/intel-sw-dev
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Unsubscribe

2010-03-17 Thread Vegard Sandberg
Hi!

I want to unsubscribe from wix users list, but I seem to have lost my
password.

 

 

Kind Regards



Vegard Sandberg

Systemutvikler 

Visma Unique AS, PB 246, Ranvik Brygge 5, 3201 Sandefjord 

Sentralbord:   +47 33 44 84 00

Mobil:   +47 93 26 27 95

http://www.visma.no/offentlig  

This communication is intended for the person(s) named above only. It
contains information that is confidential and legally privileged. If
received in error, please delete this e-mail and notify the sender.



 

--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] unsubscribe

2010-02-22 Thread Rammurthi Buddha

--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] unsubscribe

2009-11-18 Thread Robert O'Brien
...previously tried both temporary (preferred) and permanent options and both 
are not working.   

-Original Message-
From: Christopher Karper [mailto:christopher.kar...@gmail.com] 
Sent: Wednesday, November 18, 2009 7:50 AM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] unsubscribe

The footer of each message sent has a link to
https://lists.sourceforge.net/lists/listinfo/wix-users which has the
unsubscribe method.

Chris

On Wed, Nov 18, 2009 at 10:22 AM, Robert O'Brien <
robert.obr...@microsoft.com> wrote:

> Been trying various supported subscription configuration options, and this
> alternative attempt, to get temporarily unsubscribed from mailing list but
> those haven't been taking . . . going to escalate to
> sitel...@lists.sourceforge.net to see what's up.
>
> -Original Message-
> From: Matti Hägerlund [mailto:matti.hagerl...@gmail.com]
> Sent: Wednesday, November 18, 2009 7:17 AM
> To: General discussion for Windows Installer XML toolset.
> Subject: Re: [WiX-users] unsubscribe
>
> Eh?
> /M4tti
>
> 2009/11/18 Robert O'Brien :
> > unsubscribe
> >
> --
> > Let Crystal Reports handle the reporting - Free Crystal Reports 2008
> 30-Day
> > trial. Simplify your report design, integration and deployment - and
> focus on
> > what you do best, core application coding. Discover what's new with
> > Crystal Reports now.  http://p.sf.net/sfu/bobj-july
> > ___
> > WiX-users mailing list
> > WiX-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/wix-users
> >
>
>
>
> --
>__o__o__o
>  _`\<,_ _`\<,_ _`\<,_
>  (_)/ (_)   (_)/ (_)   (_)/ (_)
>
>
> --
> Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
> trial. Simplify your report design, integration and deployment - and focus
> on
> what you do best, core application coding. Discover what's new with
> Crystal Reports now.  http://p.sf.net/sfu/bobj-july
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
>
>
> --
> Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
> trial. Simplify your report design, integration and deployment - and focus
> on
> what you do best, core application coding. Discover what's new with
> Crystal Reports now.  http://p.sf.net/sfu/bobj-july
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] unsubscribe

2009-11-18 Thread Christopher Karper
The footer of each message sent has a link to
https://lists.sourceforge.net/lists/listinfo/wix-users which has the
unsubscribe method.

Chris

On Wed, Nov 18, 2009 at 10:22 AM, Robert O'Brien <
robert.obr...@microsoft.com> wrote:

> Been trying various supported subscription configuration options, and this
> alternative attempt, to get temporarily unsubscribed from mailing list but
> those haven't been taking . . . going to escalate to
> sitel...@lists.sourceforge.net to see what's up.
>
> -Original Message-
> From: Matti Hägerlund [mailto:matti.hagerl...@gmail.com]
> Sent: Wednesday, November 18, 2009 7:17 AM
> To: General discussion for Windows Installer XML toolset.
> Subject: Re: [WiX-users] unsubscribe
>
> Eh?
> /M4tti
>
> 2009/11/18 Robert O'Brien :
> > unsubscribe
> >
> --
> > Let Crystal Reports handle the reporting - Free Crystal Reports 2008
> 30-Day
> > trial. Simplify your report design, integration and deployment - and
> focus on
> > what you do best, core application coding. Discover what's new with
> > Crystal Reports now.  http://p.sf.net/sfu/bobj-july
> > ___
> > WiX-users mailing list
> > WiX-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/wix-users
> >
>
>
>
> --
>__o__o__o
>  _`\<,_ _`\<,_ _`\<,_
>  (_)/ (_)   (_)/ (_)   (_)/ (_)
>
>
> --
> Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
> trial. Simplify your report design, integration and deployment - and focus
> on
> what you do best, core application coding. Discover what's new with
> Crystal Reports now.  http://p.sf.net/sfu/bobj-july
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
>
>
> --
> Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
> trial. Simplify your report design, integration and deployment - and focus
> on
> what you do best, core application coding. Discover what's new with
> Crystal Reports now.  http://p.sf.net/sfu/bobj-july
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] unsubscribe

2009-11-18 Thread Robert O'Brien
Been trying various supported subscription configuration options, and this 
alternative attempt, to get temporarily unsubscribed from mailing list but 
those haven't been taking . . . going to escalate to 
sitel...@lists.sourceforge.net to see what's up.

-Original Message-
From: Matti Hägerlund [mailto:matti.hagerl...@gmail.com] 
Sent: Wednesday, November 18, 2009 7:17 AM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] unsubscribe

Eh?
/M4tti

2009/11/18 Robert O'Brien :
> unsubscribe
> --
> Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
> trial. Simplify your report design, integration and deployment - and focus on
> what you do best, core application coding. Discover what's new with
> Crystal Reports now.  http://p.sf.net/sfu/bobj-july
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>



-- 
__o__o__o
  _`\<,_ _`\<,_ _`\<,_
 (_)/ (_)   (_)/ (_)   (_)/ (_)

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] unsubscribe

2009-11-18 Thread Matti Hägerlund
Eh?
/M4tti

2009/11/18 Robert O'Brien :
> unsubscribe
> --
> Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
> trial. Simplify your report design, integration and deployment - and focus on
> what you do best, core application coding. Discover what's new with
> Crystal Reports now.  http://p.sf.net/sfu/bobj-july
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>



-- 
__o__o__o
  _`\<,_ _`\<,_ _`\<,_
 (_)/ (_)   (_)/ (_)   (_)/ (_)

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] unsubscribe

2009-11-18 Thread Robert O'Brien
unsubscribe
--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] UNSUBSCRIBE

2009-04-06 Thread Andre Slabber
 

--
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] UNsubscribe

2009-01-29 Thread derek johnston
Unsubscribe

--
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] unsubscribe

2006-09-26 Thread Adam Feldman








 

 

Adam Feldman

Software Engineer

Korbitec Research & Development

+27 21 658 9700 (Voice)

+27 21 658 9701 (Fax)

+27 82 853 0530 (Cell)

 

This email is
subject to Korbitec (Pty) Ltd’s email disclaimer which can be found at http://www.korbitec.com/email_disclaimer.htm or by emailing [EMAIL PROTECTED]
 

 






-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] unsubscribe

2006-09-20 Thread Wolfgang Landsberger
[EMAIL PROTECTED] schrieb:
> Send WiX-users mailing list submissions to
>   wix-users@lists.sourceforge.net
>
> To subscribe or unsubscribe via the World Wide Web, visit
>   https://lists.sourceforge.net/lists/listinfo/wix-users
> or, via email, send a message with subject or body 'help' to
>   [EMAIL PROTECTED]
>
> You can reach the person managing the list at
>   [EMAIL PROTECTED]
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of WiX-users digest..."
>
>
> Today's Topics:
>
>1. Re: Using BrowseDlg Twice (Douglas Watts)
>2. Re: Quick question on upgrade checking (Mike Dimmick)
>
>
> --
>
> Message: 1
> Date: Wed, 20 Sep 2006 09:51:34 -0400
> From: "Douglas Watts" <[EMAIL PROTECTED]>
> Subject: Re: [WiX-users] Using BrowseDlg Twice
> To: "Mike Dimmick" <[EMAIL PROTECTED]>,
>   
> Message-ID:
>   <[EMAIL PROTECTED]>
> Content-Type: text/plain; charset="us-ascii"
>
> Thanks Mike.  I'm still struggling.  I am installing a Win Service (no
> UI) so I was thinking that I need to offer the user the opportunity to
> specify the data directory during installation.  The nature of the
> application is that the data path cannot easily be changed once
> installed.
>
>  
>
> I looked at the UI library source.  I noticed that the WixU
> InstallDirDlg and the CustomizeDlg both use the PathEdit control and a
> browse button to display the BrowseDlg.  I figured I could create a
> DataDirDlg that did the same thing.  Unfortunately, I just don't know
> enough about Wix nor Windows Installer to make this work.  Any ideas?
>
> __
>
> Doug Watts
>
>  
>
> 
>
> From: Mike Dimmick [mailto:[EMAIL PROTECTED] 
> Sent: Tuesday, September 19, 2006 7:43 PM
> To: Douglas Watts; wix-users@lists.sourceforge.net
> Subject: RE: [WiX-users] Using BrowseDlg Twice
>
>  
>
> Error 2812's text is given in
> http://msdn.microsoft.com/library/default.asp?url=/library/en-us/msi/set
> up/windows_installer_error_messages.asp as 'The event [2] is not
> recognized.' Looking up the SelectionBrowse ControlEvent
> (http://msdn.microsoft.com/library/default.asp?url=/library/en-us/msi/se
> tup/selectionbrowse_controlevent.asp) suggests that you should have a
> SelectionTree control on the same dialog: it is the SelectionTree which
> actually creates the dialog. I'm guessing that since you don't have one
> there is no subscriber to the event so when you try to fire it, the
> error occurs.
>
>  
>
> I'm trying to get my head around this model of publishing and
> subscribing to events.
>
>  
>
> Perhaps you need to have a hidden SelectionTree? I'm not sure how to -
> or whether to - remove the actual feature selections from it.
>
>  
>
> I assume that you're installing data files to this directory, rather
> than specifying where files will be created by the application once
> installed. If the latter I'd suggest making it part of your
> application's UI, or command-line configuration interface, rather than
> the installer's UI, so that the user can change it after installation
> without having to rerun the installer. Your fragment suggests that they
> can't change it without reinstalling anyway - I note you hide the Browse
> button if the product is already Installed.
>
>  
>
> It may be beneficial to load your generated MSI into Orca (from the
> Windows Installer SDK) and use Tools/Validate. This will run the
> Internal Consistency Evaluators (ICEs). light.exe in WiX v3 runs the
> ICEs for you and will refuse to link if any ICEs produce errors. I don't
> think there is one that will pick up this problem but it's worth seeing
> what other problems show up.
>
>  
>
>   


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users