Re: [WiX-users] Force Burn to continue when package failed

2013-01-21 Thread Amadeus
I've added a feature request here:
https://sourceforge.net/p/wix/feature-requests/718/
I hope you'll consider it, I think it would be a neat feature!



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Force-Burn-to-continue-when-package-failed-tp7583001p7583054.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. SALE $99.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122412
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Burn - Multilanguage LicenseFile

2013-01-21 Thread faktorx2001
And how? I've something like this: 

BootstrapperApplicationRef
Id=WixStandardBootstrapperApplication.RtfLicense
  bal:WixStandardBootstrapperApplication
LicenseFile=path\to\license.rtf
LogoFile=path\to\customlogo.png
/
/BootstrapperApplicationRef




--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Burn-Multilanguage-LicenseFile-tp7582553p7583055.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. SALE $99.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122412
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Don't uninstall files if they have been edited

2013-01-21 Thread Natalie Carr
Hi,

 

I am installing a few text files that the user may or may not edit. If the
user has edited these I want them to remain on the machine after uninstall.
Is this possible via WIX?

 

Kind Regards,

 

Natalie Carr

 

--
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. SALE $99.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122412
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Hello - are you aware of test mutations?Kindly assist me with some answers

2013-01-21 Thread kirannhegde
The idea is that you have a variable of type WCA_TODO that's set normally,
then overridden in an #ifdef DEBUG block to whatever the mutation is. 

I am sorry.. can one of you explain this in detail? 
Where should the variable WCA_TODO be set?   
How would i make use of this in an #ifdef DEBUG block?

An illustration with an example would help.

Kindly explain. 
I am new to all of this.. so kindly excuse my ignorance



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Re-Hello-are-you-aware-of-test-mutations-Kindly-assist-me-with-some-answers-tp7582728p7583057.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. SALE $99.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122412
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Problem installing merge modules on server 2008 R2

2013-01-21 Thread Rob
I am having a problem in that I cannot get WIX to install these files

Merge Id=vccrt90 Language=1033
SourceFile=$(env.MS_MERGE_MODULES)\Microsoft_VC90_CRT_x86.msm DiskId=1
/
  Merge Id=vcmfc90 Language=1033
SourceFile=$(env.MS_MERGE_MODULES)\Microsoft_VC90_MFC_x86.msm DiskId=1
/
  Merge Id=vccrtpol90 Language=1033
SourceFile=$(env.MS_MERGE_MODULES)\policy_9_0_Microsoft_VC90_CRT_x86.msm
DiskId=1 /
  Merge Id=vcmfcpol90 Language=1033
SourceFile=$(env.MS_MERGE_MODULES)\policy_9_0_Microsoft_VC90_MFC_x86.msm
DiskId=1 /

MergeRef Id=vccrt90 /
MergeRef Id=vcmfc90 /
MergeRef Id=vccrtpol90 /
MergeRef Id=vcmfcpol90 /

The wix project builds and installs but as these are not installed, the my
service will not run. If I look at the installer log it looks like it is
trying to create directories in windows\winsxs, but when I look for these
folders they have not been created. If I look in Process monitor there is
no mention of trying to create these directories/files, only trying to read
them and failing.


Am I doing something wrong in my wix code? Seems to work fine on Windows 7
etc

Thanks

Rob
--
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. SALE $99.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122412
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] How to Change Default Install Location

2013-01-21 Thread RahulV
I tried the same and I am getting error, I am using WIX 3.5





--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/How-to-Change-Default-Install-Location-tp1092961p7583059.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. SALE $99.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122412
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Don't uninstall files if they have been edited

2013-01-21 Thread Peter Shirtcliffe
If the installer installs the files, it'll remove them.

The best practice is not to install editable files - it leads to all manner
of trouble. Generate them (or duplicate them from installed, read-only
copies) from the application whenever they are missing, if that is possible.

-Original Message-
From: Natalie Carr [mailto:natalie.c...@measuresoft.com] 
Sent: 21 January 2013 09:49
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Don't uninstall files if they have been edited

Hi,

 

I am installing a few text files that the user may or may not edit. If the
user has edited these I want them to remain on the machine after uninstall.
Is this possible via WIX?

 

Kind Regards,

 

Natalie Carr

 

-
-
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS, MVC,
Windows 8 Apps, JavaScript and much more. Keep your skills current with
LearnDevNow - 3,200 step-by-step video tutorials by Microsoft MVPs and
experts. SALE $99.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122412
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users
SDL PLC confidential, all rights reserved.
If you are not the intended recipient of this mail SDL requests and requires 
that you delete it without acting upon or copying any of its contents, and we 
further request that you advise us.
SDL PLC is a public limited company registered in England and Wales.  
Registered number: 02675207.
Registered address: Globe House, Clivemont Road, Maidenhead, Berkshire SL6 7DY, 
UK.


--
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. SALE $99.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122412
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Multiline edit control

2013-01-21 Thread Eddy Ukstein
I created an Edit Control and marked it as Multiline=yes.

I altered the height of the control but it is still one liner.

How can I create multiline edit control?

-- 
Eddy Uk'
--
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. SALE $99.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122412
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Multiline edit control

2013-01-21 Thread Steven Ogilvie
Hey Eddy,

I have an edit box that I am using as a multiline, you have to use CTRL + ENTER 
to create a hard return in the edit box.
Perhaps your height isn't big enough?

Control Id=AdminUserlabel Type=Text Height=15 Width=163 X=17 Y=117 
Text=TITUS administrator user name: Transparent=yes NoPrefix=yes /
 Control Id=AdminUsertextBox Type=Edit Height=30 Width=177 X=180 
Y=117 Multiline=yes ToolTip=Use Ctrl + Enter to enter an additional user 
Property=WEBADMIN_USERNAME TabSkip=no /

Steve

-Original Message-
From: Eddy Ukstein [mailto:edd...@gmail.com] 
Sent: January-21-13 10:15 AM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Multiline edit control

I created an Edit Control and marked it as Multiline=yes.

I altered the height of the control but it is still one liner.

How can I create multiline edit control?

--
Eddy Uk'
--
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS, MVC, 
Windows 8 Apps, JavaScript and much more. Keep your skills current with 
LearnDevNow - 3,200 step-by-step video tutorials by Microsoft MVPs and experts. 
SALE $99.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122412
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

--
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. SALE $99.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122412
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Question about patch uninstall UI using WixUI_Minimal

2013-01-21 Thread Rich Lewis
You mean try MSIEXEC /qb?  That sounds like it will work, thanks.

 

If not I can try /qr and that may work.  Even /qn would work as long as it 
prompts for reboot.  We tried /passive and it worked, but unfortunately our 
patch uninstall initiates a reboot and we thought a reboot with no 
acknowledgement was unacceptable.


Sent from Windows Mail


From: Bob Arnson
Sent: ‎January‎ ‎19‎, ‎2013 ‎10‎:‎50‎ ‎AM
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Question about patch uninstall UI using WixUI_Minimal



On 18-Jan-13 20:32, Rich Lewis wrote:
 I am building a patch for the MSI, and a straneg thing happens when I 
 uninstall the patch.  During uninstall, I am landing on the 
 MaintenanceWelcomeDlg, which then takes me to the MaintenanceTypeDlg.  What 
 seems to be happening is the patch has already rolled back the NEW “patch” 
 MSI, and is reapplying the original MSI when we land on this page.
That's how MSI works for patch uninstall: the original product is 
repaired with the patch removed.

 If that is what is happening, it would seem to be a fairly common issue.  Is 
 there a way to workaround this issue?  I’d like the patch to just uninstall, 
 the MaintenanceTypeDlg is not what the user is expecting to see at this point.
You could invoke the patch uninstall with basic UI.

-- 
sig://boB
http://joyofsetup.com/


--
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. SALE $99.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122912
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users
--
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. SALE $99.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122412
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Installing files for MS SQL folder only if SQLispresent

2013-01-21 Thread Martin Johnson
I must be missing something, I now have my feature level at 1 and my 
condition at 1000

Feature Id=SSISMSSQL Title=SSIS Components Display='expand' 
Level='1' ConfigurableDirectory='SQLINSTALLDIR'
  ComponentRef Id='SSISPipelineComponents' /
  ComponentRef Id='SSISConnections' /
  Condition Level='1000'not ISSQLSERVERSERVICEINSTALLED/Condition
/Feature


But from a verbose log it would appear that the level is still being set to 
1 even if ISSQLSERVERSERVICEINSTALLED is not set, because SQL is not 
installed.

MSI (s) (AC:D0) [17:22:31:737]: Dir (target): Key: SQLINSTALLDIR, 
Object: 
C:\SQLINSTALLDIR\
MSI (s) (AC:D0) [17:22:31:737]: Dir (target): Key: DTS  , Object: 
C:\SQLINSTALLDIR\DTS\
MSI (s) (AC:D0) [17:22:31:737]: Dir (target): Key: CONNECTIONS  , Object: 
C:\SQLINSTALLDIR\DTS\Connections\
MSI (s) (AC:D0) [17:22:31:737]: Dir (target): Key: PIPELINECOMPONENTS   , 
Object: C:\SQLINSTALLDIR\DTS\PipelineComponents\
MSI (s) (AC:D0) [17:22:31:737]: PROPERTY CHANGE: Adding INSTALLLEVEL 
property. Its value is '1'.


I have proved I don't understand the INSTALLLEVEL, I have tried setting the 
feature to 1 and the condition to 2000 and also feature to 2000, condition 
to 1 and reversed the condition to Condition 
Level='1'ISSQLSERVERSERVICEINSTALLED/Condition. And the INSTALLLEVEL 
remains at 1 and the hooky directory c:\SQLINSTALLDIR gets created

Can anyone recommend some reading material before my head explodes



From: Peter Shirtcliffe pshirtcli...@sdl.com
Sent: 18 January 2013 13:56

Your feature and condition both have level 1 which won't work  - the
condition causes nothing to change.
The default value of INSTALLLEVEL is 1. This means any feature set to level 
1
will be installed. To prevent installation, the feature level must be 
higher.
Keep the feature level as 1.
Set the condition level to something larger, say 10, and set the condition 
to
be 
not ISSQLSERVERSERVICEINSTALLED 

e.g.
Condition Level='10'not ISSQLSERVERSERVICEINSTALLED/Condition

When sql is not found, the property will be blank and the condition will
evaluate to true, setting the feature's level to 10 which prevents
installation.
When sql *is* found, the property will be set to the registry value, the
condition will not be true and the feature's level will stay at 1 which 
will
allow installation.

-Original Message-
From: Martin Johnson [mailto:mjohn...@mpjconsultancy.com] 
Sent: 18 January 2013 12:06
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Installing files for MS SQL folder only if
SQLispresent

Thanks for that, it now writes to the correct place if SQL is installed.  
It now seems that the condition is not being applied correctly if SQL is 
not
installed and it is installing in c:\ISSQLSERVERSERVICEINSTALLED

Feature Id=SSISMSSQL Title=SSIS Components Display='expand' Level='1' 

ConfigurableDirectory='ISSQLSERVERSERVICEINSTALLED'
ComponentRef Id='SSISComponents' /
Condition Level='1'ISSQLSERVERSERVICEINSTALLED/Condition
/Feature

Apologies for the numpty questions, but this is the first time I've had to
make my install very clever.

Martin



Subject: RE: [WiX-users] Installing files for MS SQL folder only if SQL
ispresent

Use ISSQLSERVERSERVICEINSTALLED as the directory ID rather than the name. 
Set
the Name as the default directory name
It's the same way as you'd use INSTALLDIR (if you're familiar with the
convention) but setting the value from a registry search instead of on the
command line.
If it doesn't work, check the registry value contains a full path. If it
doesn't, try adding directory entries surrounding the
ISSQLSERVERSERVICEINSTALLED element to provide the reset of the path.

-Original Message-
From: Martin Johnson [mailto:mjohn...@mpjconsultancy.com]
Subject: [WiX-users] Installing files for MS SQL folder only if SQL 
ispresent

I am attempting to set a property to a registry entry, I have looked at 
the
install log and it is set.

I am then attempting to write files to a subfolder of that property, what 
I
actually achieve is to write it to a subfolder of a folder name
ISSQLSERVERSERVICEINSTALLED, i.e. the property id rather than its value.

I am only expecting this to be done if the registry entry exists i.e. SQL 
is
installed, it is writing the files whether or not SQL is installed.

Hopefully the following snippets give enough information, any hints tips 
or
suggestions welcomed.

Property Id=ISSQLSERVERSERVICEINSTALLED RegistrySearch
Id=SQLInstalledInstances Root=HKLM 
Key=SOFTWARE\Microsoft\Microsoft SQL Server\100 Name=VerSpecificRootDir 


Type=raw /
/Property

Directory Id=MSSQL_SSIS Name=ISSQLSERVERSERVICEINSTALLED
Directory Id=DTS Name=DTS
Directory Id=PIPELINECOMPONENTS Name=PipelineComponents Component
Id=SSISComponents 
Guid=ef1c1033-f78a-4505-a042-d10cd8395053
File Id=ID1 Name=1.dll DiskId=1 KeyPath=yes 
Source=..\..\API\DotNet\Assemblies\v3.5\1.dll / 

[WiX-users] Moving from Web Deploy to Wix

2013-01-21 Thread George Fleming
We currently have an IIS Web Service that is deployed using Web Deploy (with 
binaries in a zip file, and other xml files).  I am trying to figure out how 
best to change this to an MSI using Wix.

So far, I haven't found any good example on how best to do this.  Is there some 
good way I can utilize the existing zip file with WiX, or do I have to change 
the build and work with individual files?

Thanks,

George

--
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. SALE $99.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122412
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] List of all InstallUISequence InstallExecuteSequence actions/events

2013-01-21 Thread gab

+1... using for years. Row's referencing are so helpfull. A must have. 
Forget Orca.


-Original Message-
From: Steven Ogilvie steven.ogil...@titus.com
To: General discussion for Windows Installer XML toolset. 
wix-users@lists.sourceforge.net
Sent: sam., 19 janv. 2013 1:31
Subject: Re: [WiX-users] List of all InstallUISequence  InstallExecuteSequence 
actions/events

This tool is much better: http://www.instedit.com/home.html


-Original Message-
From: Chad Petersen [mailto:chad.peter...@harlandfs.com] 
Sent: January-18-13 5:05 PM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] List of all InstallUISequence  InstallExecuteSequence 
actions/events

+1 for Orca. I use it a ton to inspect the resulting MSI and see if it looks 
like it built like I wanted it to. You can sort by Sequence number in those two 
tables to see what relative order things go in. Very handy.

-Original Message-
From: John Cooper [mailto:jocoo...@jackhenry.com]
Sent: Friday, January 18, 2013 1:49 PM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] List of all InstallUISequence  InstallExecuteSequence 
actions/events

For a given installer, open it in Orca and look at the appropriate table.

--
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: The Ouizard [mailto:the.ouiz...@gmail.com]
Sent: Friday, January 18, 2013 3:38 PM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] List of all InstallUISequence  InstallExecuteSequence 
actions/events

Where can I find a complete list of all the InstallUISequence and 
InstallExecuteSequence, and the order in which they occur?

I'm having trouble figuring out where to put my dialogs in the installation 
sequence when I don't even know the possibilities.


--
Master HTML5, CSS3, ASP.NET, MVC, AJAX, Knockout.js, Web API and much more. Get 
web development skills now with LearnDevNow -
350+ hours of step-by-step video tutorials by Microsoft MVPs and experts.
SALE $99.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122812
___
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.


--
Master HTML5, CSS3, ASP.NET, MVC, AJAX, Knockout.js, Web API and much more. Get 
web development skills now with LearnDevNow -
350+ hours of step-by-step video tutorials by Microsoft MVPs and experts.
SALE $99.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122812
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users



--
Master HTML5, CSS3, ASP.NET, MVC, AJAX, Knockout.js, Web API and much more. Get 
web development skills now with LearnDevNow -
350+ hours of step-by-step video tutorials by Microsoft MVPs and experts.
SALE $99.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122812
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

--
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. SALE $99.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122912
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users
--
Master SQL Server Development, Administration, T-SQL, SSAS, SSIS, SSRS
and more. Get SQL Server skills now (including 2012) with LearnDevNow -
200+ hours of step-by-step video tutorials by Microsoft MVPs and experts.
SALE $99.99 this month only - learn more at:
http://p.sf.net/sfu/learnmore_122512
___