Re: [WiX-users] Copy output MSI file from bin location to other location

2014-06-06 Thread Markus Wehrle
Hi,
you can add a copy command in Post-Build Event to achieve this.
In project settings - Build Events add copy /Y !(TargetPath) C:\MSI to post
build event command line
Or add
  PropertyGroup
PostBuildEventcopy /Y !(TargetPath) C:\MSI/PostBuildEvent
  /PropertyGroup
to you wixproj.

Markus Wehrlehttp://www.xeam-solutions.com


 Dileep S dileep.sanamp...@gmail.com hat am 6. Juni 2014 um 06:52
 geschrieben:


 Hi All,

 After building WIXProject (*.wixproj) file, it creates the MSI file in
 'bin\$(configuration)' location.

 Query: I want to copy the output MSI file from 'bin\configuration' location
 to another location (ex: C:\MSI\)?

 Is there any setting in (*.wixproj) file to copy the MSI file after
 building?

 Please help me to solve this?

 Thanks in advance..
 --
 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] .ocx file is not registered in windows 8

2014-06-06 Thread sandyGSS
Young I am able to resolve all the issues by adding ensuretable but couldn't
resolve only one issue

Error   1   ICE02: Component
'Global_System_OAREG.900AE6ED_B3C8_4C1C_B3A7_EBA22F9EE105' references
ODBCDataSource 'Global_System_OAREG_r0.900AE6ED_B3C8_4C1C_B3A7_EBA22F9EE105'
as KeyPath, but the ODBCDataSource table does not exist.light.exe   
0   1
SetupProject1

Do you have any idea why I am getting this error.



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/ocx-file-is-not-registered-in-windows-8-tp7595015p7595083.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


Re: [WiX-users] .ocx file is not registered in windows 8

2014-06-06 Thread Carter Young
No, but comment out all the merge modules and references, then add  
them in one at a time then recompile then add 1 then recompile etc  
until you find the one causing the issue.  Once you find it, we will  
have to find a fix, which may not exist, which leads us back to the  
point I tried to make a few days ago.  Upgrade this Codebase and you  
won't need to maintain the merge modules etc.

Carter

Quoting sandyGSS sandhya@gmail.com:

 Young I am able to resolve all the issues by adding ensuretable but couldn't
 resolve only one issue

 Error 1   ICE02: Component
 'Global_System_OAREG.900AE6ED_B3C8_4C1C_B3A7_EBA22F9EE105' references
 ODBCDataSource 'Global_System_OAREG_r0.900AE6ED_B3C8_4C1C_B3A7_EBA22F9EE105'
 as KeyPath, but the ODBCDataSource table does not exist.  light.exe   
 0   1
 SetupProject1

 Do you have any idea why I am getting this error.



 --
 View this message in context:  
 http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/ocx-file-is-not-registered-in-windows-8-tp7595015p7595083.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] .ocx file is not registered in windows 8

2014-06-06 Thread Carter Young
My guess on this is that your development machine has no OBDC32 driver  
installed.  If the OS is 64-bit, my assumption is correct.  See:

http://msdn.microsoft.com/en-us/library/aa368797(v=vs.85).aspx

Quoting sandyGSS sandhya@gmail.com:

 Young I am able to resolve all the issues by adding ensuretable but couldn't
 resolve only one issue

 Error 1   ICE02: Component
 'Global_System_OAREG.900AE6ED_B3C8_4C1C_B3A7_EBA22F9EE105' references
 ODBCDataSource 'Global_System_OAREG_r0.900AE6ED_B3C8_4C1C_B3A7_EBA22F9EE105'
 as KeyPath, but the ODBCDataSource table does not exist.  light.exe   
 0   1
 SetupProject1

 Do you have any idea why I am getting this error.



 --
 View this message in context:  
 http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/ocx-file-is-not-registered-in-windows-8-tp7595015p7595083.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] .ocx file is not registered in windows 8

2014-06-06 Thread sandyGSS
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


Re: [WiX-users] .ocx file is not registered in windows 8

2014-06-06 Thread Carter Young
Your having this issue because Windows 7 doesn't use the old format  
OBDC drivers.  It uses the new ACE format.

Carter

Quoting sandyGSS sandhya@gmail.com:

 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


[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


[WiX-users] msimsp - Cannot Generate a Primary Transform

2014-06-06 Thread George Fleming
Using Wix3.5, I modified a CustomTable to add a new column, and using this 
new column as the primary key.  This custom table is used by a custom action 
during patching.

In doing so, I get a msimsp error 0xc00e5173, and a message Cannot Generate a 
Primary Transform.

Searching the Internet, I found some info that says that msimsp cannot allow 
changing primary key in a CustomTable.

So am I stuck?  Do I have to wait until next major release before I can 
change my CustomTable?

--
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] msimsp - Cannot Generate a Primary Transform

2014-06-06 Thread Phil Wilson
Probably stuck, it's database stuff where things are searched for
using the primary key so it's not safe to change it between the base
and an update.
---
Phil Wilson


On Fri, Jun 6, 2014 at 9:53 AM, George Fleming gef...@microsoft.com wrote:
 Using Wix3.5, I modified a CustomTable to add a new column, and using this 
 new column as the primary key.  This custom table is used by a custom action 
 during patching.

 In doing so, I get a msimsp error 0xc00e5173, and a message Cannot Generate 
 a Primary Transform.

 Searching the Internet, I found some info that says that msimsp cannot allow 
 changing primary key in a CustomTable.

 So am I stuck?  Do I have to wait until next major release before I can 
 change my CustomTable?

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


[WiX-users] RegistrySearch doesn't find Key

2014-06-06 Thread Brett Faurot
I'm having problems using a registrysearch. I'm trying to get the install 
location of MS SQL Reporting Services by checking the registry; but, my 
installer is failing the find the key.
Property Id=REPORTINGSERVICESPROP
   RegistrySearch Id=SqlSearch Root=HKLM 
Key=Software\Microsoft\Microsoft SQL Server\MSRS10_50.MSSQLSERVER Name=test 
Type=raw /
/Property

This same method is used successfully many other times in this installer.  
Also, I can successfully populate the property looking for a value when the 
Key=Software\Microsoft\Microsoft SQL Server. It seems to be only once I 
introduce MSRS10_50.MSSQLSERVER that the registrysearch fails and the property 
fails to populate.  Any ideas?

Thanks,
Brett

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


[WiX-users] RegistrySearch doesn't find Key

2014-06-06 Thread Brett Faurot
I'm having problems using a registrysearch. I'm trying to get the install 
location of MS SQL Reporting Services by checking the registry; but, my 
installer is failing the find the key.
Property Id=REPORTINGSERVICESPROP
   RegistrySearch Id=SqlSearch Root=HKLM 
Key=Software\Microsoft\Microsoft SQL Server\MSRS10_50.MSSQLSERVER Name=test 
Type=raw /
/Property

This same method is used successfully many other times in this installer.  
Also, I can successfully populate the property looking for a value when the 
Key=Software\Microsoft\Microsoft SQL Server. It seems to be only once I 
introduce MSRS10_50.MSSQLSERVER that the registrysearch fails and the property 
fails to populate.  Any ideas?

Thanks,
Brett


--
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] RegistrySearch doesn't find Key

2014-06-06 Thread Pavan Konduru
Try putting type =directory

-Original Message-
From: Brett Faurot [mailto:brett.fau...@dh.com] 
Sent: Friday, June 06, 2014 12:32 PM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] RegistrySearch doesn't find Key

I'm having problems using a registrysearch. I'm trying to get the install 
location of MS SQL Reporting Services by checking the registry; but, my 
installer is failing the find the key.
Property Id=REPORTINGSERVICESPROP
   RegistrySearch Id=SqlSearch Root=HKLM 
Key=Software\Microsoft\Microsoft SQL Server\MSRS10_50.MSSQLSERVER Name=test 
Type=raw / /Property

This same method is used successfully many other times in this installer.  
Also, I can successfully populate the property looking for a value when the 
Key=Software\Microsoft\Microsoft SQL Server. It seems to be only once I 
introduce MSRS10_50.MSSQLSERVER that the registrysearch fails and the property 
fails to populate.  Any ideas?

Thanks,
Brett


--
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] Managed Bootstrapper application - internal msi UI appearing *behind* the bootstrapper UI

2014-06-06 Thread Jeremiahf
I'm assuming you have this in your value in your MsiPackage chain?

DisplayInternalUI=yes


On Thu, Jun 5, 2014 at 12:10 PM, Tunney, Stephen stephen.tun...@nuance.com
wrote:

 Does anyone know how I can fix this?  We are hitting this with an internal
 UI is being displayed on the screen.  Doesn't look too good :(

 Stephen Tunney
 Nuance Communications, Inc.
 Solutions Architect, Imaging Division
 Waterloo, Ontario, Canada
 stephen.tun...@nuance.commailto:stephen.tun...@nuance.com
 519-880-7463  Office
 NUANCE.COM
 The experience speaks for itself (tm)


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




-- 
They may forget what you said but they will never forget how you made them
feel. -- Anonymous
--
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] Multi-language WiX installer to display different EULA's

2014-06-06 Thread Rob Mensching
Use a loc variable instead. Wxl files are not preprocessed.

___
 FireGiant  |  Dedicated support for the WiX toolset  |  
http://www.firegiant.com/

-Original Message-
From: TimM [mailto:timmay...@smarttech.com] 
Sent: Thursday, June 5, 2014 2:02 PM
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Multi-language WiX installer to display different 
EULA's

Okay, since for now I have to use the modify method for the License dialog 
found another issue that would be nice if it could be supported as well.

In the tutorial the set the following in the language string files:
String Id=LicenseRtf
Overridable=yes\Lang\en-us\EULA_en-us.rtf/String  

But my path to the EULA's was declared in a variable property that I wanted to 
use and therefore I tried the following:
String Id=LicenseRtf
Overridable=yes$(var.EULA_Pah)\lang\en-us\EULA_en-us.rtf/String

When building I get an error stating that it could not find the file in the 
following location:
$(var.EULA_Pah)\lang\en-us\EULA_en-us.rtf

So during the build it did not substitute the actually path for 
$(var.EULA_Path), it used it literally.

So this would be another nice to have if we use variable names in the language 
string file that they get correctly substituted...





--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Multi-language-WiX-installer-to-display-different-EULA-s-tp7595052p7595077.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] Managed Bootstrapper application - internal msi UI appearing *behind* the bootstrapper UI

2014-06-06 Thread Tunney, Stephen
Yes, you are correct in that assumption.


From: Jeremiahf [jeremi...@gmail.com]
Sent: June 6, 2014 5:18 PM
To: General discussion about the WiX toolset.
Subject: Re: [WiX-users] Managed Bootstrapper application - internal msi UI 
appearing *behind* the bootstrapper UI

I'm assuming you have this in your value in your MsiPackage chain?

DisplayInternalUI=yes


On Thu, Jun 5, 2014 at 12:10 PM, Tunney, Stephen stephen.tun...@nuance.com
wrote:

 Does anyone know how I can fix this?  We are hitting this with an internal
 UI is being displayed on the screen.  Doesn't look too good :(

 Stephen Tunney
 Nuance Communications, Inc.
 Solutions Architect, Imaging Division
 Waterloo, Ontario, Canada
 stephen.tun...@nuance.commailto:stephen.tun...@nuance.com
 519-880-7463  Office
 NUANCE.COM
 The experience speaks for itself (tm)


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




--
They may forget what you said but they will never forget how you made them
feel. -- Anonymous
--
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