Re: [WiX-users] Creating Wix Pure patch with Melt.exe and Pyro.exe fails

2013-12-06 Thread Tunney, Stephen
I'm bringing a dead horse back from the grave :)

I've gotten a little further in my patching quest.  Now I've hit a stumbling 
block in Pyro.exe (v3.8)

PatchTransform.Validate() is reporting 

WixErrors.InvalidRemoveComponent

My product has thousands of components, my Patch.wxs only lists two(2) 
components.  The strange thing is that the component that is raising this error 
is NOT listed in my patch file.

Anyone have any suggestions?

Have a great weekend everyone.

Stephen

-Original Message-
From: TimM [mailto:timmay...@smarttech.com] 
Sent: November-13-13 2:21 PM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Creating Wix Pure patch with Melt.exe and Pyro.exe fails

I have been testing the 2 patching methods for WiX:
Using Patch Creation Properties
Using Purely WiX

I have created basic samples for both and got both of them working okay so I am 
now try a real install upgrade patch.

So I get the .msi and .wixpdb files for say version 1.0 and for version 1.1

Since these files are moved from the original source trees I have to use 
melt.exe to extract and generate new .wixpdb files so I use the following
cmds:
Melt.exe 1.0\product.msi -out 1.0x\product.wibpdb -pdb 1.0\product.wixpdb 
-x 1.0x\Productbits Melt.exe 1.1\product.msi -out 1.1x\product.wixpdb -pdb 
1.1\product.wixpdb -x 1.1x\Productbits

Once this step is done I trigger the torch.exe, candle, and light.exe commands 
to generate the wixmst and wixmsp files.

Finally I run the pyro.exe -delta on these files to generate the patch and it 
is at this point it fails with a bunch of PYRO0103 errors. These errors are all 
referring to files that are missing from the original source directories where 
they were built from or stored on the build machine.  Now these missing files 
are all binary table entries and merge module .msm entries.

So I thought that melt was suppose to do a correct extraction of the .msi's so 
that the original build folder structure was not needed?

Are there any melt or pyro cmd options that are suppose to be used to make sure 
that this does not occur?

Again if we have to retail the exact build folder structure for the release 
builds and the builds that will be used for creating a patch then it will be a 
pain to maintain 

Has anyone ran into these kind of Pyro errors and if so what did you do to 
solve the issue?




--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Creating-Wix-Pure-patch-with-Melt-exe-and-Pyro-exe-fails-tp7590635.html
Sent from the wix-users mailing list archive at Nabble.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=63469471iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

--
Sponsored by Intel(R) XDK 
Develop, test and display web and hybrid apps with a single code base.
Download it for free now!
http://pubads.g.doubleclick.net/gampad/clk?id=111408631iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Creating Wix Pure patch with Melt.exe and Pyro.exe fails

2013-12-06 Thread Tunney, Stephen
I'm bringing a dead horse back from the grave :)

I've gotten a little further in my patching quest.  Now I've hit a stumbling 
block in Pyro.exe (v3.8)

PatchTransform.Validate() is reporting 

WixErrors.InvalidRemoveComponent

My product has thousands of components, my Patch.wxs only lists two(2) 
components.  The strange thing is that the component that is raising this error 
is NOT listed in my patch file.

Anyone have any suggestions?

Have a great weekend everyone.

Stephen

-Original Message-
From: TimM [mailto:timmay...@smarttech.com] 
Sent: November-13-13 2:21 PM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Creating Wix Pure patch with Melt.exe and Pyro.exe fails

I have been testing the 2 patching methods for WiX:
Using Patch Creation Properties
Using Purely WiX

I have created basic samples for both and got both of them working okay so I am 
now try a real install upgrade patch.

So I get the .msi and .wixpdb files for say version 1.0 and for version 1.1

Since these files are moved from the original source trees I have to use 
melt.exe to extract and generate new .wixpdb files so I use the following
cmds:
Melt.exe 1.0\product.msi -out 1.0x\product.wibpdb -pdb 1.0\product.wixpdb 
-x 1.0x\Productbits Melt.exe 1.1\product.msi -out 1.1x\product.wixpdb -pdb 
1.1\product.wixpdb -x 1.1x\Productbits

Once this step is done I trigger the torch.exe, candle, and light.exe commands 
to generate the wixmst and wixmsp files.

Finally I run the pyro.exe -delta on these files to generate the patch and it 
is at this point it fails with a bunch of PYRO0103 errors. These errors are all 
referring to files that are missing from the original source directories where 
they were built from or stored on the build machine.  Now these missing files 
are all binary table entries and merge module .msm entries.

So I thought that melt was suppose to do a correct extraction of the .msi's so 
that the original build folder structure was not needed?

Are there any melt or pyro cmd options that are suppose to be used to make sure 
that this does not occur?

Again if we have to retail the exact build folder structure for the release 
builds and the builds that will be used for creating a patch then it will be a 
pain to maintain 

Has anyone ran into these kind of Pyro errors and if so what did you do to 
solve the issue?




--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Creating-Wix-Pure-patch-with-Melt-exe-and-Pyro-exe-fails-tp7590635.html
Sent from the wix-users mailing list archive at Nabble.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=63469471iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

--
Sponsored by Intel(R) XDK 
Develop, test and display web and hybrid apps with a single code base.
Download it for free now!
http://pubads.g.doubleclick.net/gampad/clk?id=111408631iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Creating Wix Pure patch with Melt.exe and Pyro.exe fails

2013-11-14 Thread TimM
Thanks Blair, I have created bug #4187.

I have added, to the bug, the dropbox link to the zipped up product files
that can be used to reproduce the issue as well. So hopefully a solution to
this issue can be found or at least maybe let me know what I could possibly
be doing that may be causing this issue... 

But as mentioned using Patch Creation Properties does work and therefore
we'll at least go with that for now until this can be fixed.




--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Creating-Wix-Pure-patch-with-Melt-exe-and-Pyro-exe-fails-tp7590635p7590653.html
Sent from the wix-users mailing list archive at Nabble.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=63469471iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Creating Wix Pure patch with Melt.exe and Pyro.exe fails

2013-11-14 Thread Tunney, Stephen
Tim,

Thanks for getting this recognized as a bug :)

-Original Message-
From: TimM [mailto:timmay...@smarttech.com] 
Sent: November-14-13 9:19 AM
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Creating Wix Pure patch with Melt.exe and Pyro.exe 
fails

Thanks Blair, I have created bug #4187.

I have added, to the bug, the dropbox link to the zipped up product files that 
can be used to reproduce the issue as well. So hopefully a solution to this 
issue can be found or at least maybe let me know what I could possibly be doing 
that may be causing this issue... 

But as mentioned using Patch Creation Properties does work and therefore we'll 
at least go with that for now until this can be fixed.




--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Creating-Wix-Pure-patch-with-Melt-exe-and-Pyro-exe-fails-tp7590635p7590653.html
Sent from the wix-users mailing list archive at Nabble.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=63469471iu=/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=63469471iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Creating Wix Pure patch with Melt.exe and Pyro.exe fails

2013-11-14 Thread Tunney, Stephen
That is the same set of symptoms I have been describing.  We may be on to 
something here :(

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

-Original Message-
From: TimM [mailto:timmay...@smarttech.com] 
Sent: November-13-13 5:05 PM
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Creating Wix Pure patch with Melt.exe and Pyro.exe 
fails

Here is part of my build log and all are referring to binary and merge Id's 
that are listed in fragment files and referencing the path that our build 
machine created for the build:
D:\BuildAgent72\work\9f69624fb270635f\BoardSW\install\win\SMART Product Drivers

\Core_x86PNPDrivers.wxs(158) : error PYRO0103 : The system cannot find the file 
'..\..\..\..\Artifacts\CustomActionDlls\BoardCustomActionMSI.dll'.
\CustomActionsTable.wxs(105) : error PYRO0103 : The system cannot find the file 
'..\..\..\..\Artifacts\CustomActionDlls\CloseAppsTool.dll'.
\CustomActionsTable.wxs(106) : error PYRO0103 : The system cannot find the file 
'..\..\..\../builds/Win32/Static.Release\CloseDriversApps-vc100-mt-s-x86.dll'.
\CustomActionsTable.wxs(108) : error PYRO0103 : The system cannot find the file 
'..\..\..\..\Artifacts\CustomActionDlls\findMSICA.dll'.
\CustomActionsTable.wxs(107) : error PYRO0103 : The system cannot find the file 
'..\..\..\..\Artifacts\ink\InkCustomActionMSI-vc100-mt-s-x86.dll'.
\CustomActionsTable.wxs(109) : error PYRO0103 : The system cannot find the file 
'..\..\..\..\Artifacts\CustomActionDlls\WriteReg64.dll'.
\PropertiesTable.wxs(51) : error PYRO0103 : The system cannot find the file 
'..\..\..\../BoardSW/Source\SBTools\SMARTHelpButtonQt\resources\SMARTBoardToolsWithShading.ico'.
\Core_x64PNPDrivers.wxs(36) : error PYRO0103 : The system cannot find the file 
'..\..\..\../installs/x86/Release/CorePNPx64Drivers.msm'.
\Core_Drivers.wxs(207) : error PYRO0103 : The system cannot find the file 
'..\..\..\../installs/x86/Release/CoreSharedDrivers.msm'.
\FilesComponentFragment.wxs(15) : error PYRO0103 : The system cannot find the 
file '..\..\..\../installs/x86/Release/Diagnostics.msm'.
\FilesComponentFragment.wxs(16) : error PYRO0103 : The system cannot find the 
file '..\..\..\../installs/x86/Release/Diagnostics_TroubleShooting.msm'.
\FilesComponentFragment.wxs(17) : error PYRO0103 : The system cannot find the 
file '..\..\..\../installs/x86/Release/OregonTrainingVideos.msm'.
\FilesComponentFragment.wxs(10) : error PYRO0103 : The system cannot find the 
file '..\..\..\../Artifacts/Merge Modules/sbwdk_merge_module.msm'.
\FilesComponentFragment.wxs(6) : error PYRO0103 : The system cannot find the 
file '..\..\..\../installs/x86/Release/Display Controller.msm'.
\Core_Drivers.wxs(213) : error PYRO0103 : The system cannot find the file 
'..\..\..\../artifacts/Merge Modules/smart_document_camera_vc100_3.0.msm'.

Could there actually be something wrong with the generation of these fragment 
files or the way the merge and binary Id's are declared in them?

We have only been doing WiX installs now for a couple years and we are now only 
looking into patches and therefore if we are actually doing some incorrect 
formatting of our fragment files that would only affect a Purely WiX patch then 
this is something that we can look into fixing, but need to know what this 
issue may be so that we can correct it.

Anyways a patch can be made with just the .msi and using Patch Creation, but 
would like to know what is causing this issue so that we can fix for future 
versions.

Thanks for any help



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Creating-Wix-Pure-patch-with-Melt-exe-and-Pyro-exe-fails-tp7590635p7590638.html
Sent from the wix-users mailing list archive at Nabble.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=63469471iu=/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=63469471iu=/4140/ostg.clktrk
___
WiX

Re: [WiX-users] Creating Wix Pure patch with Melt.exe and Pyro.exe fails

2013-11-13 Thread TimM
Here is part of my build log and all are referring to binary and merge Id's
that are listed in fragment files and referencing the path that our build
machine created for the build:
D:\BuildAgent72\work\9f69624fb270635f\BoardSW\install\win\SMART Product
Drivers

\Core_x86PNPDrivers.wxs(158) : error PYRO0103 : The system cannot find the
file '..\..\..\..\Artifacts\CustomActionDlls\BoardCustomActionMSI.dll'.
\CustomActionsTable.wxs(105) : error PYRO0103 : The system cannot find the
file '..\..\..\..\Artifacts\CustomActionDlls\CloseAppsTool.dll'.
\CustomActionsTable.wxs(106) : error PYRO0103 : The system cannot find the
file
'..\..\..\../builds/Win32/Static.Release\CloseDriversApps-vc100-mt-s-x86.dll'.
\CustomActionsTable.wxs(108) : error PYRO0103 : The system cannot find the
file '..\..\..\..\Artifacts\CustomActionDlls\findMSICA.dll'.
\CustomActionsTable.wxs(107) : error PYRO0103 : The system cannot find the
file '..\..\..\..\Artifacts\ink\InkCustomActionMSI-vc100-mt-s-x86.dll'.
\CustomActionsTable.wxs(109) : error PYRO0103 : The system cannot find the
file '..\..\..\..\Artifacts\CustomActionDlls\WriteReg64.dll'.
\PropertiesTable.wxs(51) : error PYRO0103 : The system cannot find the file
'..\..\..\../BoardSW/Source\SBTools\SMARTHelpButtonQt\resources\SMARTBoardToolsWithShading.ico'.
\Core_x64PNPDrivers.wxs(36) : error PYRO0103 : The system cannot find the
file '..\..\..\../installs/x86/Release/CorePNPx64Drivers.msm'.
\Core_Drivers.wxs(207) : error PYRO0103 : The system cannot find the file
'..\..\..\../installs/x86/Release/CoreSharedDrivers.msm'.
\FilesComponentFragment.wxs(15) : error PYRO0103 : The system cannot find
the file '..\..\..\../installs/x86/Release/Diagnostics.msm'.
\FilesComponentFragment.wxs(16) : error PYRO0103 : The system cannot find
the file '..\..\..\../installs/x86/Release/Diagnostics_TroubleShooting.msm'.
\FilesComponentFragment.wxs(17) : error PYRO0103 : The system cannot find
the file '..\..\..\../installs/x86/Release/OregonTrainingVideos.msm'.
\FilesComponentFragment.wxs(10) : error PYRO0103 : The system cannot find
the file '..\..\..\../Artifacts/Merge Modules/sbwdk_merge_module.msm'.
\FilesComponentFragment.wxs(6) : error PYRO0103 : The system cannot find the
file '..\..\..\../installs/x86/Release/Display Controller.msm'.
\Core_Drivers.wxs(213) : error PYRO0103 : The system cannot find the file
'..\..\..\../artifacts/Merge Modules/smart_document_camera_vc100_3.0.msm'.

Could there actually be something wrong with the generation of these
fragment files or the way the merge and binary Id's are declared in them?

We have only been doing WiX installs now for a couple years and we are now
only looking into patches and therefore if we are actually doing some
incorrect formatting of our fragment files that would only affect a Purely
WiX patch then this is something that we can look into fixing, but need to
know what this issue may be so that we can correct it.

Anyways a patch can be made with just the .msi and using Patch Creation, but
would like to know what is causing this issue so that we can fix for future
versions.

Thanks for any help



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Creating-Wix-Pure-patch-with-Melt-exe-and-Pyro-exe-fails-tp7590635p7590638.html
Sent from the wix-users mailing list archive at Nabble.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=63469471iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Creating Wix Pure patch with Melt.exe and Pyro.exe fails

2013-11-13 Thread Blair Murri
That looks like a melt bug to me. Please file it and if you can please link a 
copy of the/a repro.
 
Blair
 
 Date: Wed, 13 Nov 2013 14:05:11 -0800
 From: timmay...@smarttech.com
 To: wix-users@lists.sourceforge.net
 Subject: Re: [WiX-users] Creating Wix Pure patch with Melt.exe and Pyro.exe   
 fails
 
 Here is part of my build log and all are referring to binary and merge Id's
 that are listed in fragment files and referencing the path that our build
 machine created for the build:
 D:\BuildAgent72\work\9f69624fb270635f\BoardSW\install\win\SMART Product
 Drivers
 
 \Core_x86PNPDrivers.wxs(158) : error PYRO0103 : The system cannot find the
 file '..\..\..\..\Artifacts\CustomActionDlls\BoardCustomActionMSI.dll'.
 \CustomActionsTable.wxs(105) : error PYRO0103 : The system cannot find the
 file '..\..\..\..\Artifacts\CustomActionDlls\CloseAppsTool.dll'.
 \CustomActionsTable.wxs(106) : error PYRO0103 : The system cannot find the
 file
 '..\..\..\../builds/Win32/Static.Release\CloseDriversApps-vc100-mt-s-x86.dll'.
 \CustomActionsTable.wxs(108) : error PYRO0103 : The system cannot find the
 file '..\..\..\..\Artifacts\CustomActionDlls\findMSICA.dll'.
 \CustomActionsTable.wxs(107) : error PYRO0103 : The system cannot find the
 file '..\..\..\..\Artifacts\ink\InkCustomActionMSI-vc100-mt-s-x86.dll'.
 \CustomActionsTable.wxs(109) : error PYRO0103 : The system cannot find the
 file '..\..\..\..\Artifacts\CustomActionDlls\WriteReg64.dll'.
 \PropertiesTable.wxs(51) : error PYRO0103 : The system cannot find the file
 '..\..\..\../BoardSW/Source\SBTools\SMARTHelpButtonQt\resources\SMARTBoardToolsWithShading.ico'.
 \Core_x64PNPDrivers.wxs(36) : error PYRO0103 : The system cannot find the
 file '..\..\..\../installs/x86/Release/CorePNPx64Drivers.msm'.
 \Core_Drivers.wxs(207) : error PYRO0103 : The system cannot find the file
 '..\..\..\../installs/x86/Release/CoreSharedDrivers.msm'.
 \FilesComponentFragment.wxs(15) : error PYRO0103 : The system cannot find
 the file '..\..\..\../installs/x86/Release/Diagnostics.msm'.
 \FilesComponentFragment.wxs(16) : error PYRO0103 : The system cannot find
 the file '..\..\..\../installs/x86/Release/Diagnostics_TroubleShooting.msm'.
 \FilesComponentFragment.wxs(17) : error PYRO0103 : The system cannot find
 the file '..\..\..\../installs/x86/Release/OregonTrainingVideos.msm'.
 \FilesComponentFragment.wxs(10) : error PYRO0103 : The system cannot find
 the file '..\..\..\../Artifacts/Merge Modules/sbwdk_merge_module.msm'.
 \FilesComponentFragment.wxs(6) : error PYRO0103 : The system cannot find the
 file '..\..\..\../installs/x86/Release/Display Controller.msm'.
 \Core_Drivers.wxs(213) : error PYRO0103 : The system cannot find the file
 '..\..\..\../artifacts/Merge Modules/smart_document_camera_vc100_3.0.msm'.
 
 Could there actually be something wrong with the generation of these
 fragment files or the way the merge and binary Id's are declared in them?
 
 We have only been doing WiX installs now for a couple years and we are now
 only looking into patches and therefore if we are actually doing some
 incorrect formatting of our fragment files that would only affect a Purely
 WiX patch then this is something that we can look into fixing, but need to
 know what this issue may be so that we can correct it.
 
 Anyways a patch can be made with just the .msi and using Patch Creation, but
 would like to know what is causing this issue so that we can fix for future
 versions.
 
 Thanks for any help
 
 
 
 --
 View this message in context: 
 http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Creating-Wix-Pure-patch-with-Melt-exe-and-Pyro-exe-fails-tp7590635p7590638.html
 Sent from the wix-users mailing list archive at Nabble.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=63469471iu=/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=63469471iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users