Re: [WiX-users] rename a file in a patch made using Pyro.exe

2010-02-08 Thread Yan Sklyarenko
Have you tried this:
http://blogs.msdn.com/pmarcu/archive/2009/05/19/wix-removing-files-with-
patches.aspx ?

To tell it short, make the component Transitive and make its condition
always false. This should work, but I totally agree that this technique
should be taken really carefully. Though, if you have no option, it can
save you. :)

-- Yan

-Original Message-
From: Lian Jiang [mailto:lji...@microsoft.com] 
Sent: Saturday, February 06, 2010 02:35
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] rename a file in a patch made using Pyro.exe

Hi,

I am using Pyro.exe to make a patch. When I change the Name and Source
attributes of a file (KeyPath='yes'), Pyro threw error "Patches cannot
change the keypath of a component." This behavior is confirmed by
http://blogs.msdn.com/pmarcu/archive/2007/06/28/sample-patch.aspx:

"The first error you got was accurate. You cannot change the keypath
file of a component using a patch. This means you cannot delete the file
either because the presence of the file is what dictates whether the
component is installed. If you want to remove a keypath file, you need
to remove the entire component which means you need to remove the entire
feature that contains it. Its better just to leave the file there." -
Petermarcu

Since the component consists by only that file, I tried to remove this
component to see whether Pyro works. Unfortunately, it complains
"Removing component is not supported". I think this is also expected
according to above quote.

So the only ways left are:
Solution 1: add a new file while keep the old file.
Solution 2: add a new file and remove the old file using a custom
action.

What are your experience of renaming a file using a pyro patch? Any
better way?

Thanks
Lian

--
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the
business
Choose flexible plans and management services without long-term
contracts
Personal 24x7 support from experience hosting pros just a phone call
away.
http://p.sf.net/sfu/theplanet-com
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

--
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Issue with unregistered filters.

2010-02-08 Thread Selvakumar B
HI,

I am using wix 3.0, I need to register when I installing the product, but if 
the filter has not register its showing error dialog with "cancel" , "Ignore" 
buttons.

What I want is if the filter didn't register stop the installation and 
rollback. I don't want the error dialog with Ignore button.

My code snippet,

   






Is there any fix for this !!!.

Thank you ,

Regards,
Selva


The contents of this email and any attachment(s) are confidential and intended 
for the named recipient(s) only. This email shall not attach any liability on 
the originator or Real Image Media Technologies Pvt. Ltd. or its affiliates. 
Any views or opinions expressed in this email are solely those of the author 
and may not necessarily reflect the views or opinions of Real Image Media 
Technologies Pvt. Ltd. nor its affiliates. Any form of reproduction, 
dissemination, copying, disclosure, modification, distribution and/or 
publication of this email, without the prior written consent of the author, is 
strictly prohibited. If you have received this email in error, please delete it 
and notify the sender immediately. Before opening any mail and attachments, 
please check them for viruses and defects
--
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Windows 7: MSIOpenPackage / MsiOpenPackageEx fails with 0x80070645

2010-02-08 Thread dB .
Sorry if this is just marginally wix-related. I am working on AppSecInc. 
Community MSI Extensions.

On Windows 7 the behavior of MSIOpenPackage seems to have changed. We use it to 
run unit tests by creating a database (MSICreateDatabase) and calling 
MSIOpenPackage to get a working handle. On Windows 7 it always returns 
0x80070645: This action is only valid for products that are currently installed.

I tried MSIOpenPackageEx that accepts MSIOPENPACKAGEFLAGS_IGNOREMACHINESTATE 
that claims to ignore the machine state. Same result.

Anyone seen this?

Thanks,
dB.
dB. @ dblock.org
Moscow|Geneva|Seattle|New York

--
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Issue with unregistered filters.

2010-02-08 Thread Rob Mensching
It sounds like your self registration calls are failing. Self-reg is noted
to be a very fragile thing. I'd recommend using heat.exe to capture the
registry keys and declare them in your .wxs file, instead of using SelfReg.

On Mon, Feb 8, 2010 at 6:16 AM, Selvakumar B wrote:

> HI,
>
> I am using wix 3.0, I need to register when I installing the product, but
> if the filter has not register its showing error dialog with "cancel" ,
> "Ignore" buttons.
>
> What I want is if the filter didn't register stop the installation and
> rollback. I don't want the error dialog with Ignore button.
>
> My code snippet,
>
>Guid="216594F6-CD8C-4071-B2BF-05A8841AE68C">
> Source="..\Filter.ax" DiskId="1" Vital="yes" SelfRegCost="1" />
>
> Guid="9DC1F372-3790-40c2-852C-FB51A7D8246C">
> Source="..\Filter2.ax" DiskId="1" Vital="yes" SelfRegCost="1" />
>
>
> Is there any fix for this !!!.
>
> Thank you ,
>
> Regards,
> Selva
>
> 
> The contents of this email and any attachment(s) are confidential and
> intended for the named recipient(s) only. This email shall not attach any
> liability on the originator or Real Image Media Technologies Pvt. Ltd. or
> its affiliates. Any views or opinions expressed in this email are solely
> those of the author and may not necessarily reflect the views or opinions of
> Real Image Media Technologies Pvt. Ltd. nor its affiliates. Any form of
> reproduction, dissemination, copying, disclosure, modification, distribution
> and/or publication of this email, without the prior written consent of the
> author, is strictly prohibited. If you have received this email in error,
> please delete it and notify the sender immediately. Before opening any mail
> and attachments, please check them for viruses and defects
>
> --
> The Planet: dedicated and managed hosting, cloud storage, colocation
> Stay online with enterprise data centers and the best network in the
> business
> Choose flexible plans and management services without long-term contracts
> Personal 24x7 support from experience hosting pros just a phone call away.
> http://p.sf.net/sfu/theplanet-com
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
>


-- 
virtually, Rob Mensching - http://RobMensching.com LLC
--
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] How do i put a Launch Condition within a Feature.

2010-02-08 Thread Cody Gibson
I had a somewhat similar problem I had to deal with. Our product works with 
both VS2008 and VS2010. I need to make my installer work with either or both 
simultaneously. What I like doing in cases like this is to hide the feature all 
together from the user when a feature is not compatible with the users machine 
configuration. In my installer I have this piece:


  
  

  


The above will hide the feature from the user if VS2010 is not installed or if 
the VS2010 C# language is not installed. This way I don't need to worry about 
any "Feature not compatible" type of dialogs.

I have the same condition on the component for UI-less installs like this:


  (VS2010_ROOT_FOLDER AND VS2010DEVENV AND 
VS2010_IDE_VCSHARP_PROJECTSYSTEM_INSTALLED AND 
PROP_VS10_CS_TEMPLATE_DIR)
  


Cody


-Original Message-
From: spsingam [mailto:siva.poobalasin...@gmail.com] 
Sent: Sunday, February 07, 2010 6:06 PM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] How do i put a Launch Condition within a Feature.


All, 

I am trying to put a Launch Condition within a a Feature, I cannot seem to
find any examples to do this. I am not even sure if i can.

My reason for this is that i have a feature, that only works with Windows
2003. And when or if the user chooses this feature and if the Operating
System is XP, then this Message box appease and informs the user that the
feature is unavailable.

Anyone on here got any input ?

Thank you.
-- 
View this message in context: 
http://n2.nabble.com/How-do-i-put-a-Launch-Condition-within-a-Feature-tp4531682p4531682.html
Sent from the wix-users mailing list archive at Nabble.com.

--
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

--
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] how to provide certificate name on the command line

2010-02-08 Thread Amruta Muley (Cognizant Technology Solutions)
Hi All,

I am trying to install a certificate using the msi in WiX 3.0
The install is sucessful. However I have to provide the the cert source and 
cert name to link the code  with light.

Is there a provision by which I can provide the cert name while executing the 
msi and not need it when i use Light ?

Thanks & Regards,
Amruta
--
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] How to add Patch table to MSI in order to change Sequence type I2 to I4?

2010-02-08 Thread Tony Juricic
I run into this problem when creating the patch:

ERROR: Internal PatchWiz Error occurred.
ERROR:The Last Error Received is: 1627
ERROR:The Last Error Received is: 1: 2210 2:

which is caused by Patch table having default Sequence field of type I2
I used Orca to create default Patch table and modified Sequence field to be I4. 
Then I successfully created the patch.

When applying the patch I get the following error:

MSI (c) (CC:AC) [12:07:49:059]: Note: 1: 2255 2:  3: Patch 4: Sequence
DEBUG: Error 2255:  Database:  Transform: Column with this name already exists. 
Table: Patch Col: Sequence
1: 2255 2:  3: Patch 4: Sequence
This update package could not be opened. Contact the application vendor to 
verify that this is a valid Windows Installer update package.

Is there any way to get around this once RTM is already out in the field?

TradeStation Group, Inc. is a publicly-traded holding company (NASDAQ GS: TRAD) 
of three operating subsidiaries, TradeStation Securities, Inc. (Member NYSE, 
FINRA, SIPC and NFA), TradeStation Technologies, Inc., a trading software and 
subscription company, and TradeStation Europe Limited, a United Kingdom, 
FSA-authorized introducing brokerage firm. None of these companies provides 
trading or investment advice, recommendations or endorsements of any kind. The 
information transmitted is intended only for the person or entity to which it 
is addressed and may contain confidential and/or privileged material. Any 
review, retransmission, dissemination or other use of, or taking of any action 
in reliance upon, this information by persons or entities other than the 
intended recipient is prohibited. If you received this in error, please contact 
the sender and delete the material from any computer.
--
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] How do i put a Launch Condition within a Feature.

2010-02-08 Thread Pally Sandher
LaunchConditions are package wide & hence are an all or nothing solution
(either you pass the LaunchConditions & can attempt an install or you
trigger one or more & don't get install anything). You can have Feature
Conditions or Component Conditions as Cody has shown below.
A Condition Element in the appropriate Feature which disables the
Feature if VersionNT is less than 502 should work for you (502 is 2k3,
501 is XP IIRC).
If you really want to inform the user, you could add a dialog in the
InstallUISequence which is shown when the user is on XP by conditioning
it as per the Feature Condition above. I agree with Cody though, telling
a user they can't install something isn't much use, even more so in this
case than his since a user is highly unlikely to rebuild their entire
operating system just to be able to use your Feature.

Palbinder Sandher 
Software Deployment & IT Administrator
T: +44 (0) 141 945 8500 
F: +44 (0) 141 945 8501 

http://www.iesve.com 
**Design, Simulate + Innovate with the **
Integrated Environmental Solutions Limited. Registered in Scotland No.
SC151456 
Registered Office - Helix Building, West Of Scotland Science Park,
Glasgow G20 0SP
Email Disclaimer
 

-Original Message-
From: Cody Gibson [mailto:cgib...@artoftest.com] 
Sent: 08 February 2010 16:00
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] How do i put a Launch Condition within a
Feature.

I had a somewhat similar problem I had to deal with. Our product works
with both VS2008 and VS2010. I need to make my installer work with
either or both simultaneously. What I like doing in cases like this is
to hide the feature all together from the user when a feature is not
compatible with the users machine configuration. In my installer I have
this piece:


  
  

  


The above will hide the feature from the user if VS2010 is not installed
or if the VS2010 C# language is not installed. This way I don't need to
worry about any "Feature not compatible" type of dialogs.

I have the same condition on the component for UI-less installs like
this:


  (VS2010_ROOT_FOLDER AND VS2010DEVENV AND
VS2010_IDE_VCSHARP_PROJECTSYSTEM_INSTALLED AND
PROP_VS10_CS_TEMPLATE_DIR)
  


Cody


-Original Message-
From: spsingam [mailto:siva.poobalasin...@gmail.com]
Sent: Sunday, February 07, 2010 6:06 PM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] How do i put a Launch Condition within a Feature.


All, 

I am trying to put a Launch Condition within a a Feature, I cannot seem
to
find any examples to do this. I am not even sure if i can.

My reason for this is that i have a feature, that only works with
Windows
2003. And when or if the user chooses this feature and if the Operating
System is XP, then this Message box appease and informs the user that
the
feature is unavailable.

Anyone on here got any input ?

Thank you.
-- 
View this message in context:
http://n2.nabble.com/How-do-i-put-a-Launch-Condition-within-a-Feature-tp
4531682p4531682.html
Sent from the wix-users mailing list archive at Nabble.com.


--
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the
business
Choose flexible plans and management services without long-term
contracts
Personal 24x7 support from experience hosting pros just a phone call
away.
http://p.sf.net/sfu/theplanet-com
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


--
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the
business
Choose flexible plans and management services without long-term
contracts
Personal 24x7 support from experience hosting pros just a phone call
away.
http://p.sf.net/sfu/theplanet-com
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users



--
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Using to resolve ICE03 error

2010-02-08 Thread Jordan.R.Day
Thanks, Blair. I ended up needing to add  definitions (along with 
the column definitions for each table), but after adding those (along with the 
 elements) I was able to get rid of the error.

Thanks again,

Jordan Day | Software Engineer | Cerner Corporation | 816.201.8283 | 
jordan.r@cerner.com | www.cerner.com

Message: 3
Date: Thu, 4 Feb 2010 13:09:29 -0800
From: "Blair" 
Subject: Re: [WiX-users] Using  to resolve ICE03 error
results in  LGHT0094 error
To: "'General discussion for Windows Installer XML toolset.'"

Message-ID: 
Content-Type: text/plain; charset="us-ascii"

EnsureTable resolves that issue with all tables that the linker can find the
definition for (such as LockPermissions, which is a Windows Installer
defined table). Since merge modules are added by the binder after the linker
has run you would need a definition for the CrystalRedirection table in your
authoring (which the merge module would then possibly add rows to, depending
on its authoring).

-Original Message-
From: jordan.r@cerner.com [mailto:jordan.r@cerner.com] 
Sent: Thursday, February 04, 2010 9:57 AM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Using  to resolve ICE03 error results in
LGHT0094 error

Hi,

I'm using an older Crystal Reports merge module
(CrystalReports10_NET_EmbeddedReporting.msm) which apparently wasn't built
to spec, which initially resulted in a bunch of ICE03 (along with some
other) errors, mostly like:
error LGHT0204: ICE03: Table: CrystalRedirection Column: Directory Missing
specifications in _Validation Table (or Old Database)
and
error LGHT0204: ICE03: Table: LockPermissions Column: LockObject Missing
specifications in _Validation Table (or Old Database)

Adding  to my product resolves the issue
with the LockPermissions table, but doing the same for CrystalRedirection
results in
error LGHT0094: Unresolved reference to symbol 'WixCustomTable:
CrystalRedirection' in section
'Product:{C77173A0-8037-45F9-A991-D029BEBC9BCE}'.

I'm not entirely sure where to go from here? I've searched but so far it
seems like  always does the trick for folks.

Thanks,
Jordan

--
CONFIDENTIALITY NOTICE This message and any included attachments are from 
Cerner Corporation and are intended only for the addressee. The information 
contained in this message is confidential and may constitute inside or 
non-public information under international, federal, or state securities laws. 
Unauthorized forwarding, printing, copying, distribution, or use of such 
information is strictly prohibited and may be unlawful. If you are not the 
addressee, please promptly delete this message and notify the sender of the 
delivery error by e-mail or you may call Cerner's corporate offices in Kansas 
City, Missouri, U.S.A at (+1) (816)221-1024.

--
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Override V1 launch condition using a patch made by pyro.exe

2010-02-08 Thread Lian Jiang
I tried to put the launch conditions in the patch.wxs's fragment but light.exe 
threw "Patches cannot contain the 'LaunchCondition' table.".

Is there a way to change the launch conditions using a pyro patch?

Thanks
Lian

-Original Message-
From: Lian Jiang [mailto:lji...@microsoft.com] 
Sent: Saturday, February 06, 2010 4:40 PM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Override V1 launch condition using a patch made by pyro.exe

Hi,

In V1, I have a launch condition:

REINSTALL or Not 
Installed

I want to override it with below condition in V2:



If I use a patch made by MSIMSP.EXE, it can be patched using "msiexec /update 
patch.msp" successfully. It looks like windows installer uses the V2 launch 
condition to launch the patch. However, if I use a patch made by Pyro.exe, it 
failed to patch with message "Uninstall is not supported". It looks like 
windows installer still uses the V1 launch condition so as to fail to launch 
the patch.

How can I make the V2 launch condition be used for the Pyro patch?

Below is my patch.wxs for the Pyro patch.


http://schemas.microsoft.com/wix/2006/wi";>
  


  



  

  

  

  


Appreciate your help!

Thanks
Lian
--
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


--
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] adding an extension to the Wix build

2010-02-08 Thread Blair
If you are writing the extension to extend your own (or anyone else's WiX
builds) you need the following "projects" in your build:

1. Your CA. BTW, the lib(s) for building C++ CAs that are in the are very
helpful here
2. Your WixLib (which depends on the CA). It must include the -bf
commandline option to lit.exe (set the "BindFiles" property to "True" in
your .wixproj file to add that option).
3. Your Extension (which depends on the WixLib). You will probably
incorporate both a compiler extension (with its associated .xsd file) and
your wixlib. You should also include a decompiler extension for the table(s)
you create as well, especially if you intend to share your extension with
third parties. Add any others as needed for your needs/purposes. Some of the
helpful tools to ease the creation of parts of this solution, particularly
creating the decompiler extension, aren't in the MSI or the binary ZIP, so
you would have to build the wix toolset itself to get them (such as XsdGen,
XsdStich, FlattenXml, etc).
4. (optional) A project to create and MSI to install your extension, and/or
a project to zip your extension, for distribution. Depends on your intended
audience/distribution needs.

If instead you are intending to include the extension in the Wix Toolset
itself, you should instead model the locations/layouts of the above first
three projects on the ones already in the build for the other shipping
extensions. It takes a bit of hunting to see where to add what to get
everything to build but as you submit your cvs patches for review we can
help you there.

-Original Message-
From: sean farrow [mailto:sean.far...@seanfarrow.co.uk] 
Sent: Friday, February 05, 2010 9:32 PM
To: 'General discussion for Windows Installer XML toolset.'
Subject: Re: [WiX-users] adding an extension to the Wix build

Hi Bob:
I'm writing a Wix extension. This includes a ca, a Wixlib, and a c#
extension.
Cheers
Sean.

-Original Message-
From: Bob Arnson [mailto:b...@joyofsetup.com] 
Sent: 06 February 2010 04:45
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] adding an extension to the Wix build

On 2/5/2010 11:14 PM, sean farrow wrote:
> How do I go about adding an extension to the WiX build.
>

What kind of extension? Which build (WiX itself or your own WiX 
project)? Please clarify.

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


--

The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the
business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users




--
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the
business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


--
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] How to display right-to-left language like Arabic?

2010-02-08 Thread Fan Zhang (UPG)
Hi,



I want the installer to display right to left languages like Arabic. I created 
a simple wix project with Wix 3.0.5419.0 RTM version and tried three different 
languages: en-us, hu-hu and ar-ar. Both en-us and hu-hu worked as expected. But 
when I ran command as below for ar-ar,



light.exe -ext WixUIExtension -cultures:ar-ar -loc ar-ar.wxl -out Product.msi 
Product.wixobj



I got an error message:



Error 1 A string was provided with characters that are not available in the 
specified database code page '1256'. Either change these characters to ones 
that exist in the database's code page, or update the database's code page by 
modifying one of the following attributes: Product/@Codepage, Module/@Codepage, 
Patch/@Codepage, PatchCreation/@Codepage, or WixLocalization/@Codepage.
D:\Projects\WixProject1\WixProject1\Product.wxs 641  WixProject1



I think ar-ar is one of the supported languages according to page 
http://www.tramontana.co.hu/wix/loc/index.php. Can you please help looking at 
where it goes wrong?



Thanks,
Fan
--
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Override V1 launch condition using a patch made by pyro.exe

2010-02-08 Thread Blair
Look at the patched msi in orca. It is possible that your change to the
LaunchConditions table isn't included by pyro since you limit the changes
that are in your patch family.

To get all changes, no matter what fragment they came from, into your patch,
your patch family shouldn't have any children at all (it defaults to all
changes in the MSI).

-Original Message-
From: Lian Jiang [mailto:lji...@microsoft.com] 
Sent: Saturday, February 06, 2010 4:40 PM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Override V1 launch condition using a patch made by
pyro.exe

Hi,

In V1, I have a launch condition:

REINSTALL or Not
Installed

I want to override it with below condition in V2:



If I use a patch made by MSIMSP.EXE, it can be patched using "msiexec
/update patch.msp" successfully. It looks like windows installer uses the V2
launch condition to launch the patch. However, if I use a patch made by
Pyro.exe, it failed to patch with message "Uninstall is not supported". It
looks like windows installer still uses the V1 launch condition so as to
fail to launch the patch.

How can I make the V2 launch condition be used for the Pyro patch?

Below is my patch.wxs for the Pyro patch.


http://schemas.microsoft.com/wix/2006/wi";>
  


  



  

  

  

  


Appreciate your help!

Thanks
Lian

--
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the
business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


--
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Setting up a MySQL database as part of installation

2010-02-08 Thread Blair
IANAL but I suspect that someone could write a MySQL WiX extention as a
"side" project that you would install on top of a WiX installation. You
aren't changing the WiX toolset itself and the CPL allows linking to it
without invoking the shareback-under-same-license requirement (in the same
way as the LGPL) and those that are using MySQL are already dealing with the
LGPL. You just wouldn't be able to place both in the same installation
package (due to the incompatible licenses).

Speak with your attorney first, of course, though.

-Original Message-
From: Rob Mensching [mailto:r...@robmensching.com] 
Sent: Saturday, February 06, 2010 7:35 PM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Setting up a MySQL database as part of installation

Sadly, not well at all. GPL and CPL are not compatible. 

On Sat, Feb 6, 2010 at 1:01 PM, Dale Stewart
wrote:

> MySQL++ is a nice wrapper library, not sure how well the GNU LGPL
licensing
> fits in with WiX though.
>
> -Original Message-
> From: Rob Mensching [mailto:r...@robmensching.com]
> Sent: Saturday, February 06, 2010 2:33 PM
> To: General discussion for Windows Installer XML toolset.
> Subject: Re: [WiX-users] Setting up a MySQL database as part of
> installation
>
> Personally, if I knew how to communicate with MySQL and had time, I'd
> quickly go in and tweak the C++ code (or copy it into a new block of code
> then tweak it) to add the MySQL functionality. I expect MSSQL and MySQL
> aren't that different... but I honestly haven't played with MySQL much.
>
> Or, you could run an executable and condition it to run correctly in all
> configurations. Personally, I dislike trying to get all those conditions
> right. It's just too error prone compared to using the WcaComponentTodo()
> function in wcautil.lib. 
>
> On Sat, Feb 6, 2010 at 11:30 AM, William Newbery
> wrote:
>
> >
> > I would have a look at writing a proper extension, but write now I have
> > 3 fairly large projects under-way so don't have time. Maybe if someone
> > reminds me around July when two of those will be finished I'll have
> > time to take a look :)
> >
> > So the best option as of now would be the separate program written
> > specially for the task?
> >
> > > From: r...@robmensching.com
> > > Date: Sat, 6 Feb 2010 07:52:04 -0800
> > > To: wix-users@lists.sourceforge.net
> > > Subject: Re: [WiX-users] Setting up a MySQL database as part of
> > installation
> > >
> > > MySQL support does not exist today, but it'd be cool if someone
> > contributed
> > > it!
> > >
> > > On Sat, Feb 6, 2010 at 7:02 AM, William Newbery <
> > firelan...@hotmail.co.uk>wrote:
> > >
> > > >
> > > >  I've just started looking at using WiX to generate my Windows
> > installers
> > > > and am not sure how to handle this. I've seen a little bit of
> > information
> > > > regarding MS SQL Server, but not MySQL.
> > > >
> > > >
> > > > I want to prompt the user to enter their database details (hostname,
> > > > username, password, etc). I then want to check that the indicated
> > database
> > > > is a supported version, and set up tables and initial data. I also
> > would
> > > > like the ability to be able to upgrade the tables (and containing
> > data!)
> > > > from one version to another, without explicitly writing ALTER TABLE
> > commands
> > > > for every upgrade path.
> > > >
> > > >
> > > > Is this currently possible with WiX, or is the best option to write
> my
> > own
> > > > "database installer" for my application and execute it as a custom
> > install
> > > > sequence like I can with dxsetup.exe?
> > > >
> > > >
> > > > _
> > > > Do you have a story that started on Hotmail? Tell us now
> > > > http://clk.atdmt.com/UKM/go/195013117/direct/01/
> > > >
> > > >
> >
>
>

> --
> > > > The Planet: dedicated and managed hosting, cloud storage, colocation
> > > > Stay online with enterprise data centers and the best network in the
> > > > business
> > > > Choose flexible plans and management services without long-term
> > contracts
> > > > Personal 24x7 support from experience hosting pros just a phone call
> > away.
> > > > http://p.sf.net/sfu/theplanet-com
> > > > ___
> > > > WiX-users mailing list
> > > > WiX-users@lists.sourceforge.net
> > > > https://lists.sourceforge.net/lists/listinfo/wix-users
> > > >
> > > >
> > >
> > >
> > > --
> > > virtually, Rob Mensching - http://RobMensching.com LLC
> > >
> >
>
>

> --
> > > The Planet: dedicated and managed hosting, cloud storage, colocation
> > > Stay online with enterprise data centers and the best network in the
> > business
> > > Choose flexible plans and management services without long-term
> contracts
> > > Personal 24x7 support from experience hosting pros jus

Re: [WiX-users] How to display right-to-left language like Arabic?

2010-02-08 Thread Fan Zhang (UPG)
Seems the attachment is not shown. I put the key part of my projects as below:

In Product.wxs, it uses the localized string like this:



  

  !(loc.Title)




Then the ar-ar.wxl is like this:


http://schemas.microsoft.com/wix/2006/localization";>
~٠عالبل   اغفييببب


Thanks,
Fan

-Original Message-
From: Fan Zhang (UPG) [mailto:fanz...@microsoft.com] 
Sent: Monday, February 08, 2010 11:31 AM
To: General discussion for Windows Installer XML toolset.
Subject: [WiX-users] How to display right-to-left language like Arabic?

Hi,



I want the installer to display right to left languages like Arabic. I created 
a simple wix project with Wix 3.0.5419.0 RTM version and tried three different 
languages: en-us, hu-hu and ar-ar. Both en-us and hu-hu worked as expected. But 
when I ran command as below for ar-ar,



light.exe -ext WixUIExtension -cultures:ar-ar -loc ar-ar.wxl -out Product.msi 
Product.wixobj



I got an error message:



Error 1 A string was provided with characters that are not available in the 
specified database code page '1256'. Either change these characters to ones 
that exist in the database's code page, or update the database's code page by 
modifying one of the following attributes: Product/@Codepage, Module/@Codepage, 
Patch/@Codepage, PatchCreation/@Codepage, or WixLocalization/@Codepage.
D:\Projects\WixProject1\WixProject1\Product.wxs 641  WixProject1



I think ar-ar is one of the supported languages according to page 
http://www.tramontana.co.hu/wix/loc/index.php. Can you please help looking at 
where it goes wrong?



Thanks,
Fan
--
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] How to set default value based on a condtition

2010-02-08 Thread Blair
The first would appear to be a better candidate given Richard's
investigations into Windows Installer's dialog engine's recognitions of
property changes, but the dialog that is publishing would have to be
sequenced after the CostFinalize action for the "&Database" syntax to work.

-Original Message-
From: Bimali Ponnamperuma [mailto:bimal...@gmail.com] 
Sent: Sunday, February 07, 2010 7:26 PM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] How to set default value based on a condtition

Would "INSTALLSQLEX" property be available at the feature selection screen ?


can we set it like





or do we need to have a custom action and populate like below in the feature
selection screen?









On Sat, Feb 6, 2010 at 6:37 AM, Blair  wrote:

> It is checked because the associated property is set when the dialog page
> is
> (re)opened. When you deselect the feature, you need to also clear the
> property before the dialog with the checkbox is opened.
>
> -Original Message-
> From: Bimali Ponnamperuma [mailto:bimal...@gmail.com]
> Sent: Friday, February 05, 2010 2:04 AM
> To: WiX-users@lists.sourceforge.net
> Subject: [WiX-users] How to set default value based on a condtition
>
> Hi all,
>
> I have a new dialog screen introduced into the main installation flow.
> This contains a check box which should be set to uncheck by default.
>
> but this check box should be unchecked and disabled when the feature X is
> not selected.
>
> I can enable or disable based on feature selection.
>
> But my problem scenario is :
>Select feature X and go to the screen and check the "checkbox"
>Go back to feature tree and unselect feature X
>proceed to the screen... The check box is Checked and disabled... (
this
> should be unchecked and disabled)
>
> How can i set back the checked status ??
> my checkbox control is like below
>
>  Width=
> "330"
>
> Height="18" CheckBoxValue="0" Property="INSTALLSQLEX"
>
> Text="!(loc.InstallSQLExpressSelectionCheckBox)" >
>
> 
>
> 
>
> 
>
>

> --
> The Planet: dedicated and managed hosting, cloud storage, colocation
> Stay online with enterprise data centers and the best network in the
> business
> Choose flexible plans and management services without long-term contracts
> Personal 24x7 support from experience hosting pros just a phone call away.
> http://p.sf.net/sfu/theplanet-com
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
>
>
>

--
> The Planet: dedicated and managed hosting, cloud storage, colocation
> Stay online with enterprise data centers and the best network in the
> business
> Choose flexible plans and management services without long-term contracts
> Personal 24x7 support from experience hosting pros just a phone call away.
> http://p.sf.net/sfu/theplanet-com
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>

--
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the
business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


--
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Override V1 launch condition using a patch made by pyro.exe

2010-02-08 Thread Lian Jiang
Thanks Blair.

Yes, the patched MSI has the updated LaunchCondition.

I have the working infrastructure using MSIMSP.exe to create a patch. 
MSIMSP.exe includes all changes into the patch. The reason that I want to use 
Pyro.exe instead of MSIMSP.exe is that Pyro allows you to control which 
components you want to patch. This advantage will simplify our build process if 
we only want to patch some instead of all of the files. Therefore, there will 
be some components in PatchFamily section. Will this block patching Launch 
conditions using a Pyro patch? It looks like a condition element cannot exist 
in PatchFamily section or Fragment section or Patch section in below Patch.wxs. 

Appreciate your guidance.

Lian

-Original Message-
From: Blair [mailto:os...@live.com] 
Sent: Monday, February 08, 2010 11:35 AM
To: 'General discussion for Windows Installer XML toolset.'
Subject: Re: [WiX-users] Override V1 launch condition using a patch made by 
pyro.exe

Look at the patched msi in orca. It is possible that your change to the
LaunchConditions table isn't included by pyro since you limit the changes
that are in your patch family.

To get all changes, no matter what fragment they came from, into your patch,
your patch family shouldn't have any children at all (it defaults to all
changes in the MSI).

-Original Message-
From: Lian Jiang [mailto:lji...@microsoft.com] 
Sent: Saturday, February 06, 2010 4:40 PM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Override V1 launch condition using a patch made by
pyro.exe

Hi,

In V1, I have a launch condition:

REINSTALL or Not
Installed

I want to override it with below condition in V2:



If I use a patch made by MSIMSP.EXE, it can be patched using "msiexec
/update patch.msp" successfully. It looks like windows installer uses the V2
launch condition to launch the patch. However, if I use a patch made by
Pyro.exe, it failed to patch with message "Uninstall is not supported". It
looks like windows installer still uses the V1 launch condition so as to
fail to launch the patch.

How can I make the V2 launch condition be used for the Pyro patch?

Below is my patch.wxs for the Pyro patch.


http://schemas.microsoft.com/wix/2006/wi";>
  


  



  

  

  

  


Appreciate your help!

Thanks
Lian

--
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the
business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


--
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


--
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Override V1 launch condition using a patch made by pyro.exe

2010-02-08 Thread Blair
Is MyFileComponent in the same fragment as both versions of the Condition
element?

Are you using the .wixpdb files to generate your .wixmst file?

-Original Message-
From: Lian Jiang [mailto:lji...@microsoft.com] 
Sent: Monday, February 08, 2010 11:56 AM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Override V1 launch condition using a patch made by
pyro.exe

Thanks Blair.

Yes, the patched MSI has the updated LaunchCondition.

I have the working infrastructure using MSIMSP.exe to create a patch.
MSIMSP.exe includes all changes into the patch. The reason that I want to
use Pyro.exe instead of MSIMSP.exe is that Pyro allows you to control which
components you want to patch. This advantage will simplify our build process
if we only want to patch some instead of all of the files. Therefore, there
will be some components in PatchFamily section. Will this block patching
Launch conditions using a Pyro patch? It looks like a condition element
cannot exist in PatchFamily section or Fragment section or Patch section in
below Patch.wxs. 

Appreciate your guidance.

Lian

-Original Message-
From: Blair [mailto:os...@live.com] 
Sent: Monday, February 08, 2010 11:35 AM
To: 'General discussion for Windows Installer XML toolset.'
Subject: Re: [WiX-users] Override V1 launch condition using a patch made by
pyro.exe

Look at the patched msi in orca. It is possible that your change to the
LaunchConditions table isn't included by pyro since you limit the changes
that are in your patch family.

To get all changes, no matter what fragment they came from, into your patch,
your patch family shouldn't have any children at all (it defaults to all
changes in the MSI).

-Original Message-
From: Lian Jiang [mailto:lji...@microsoft.com] 
Sent: Saturday, February 06, 2010 4:40 PM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Override V1 launch condition using a patch made by
pyro.exe

Hi,

In V1, I have a launch condition:

REINSTALL or Not
Installed

I want to override it with below condition in V2:



If I use a patch made by MSIMSP.EXE, it can be patched using "msiexec
/update patch.msp" successfully. It looks like windows installer uses the V2
launch condition to launch the patch. However, if I use a patch made by
Pyro.exe, it failed to patch with message "Uninstall is not supported". It
looks like windows installer still uses the V1 launch condition so as to
fail to launch the patch.

How can I make the V2 launch condition be used for the Pyro patch?

Below is my patch.wxs for the Pyro patch.


http://schemas.microsoft.com/wix/2006/wi";>
  


  



  

  

  

  


Appreciate your help!

Thanks
Lian

--
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the
business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users



--
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the
business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users



--
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the
business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


--
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Re: [WiX-users] How to display right-to-left language like Arabic?

2010-02-08 Thread Blair
I looked at that page: ar-ar is listed as only available in wix 2.0. You appear 
to be using 3.x (based on the namespace in your .wxl file). "open" means that 
the language is available for someone to supply the translation for that 
language but it isn't assigned yet because no one has yet stepped forward/been 
approved.

You will probably have to take the WixUI_en-US.wxl file from the wix sources 
and translate it in its entirety to use ar-ar as a culture.

-Original Message-
From: Fan Zhang (UPG) [mailto:fanz...@microsoft.com] 
Sent: Monday, February 08, 2010 11:53 AM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] How to display right-to-left language like Arabic?

Seems the attachment is not shown. I put the key part of my projects as below:

In Product.wxs, it uses the localized string like this:



  

  !(loc.Title)




Then the ar-ar.wxl is like this:


http://schemas.microsoft.com/wix/2006/localization";>
~٠عالبل   اغفييببب


Thanks,
Fan

-Original Message-
From: Fan Zhang (UPG) [mailto:fanz...@microsoft.com] 
Sent: Monday, February 08, 2010 11:31 AM
To: General discussion for Windows Installer XML toolset.
Subject: [WiX-users] How to display right-to-left language like Arabic?

Hi,



I want the installer to display right to left languages like Arabic. I created 
a simple wix project with Wix 3.0.5419.0 RTM version and tried three different 
languages: en-us, hu-hu and ar-ar. Both en-us and hu-hu worked as expected. But 
when I ran command as below for ar-ar,



light.exe -ext WixUIExtension -cultures:ar-ar -loc ar-ar.wxl -out Product.msi 
Product.wixobj



I got an error message:



Error 1 A string was provided with characters that are not available in the 
specified database code page '1256'. Either change these characters to ones 
that exist in the database's code page, or update the database's code page by 
modifying one of the following attributes: Product/@Codepage, Module/@Codepage, 
Patch/@Codepage, PatchCreation/@Codepage, or WixLocalization/@Codepage.
D:\Projects\WixProject1\WixProject1\Product.wxs 641  WixProject1



I think ar-ar is one of the supported languages according to page 
http://www.tramontana.co.hu/wix/loc/index.php. Can you please help looking at 
where it goes wrong?



Thanks,
Fan
--
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


--
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Do not remove some files on major upgrade

2010-02-08 Thread Blair
What does your windows installer log generated while performing the upgrade
say about the component containing that file?

-Original Message-
From: vunder [mailto:vun...@bk.ru] 
Sent: Thursday, February 04, 2010 12:52 AM
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Do not remove some files on major upgrade


I have a component with only one file in it. At first install file must be
installed. At upgrade it does not need to be installed.
Component has the same GUID in two installation packages, what differs by
version.
RemoveExistingProducts placed in InstallExecuteSequence:

  


-- 
View this message in context:
http://n2.nabble.com/Do-not-remove-some-files-on-major-upgrade-tp4505876p451
2297.html
Sent from the wix-users mailing list archive at Nabble.com.


--
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the
business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


--
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Override V1 launch condition using a patch made by pyro.exe

2010-02-08 Thread Lian Jiang
Yes, MyFileComponent is in the same fragment in both versions of MSIs. I am 
using wixpdb to generate .wixmst file.

Thanks
Lian

-Original Message-
From: Blair [mailto:os...@live.com] 
Sent: Monday, February 08, 2010 12:07 PM
To: 'General discussion for Windows Installer XML toolset.'
Subject: Re: [WiX-users] Override V1 launch condition using a patch made by 
pyro.exe

Is MyFileComponent in the same fragment as both versions of the Condition
element?

Are you using the .wixpdb files to generate your .wixmst file?

-Original Message-
From: Lian Jiang [mailto:lji...@microsoft.com] 
Sent: Monday, February 08, 2010 11:56 AM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Override V1 launch condition using a patch made by
pyro.exe

Thanks Blair.

Yes, the patched MSI has the updated LaunchCondition.

I have the working infrastructure using MSIMSP.exe to create a patch.
MSIMSP.exe includes all changes into the patch. The reason that I want to
use Pyro.exe instead of MSIMSP.exe is that Pyro allows you to control which
components you want to patch. This advantage will simplify our build process
if we only want to patch some instead of all of the files. Therefore, there
will be some components in PatchFamily section. Will this block patching
Launch conditions using a Pyro patch? It looks like a condition element
cannot exist in PatchFamily section or Fragment section or Patch section in
below Patch.wxs. 

Appreciate your guidance.

Lian

-Original Message-
From: Blair [mailto:os...@live.com] 
Sent: Monday, February 08, 2010 11:35 AM
To: 'General discussion for Windows Installer XML toolset.'
Subject: Re: [WiX-users] Override V1 launch condition using a patch made by
pyro.exe

Look at the patched msi in orca. It is possible that your change to the
LaunchConditions table isn't included by pyro since you limit the changes
that are in your patch family.

To get all changes, no matter what fragment they came from, into your patch,
your patch family shouldn't have any children at all (it defaults to all
changes in the MSI).

-Original Message-
From: Lian Jiang [mailto:lji...@microsoft.com] 
Sent: Saturday, February 06, 2010 4:40 PM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Override V1 launch condition using a patch made by
pyro.exe

Hi,

In V1, I have a launch condition:

REINSTALL or Not
Installed

I want to override it with below condition in V2:



If I use a patch made by MSIMSP.EXE, it can be patched using "msiexec
/update patch.msp" successfully. It looks like windows installer uses the V2
launch condition to launch the patch. However, if I use a patch made by
Pyro.exe, it failed to patch with message "Uninstall is not supported". It
looks like windows installer still uses the V1 launch condition so as to
fail to launch the patch.

How can I make the V2 launch condition be used for the Pyro patch?

Below is my patch.wxs for the Pyro patch.


http://schemas.microsoft.com/wix/2006/wi";>
  


  



  

  

  

  


Appreciate your help!

Thanks
Lian

--
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the
business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users



--
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the
business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users



--
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the
business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


--
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data cent

[WiX-users] Finding a file that is causing auto-repair

2010-02-08 Thread Harvey, John Ctr USAF Warfighter's Edge
We have shortcuts installed that trigger a repair if something missing is 
detected. Is there some way to find out what triggered the repair? I have logs, 
but I don't know what to look for.

--John Harvey

--
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Request for help building a Simple MSI..

2010-02-08 Thread Vern Graner
On 2/5/2010 7:22 PM, Blair wrote:
 > In the "Stop the services" section, shouldn't that be "NET STOP "*?

Yep.. spot on... I copied those and forgot to change the state to stop.. 
all fixed. :)

 > You are using "self registration" for your EXEs. That is greatly
 > discouraged for quite a few reasons.

Understood and I agree and so do just about every "how to make an MSI" 
tutorial I've read. :)

However..

I am unfortunately not privy to the source code due to various reasons 
beyond my immediate control. :( I tried doing a snapshot compare and 
looking up the keys that were created but things got complicated quickly.

FWIW, I am planning a two stage process for this MSI. First, if I could 
get that batch converted and use the commands to make their own keys, it 
would allow me to deliver a much needed update out to clients...

Gaining me some leverage to perform Step 2- that is the clout to 
navigate the waters of politics and bureaucracy to re-do the MSI the 
*right* way. :)

At this point, I'm in hot water cause the MSI version of the installer 
is delayed.. and I look like the bottle neck. :(

Vern

-- 
Vern Graner CNE/CNA/SSE| "If the network is down, then you're
Senior Systems Engineer| obviously incompetent so why are we
Texas Information Services | paying you? Of course, if the network
http://www.txis.com| is up, then we obviously don't need
Austin Office 512 328-8947 | you, so why are we paying you?" ©VLG

--
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Setting up a MySQL database as part of installation

2010-02-08 Thread dB .
First, I don't have it, but I can get you started half way there if you want to 
code it.

You should take a look at http://msiext.codeplex.com. There's an ODBC 
infrastructure which may work 95% to where you need to be to create a MySQL 
database, and a full implementation for MSSQL server based on that, done with 
extending in mind. This means that if you're going to code something, you're 
half way further than with wix CA code.

I'll be happy to help with free advice. We plan to extend it to Oracle soon.

Cheers
dB.

dB. @ dblock.org 
Moscow|Geneva|Seattle|New York



-Original Message-
From: William Newbery [mailto:firelan...@hotmail.co.uk] 
Sent: Saturday, February 06, 2010 10:02 AM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Setting up a MySQL database as part of installation


  I've just started looking at using WiX to generate my Windows installers and 
am not sure how to handle this. I've seen a little bit of information regarding 
MS SQL Server, but not MySQL.


I want to prompt the user to enter their database details (hostname, username, 
password, etc). I then want to check that the indicated database is a supported 
version, and set up tables and initial data. I also would like the ability to 
be able to upgrade the tables (and containing data!) from one version to 
another, without explicitly writing ALTER TABLE commands for every upgrade path.


Is this currently possible with WiX, or is the best option to write my own 
"database installer" for my application and execute it as a custom install 
sequence like I can with dxsetup.exe?
  
  
_
Do you have a story that started on Hotmail? Tell us now
http://clk.atdmt.com/UKM/go/195013117/direct/01/
--
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

--
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Setting up a MySQL database as part of installation

2010-02-08 Thread JKLists
On 6 Feb 10 8:34 PM, Rob Mensching wrote:
> Sadly, not well at all. GPL and CPL are not compatible.
>

You're correct that the GPL and CPL are not compatible. The question 
that was not addressed, however, is what of  *L*GPL?

LGPL (the Lesser GPL) is not the same as the GPL. IANAL but I understand 
that there should be no problem /using /LGPL libraries. From what I 
understand, the CPL and the LGPL are kissing cousins.

Stallman detests the LGPL because it violates his purist aims to have 
all software "free". The GPL is designed to build a wall around "free" 
software, available only to other "free" software projects. The theory 
is that this walled garden of unique and superior software will attract 
more people to come into the walled garden and work on "free" software. 
If you use anything in the walled garden, your software must remain in 
the garden.

The LGPL breaks what the "viral" or "infectious" part of the GPL. A LGPL 
library's source code is itself ruled by the GPL, but any software that 
/uses/ the library is not. Any software, including proprietary software, 
may use a LGPL library without GPL cross-contamination. In other words, 
if you alter LGPL code to tweak the /library/, you're bound by the GPL 
to publish that tweak that you did to the /library/. If you /use/ a LGPL 
library, you're not required to play in the walled garden (and thus 
Stallman's irritation with the LGPL).

Here's a quote from http://www.gnu.org/licenses/why-not-lgpl.html This 
article tries to persuade people to play only in the walled garden by 
not using the LGPL because "We free software developers should support 
one another."

The GNU Project has two principal licenses to use for libraries. One
is the GNU Lesser GPL; the other is the ordinary GNU GPL. The choice
of license makes a big difference: using the Lesser GPL permits use
of the library in proprietary programs; using the ordinary GPL for a
library makes it available only for free programs.

The only baggage that comes with redistributing an LGPL library is the 
requirement to make the source of the library available. That's a bit of 
a bother, even if it's a zipped snapshot. That in and of itself may be 
enough of a barrier to make it undesirable to /distribute/ the LGPL'ed 
library.

However, if one installs MySQL separately, WiX wouldn't have to 
distribute any source snapshots. That would be something that the person 
/using/ WiX would have to decide on.

... but IANAL so take anything I say here with a bucket of salt.


--
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Question about WiX and Delphi

2010-02-08 Thread JKLists

> I wonder if I can use WiX with Delphi ?
>

I use WiX to build an installer for a Delphi project.

There's no integration into the Delphi IDE AFAIK.



--
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Finding a file that is causing auto-repair

2010-02-08 Thread Wilson, Phil
The Application Event Log should tell you what it thinks is the missing 
component. 

Phil Wilson 


-Original Message-
From: Harvey, John Ctr USAF Warfighter's Edge 
[mailto:john.har...@wedge.hpc.mil] 
Sent: Monday, February 08, 2010 2:42 PM
To: General discussion for Windows Installer XML toolset.
Subject: [WiX-users] Finding a file that is causing auto-repair

We have shortcuts installed that trigger a repair if something missing is 
detected. Is there some way to find out what triggered the repair? I have logs, 
but I don't know what to look for.

--John Harvey

--
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users



*** Confidentiality Notice: This e-mail, including any associated or attached 
files, is intended solely for the individual or entity to which it is 
addressed. This e-mail is confidential and may well also be legally privileged. 
If you have received it in error, you are on notice of its status. Please 
notify the sender immediately by reply e-mail and then delete this message from 
your system. Please do not copy it or use it for any purposes, or disclose its 
contents to any other person. This email comes from a division of the Invensys 
Group, owned by Invensys plc, which is a company registered in England and 
Wales with its registered office at Portland House, Bressenden Place, London, 
SW1E 5BF (Registered number 166023). For a list of European legal entities 
within the Invensys Group, please go to 
http://www.invensys.com/legal/default.asp?top_nav_id=77&nav_id=80&prev_id=77. 
You may contact Invensys plc on +44 (0)20 7821 3848 or e-mail 
inet.hqhelpd...@invensys.com. This e-mail and any attachments thereto may be 
subject to the terms of any agreements between Invensys (and/or its 
subsidiaries and affiliates) and the recipient (and/or its subsidiaries and 
affiliates).



--
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Installing SQL express as a feature

2010-02-08 Thread Bimali Ponnamperuma
Hi ,

I need to install SQL Express with my installation
I need to run the exe and this need to be added to the feature list in the
product.wxs file.

any suggestions on how should i invoke the exe as a component in the
product.wxs?

Thanks in advance
--
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Setting up a MySQL database as part of installation

2010-02-08 Thread Rob Mensching
Sorry, I saw "GNU LGPL" as just "GPL". I really don't know about CPL and
LGPL. 

On Mon, Feb 8, 2010 at 3:31 PM, JKLists  wrote:

> On 6 Feb 10 8:34 PM, Rob Mensching wrote:
> > Sadly, not well at all. GPL and CPL are not compatible.
> >
>
> You're correct that the GPL and CPL are not compatible. The question
> that was not addressed, however, is what of  *L*GPL?
>
> LGPL (the Lesser GPL) is not the same as the GPL. IANAL but I understand
> that there should be no problem /using /LGPL libraries. From what I
> understand, the CPL and the LGPL are kissing cousins.
>
> Stallman detests the LGPL because it violates his purist aims to have
> all software "free". The GPL is designed to build a wall around "free"
> software, available only to other "free" software projects. The theory
> is that this walled garden of unique and superior software will attract
> more people to come into the walled garden and work on "free" software.
> If you use anything in the walled garden, your software must remain in
> the garden.
>
> The LGPL breaks what the "viral" or "infectious" part of the GPL. A LGPL
> library's source code is itself ruled by the GPL, but any software that
> /uses/ the library is not. Any software, including proprietary software,
> may use a LGPL library without GPL cross-contamination. In other words,
> if you alter LGPL code to tweak the /library/, you're bound by the GPL
> to publish that tweak that you did to the /library/. If you /use/ a LGPL
> library, you're not required to play in the walled garden (and thus
> Stallman's irritation with the LGPL).
>
> Here's a quote from http://www.gnu.org/licenses/why-not-lgpl.html This
> article tries to persuade people to play only in the walled garden by
> not using the LGPL because "We free software developers should support
> one another."
>
>The GNU Project has two principal licenses to use for libraries. One
>is the GNU Lesser GPL; the other is the ordinary GNU GPL. The choice
>of license makes a big difference: using the Lesser GPL permits use
>of the library in proprietary programs; using the ordinary GPL for a
>library makes it available only for free programs.
>
> The only baggage that comes with redistributing an LGPL library is the
> requirement to make the source of the library available. That's a bit of
> a bother, even if it's a zipped snapshot. That in and of itself may be
> enough of a barrier to make it undesirable to /distribute/ the LGPL'ed
> library.
>
> However, if one installs MySQL separately, WiX wouldn't have to
> distribute any source snapshots. That would be something that the person
> /using/ WiX would have to decide on.
>
> ... but IANAL so take anything I say here with a bucket of salt.
>
>
>
> --
> The Planet: dedicated and managed hosting, cloud storage, colocation
> Stay online with enterprise data centers and the best network in the
> business
> Choose flexible plans and management services without long-term contracts
> Personal 24x7 support from experience hosting pros just a phone call away.
> http://p.sf.net/sfu/theplanet-com
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
>


-- 
virtually, Rob Mensching - http://RobMensching.com LLC
--
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Installing SQL express as a feature

2010-02-08 Thread Blair
Use a bootstrapper. If you really want it to appear as a feature, use
external ui.

-Original Message-
From: Bimali Ponnamperuma [mailto:bimal...@gmail.com] 
Sent: Monday, February 08, 2010 7:33 PM
To: WiX-users@lists.sourceforge.net
Subject: [WiX-users] Installing SQL express as a feature

Hi ,

I need to install SQL Express with my installation
I need to run the exe and this need to be added to the feature list in the
product.wxs file.

any suggestions on how should i invoke the exe as a component in the
product.wxs?

Thanks in advance

--
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the
business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


--
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Installing SQL express as a feature

2010-02-08 Thread Bimali Ponnamperuma
I could not get u .

can u explain a bit please..

Im not sure with the "bootstrapper" idea

Thanks

On Tue, Feb 9, 2010 at 9:11 AM, Blair  wrote:

> Use a bootstrapper. If you really want it to appear as a feature, use
> external ui.
>
> -Original Message-
> From: Bimali Ponnamperuma [mailto:bimal...@gmail.com]
> Sent: Monday, February 08, 2010 7:33 PM
> To: WiX-users@lists.sourceforge.net
> Subject: [WiX-users] Installing SQL express as a feature
>
> Hi ,
>
> I need to install SQL Express with my installation
> I need to run the exe and this need to be added to the feature list in the
> product.wxs file.
>
> any suggestions on how should i invoke the exe as a component in the
> product.wxs?
>
> Thanks in advance
>
> 
> --
> The Planet: dedicated and managed hosting, cloud storage, colocation
> Stay online with enterprise data centers and the best network in the
> business
> Choose flexible plans and management services without long-term contracts
> Personal 24x7 support from experience hosting pros just a phone call away.
> http://p.sf.net/sfu/theplanet-com
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
>
>
> --
> The Planet: dedicated and managed hosting, cloud storage, colocation
> Stay online with enterprise data centers and the best network in the
> business
> Choose flexible plans and management services without long-term contracts
> Personal 24x7 support from experience hosting pros just a phone call away.
> http://p.sf.net/sfu/theplanet-com
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
--
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Multi-language, multi-platform bootstrap

2010-02-08 Thread dB .
http://dotnetinstaller.codeplex.com supports your scenario. You can implement a 
language selector or automatically select depending on the OS region and/or 
locale.

dB. @ dblock.org 
Moscow|Geneva|Seattle|New York



-Original Message-
From: Jakub Gwóźdź [mailto:gwozd...@rpg.pl] 
Sent: Monday, February 01, 2010 5:43 AM
To: General discussion for Windows Installer XML toolset.
Subject: [WiX-users] Multi-language, multi-platform bootstrap

My product has some 32-bit files installed on both platforms and some
64-bit files only for x64 platform. And installation is shipped in two
languages: en_US and pl_PL (files are the same, but one registry entry
differs).
So basically I have four packages:

MyProduct.En.32.msi
MyProduct.En.64.msi
MyProduct.Pl.32.msi
MyProduct.Pl.64.msi

Now, since the installed files are basically the same, I'd like to
extract the .cab part from the .msis and make one bootstrapping
Setup.exe (using cabinet.dll + resource).

This setup.exe would check target platform, ask for language, extract
adequate .msi + common .cab (and maybe vcredist.exe first, since VC
merge modules suck), and run the msiexec.

Now: what is the best practice for such an approach?
And how should my  and  look like?

Best regards
Jakub Gwóźdź

--
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

--
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] How to rename an existing file after installation (major upgrade)?

2010-02-08 Thread dB .
There's a MoveFile immediate CA in http://msiext.codeplex.com. 
Although "cmd.exe /C move "..."" will work as well on all operating 
systems except Windows 9x.

dB. @ dblock.org 
Moscow|Geneva|Seattle|New York



-Original Message-
From: Nicole Zheng [mailto:nicole.zheng...@hotmail.com] 
Sent: Wednesday, February 03, 2010 5:06 AM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] How to rename an existing file after installation (major 
upgrade)?


When my application runs for the 1st time, it creates a file named devcie.txt
under the installation folder.
Since the file name is a typo (should be device.txt), I want to provide a
higher version .msi to perform a major upgrade and rename the file during
the installation.

My code is like:


.
.
.

  


But it doesn't work. The error logs:
CAQuietExec:  Command string must begin with quoted application name.
CAQuietExec:  Error 0x80070057: invalid command line property value
CAQuietExec:  Error 0x80070057: failed to get Command Line

Look forward your help. Thanks a lot.


-- 
View this message in context: 
http://n2.nabble.com/How-to-rename-an-existing-file-after-installation-major-upgrade-tp4506348p4506348.html
Sent from the wix-users mailing list archive at Nabble.com.

--
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

--
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Need to install 2 products at once

2010-02-08 Thread dB .
You definitely need a bootstrapper.

http://dotnetinstaller.codeplex.com will do.

dB. @ dblock.org 
Moscow|Geneva|Seattle|New York



-Original Message-
From: Cody Gibson [mailto:cgib...@artoftest.com] 
Sent: Tuesday, January 26, 2010 10:02 AM
To: General discussion for Windows Installer XML toolset.
Subject: [WiX-users] Need to install 2 products at once

Here's my problem:

We offer 2 products to our customers. Product A works standalone. Product B 
relies on product A. Both products are owned by us (meaning we have total 
control of the source code and the installers). I am responsible for the 
installers. Currently both ship as .MSI's which are built using WiX.

What I'm looking for is some way of having product A automatically installed 
(with default settings) when the customer goes to install product B. I haven't 
found a good solution for installing 2 .MSI's at once. According to Windows 
Installer documentation this is called Concurrent Installation, which is a 
deprecated, no longer supported feature. I haven't seen in their documentation 
an explicit statement saying what they replaced it with.

Surely someone else has dealt with this type of problem. How did you solve it? 
Do recommend using Merge Modules? A bootstrapper? Or what? Both products are 
downloadable from our website. Is there a nice way to use that to our advantage 
here (though we still have to deal with customers who have machines that are 
not Internet accessible)?

I'm not real keen of the idea of creating a merge module because that would 
mean I'm basically maintaining two installers for product A, one .MSI for 
public release and one .MSM just to be included into product B's .MSI. Another 
drawback I see to using a merge module (it appears I haven't actually tried it 
yet) is that it would end up showing only product B being installed in the 
Programs & Features (aka Add/Remove Programs) list instead of both products.

I'm open to ideas please.

Thanks,
Cody

--
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

--
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Interviewing an installation developer

2010-02-08 Thread dB .
I am horrified by this thread. People never learn :) In the last 3 companies I 
worked (one being Microsoft) we went through this.

We used to have builders which developer over-complicated build processes and 
we had build fiasco. We added more better builders. We got more build code that 
could build, except when we needed a QFE, now.

We used to have an install developer and we had an installation fiasco. We 
added more better install developers. We ended up with different installer code 
that could install, but couldn't upgrade by version 2.

If this sounds familiar, then maybe you want to rethink hiring an installation 
developer. It's that both build and installation are core things that need to 
be solid. If you can't turn around builds quickly and reliably, you don't have 
a product. If your customers can't install it, then you have a support 
nightmare. A specialist can build you a good installer, but he will always 
follow the "everything looks like a nail when you have a hammer". In the end 
you'll end up with an over-complicated installer that will... fail.

I practice treating wix code just like any other code and distributing install 
work across the team. We have 20+ components and I have half of my developers 
fluent in wix. Each team delivers a self-contained component (an MSI). I spend 
almost no time in installers, don't have a bottleneck and have developers that 
make much better choices as they are writing installer-ready applications and 
don't dump all the extra work in the installer.

cheers
-dB.

dB. @ dblock.org 
Moscow|Geneva|Seattle|New York



-Original Message-
From: Sebastian Brand [mailto:sebast...@instyler.com] 
Sent: Monday, February 01, 2010 1:56 AM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Interviewing an installation developer

Hello,

140% Full Ack :-)
The whole business around "setup" is painfully boring - for most developers and 
IT pros. Finding someone who is not only willing to get the job done, but also 
interested in the area of setups or even passionate about the whole process is 
nearly impossible. If you find someone who really likes to do setups and build 
processes etc. hire him! (Or forward him to me please)

Best regards,
Sebastian Brand
sebast...@instyler.com

Instyler Software - Software development, deployment and productivity
Geisenfelder Str. 53a - 85053 Ingolstadt, Germany - EU VAT ID: DE219712370
Phone: +49 841-4544567 - Fax & voicemail: +49 321-21220152
www.instyler.com



> -Original Message-
> From: Christopher Painter [mailto:chr...@deploymentengineering.com]
> Sent: Monday, February 01, 2010 05:32
> To: General discussion for Windows Installer XML toolset.
> Subject: Re: [WiX-users] Interviewing an installation developer
> 
> Back in 2003 I was living in Virginia. I had about 5 years of InstallScript 
> and
> build automation under my belt.
> 
> I was really busy doing a build when I received an unexpected phone screen.
> I was really distracted when the interviewer asked how InsallShield handled
> locked files.  Now I knew all about MoveFileEx() and
> PendingRenameOperations but for some reason my mind blanked and I gave
> some generic answer about black boxes and white boxes and that you just
> select the potentially locked attribute and debug/profile if it ever becomes
> an issue.
> 
> The call was my only interview and I ended up getting the job ( in Texas ). I
> later asked my boss why he hired me when i really didn't even give him a
> good answer for the question.  His answer was telling:
> 
> "Because you actually *wanted* to write installs."
> 
> Passion for setup plays a big part when I'm interviewing someone.
> 
> Chris
> 
> --- On Sun, 1/31/10, Sascha Beaumont 
> wrote:
> 
> > From: Sascha Beaumont 
> > Subject: Re: [WiX-users] Interviewing an installation developer
> > To: "General discussion for Windows Installer XML toolset."
> > 
> > Date: Sunday, January 31, 2010, 10:04 PM When I interviewed for my
> > current position I was asked about familiarity with InstallShield, no
> > questions about MSI itself. I responded honestly that I had no idea,
> > had used it once many moons ago and found it complex, horrible and a
> > pain to understand.
> > What I didn't
> > realize for another 6+ months was that I needed to understand and
> > learn the MSI fundamentals - your real question to any potential
> > employee should be "are you willing to learn?"
> >
> > The hardest part about Windows Installer is the debugging, not the
> > writing. Rather than having your interviewee write a quick
> > installation package, how about having them open an existing package
> > in ORCA and review/debug/explain it? Maybe show them an error log and
> > ask them what could be causing the issue? (e.g.
> > non-deferred CA trying
> > to write to HKLM has problems with registry
> > virtualization)
> >
> > Scripted custom actions are a no-no, I would say anyone with any
> > "real" setup experience knows t

Re: [WiX-users] [WIX-Users] Problem while running big sql script file

2010-02-08 Thread dB .
Forgive me for shameless advertising. You might want to try ODBC_Execute 
immediate CA from http://msiext.codeplex.com or ODBCExecute wix extension, 
neither should have this problem. There're BULK INSERT constructs for problems 
like yours + we've implemented a minimal parser in the next release (current 
source code) so you can have delimiters, SQL-server specific constructs like 
:r, etc.

dB. @ dblock.org 
Moscow|Geneva|Seattle|New York



-Original Message-
From: Rob Mensching [mailto:r...@robmensching.com] 
Sent: Tuesday, February 02, 2010 10:31 AM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] [WIX-Users] Problem while running big sql script file

Uhh, yeah, I don't think we've ever tested a script that big. That is
E_OUTOFMEMORY and we have some known "non-ideal" memory usage issues in the
SqlExtension today. You're likely hitting that.

Hopefully, you can split the script into smaller chunks.

On Tue, Feb 2, 2010 at 5:50 AM, akash bhatia <911ak...@gmail.com> wrote:

> Hi,
>
> I am using the WiX 3.0 and  using the *WixSqlExtension *for creating the DB
> and running a script file on this  DB.
>
> While installing the product  i am getting the error as:
>
> InstallSqlData:  Error 0x8007000e: failed to read from stream
> InstallSqlData:  Error 0x8007000e: failed to read SqlScripts table
>
> One thing i want to share with you guys is that the size of my sql script
> file is around 352 MB.
>
> is it not recommended to use such a big script file ?
>
> --
> Cheers,
> Akash
>
> --
> The Planet: dedicated and managed hosting, cloud storage, colocation
> Stay online with enterprise data centers and the best network in the
> business
> Choose flexible plans and management services without long-term contracts
> Personal 24x7 support from experience hosting pros just a phone call away.
> http://p.sf.net/sfu/theplanet-com
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
>


-- 
virtually, Rob Mensching - http://RobMensching.com LLC
--
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

--
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] how to share variables between wix and C++ projects?

2010-02-08 Thread dB .
I suggest treating wix like any other code. We do this: 
http://code.dblock.org/ShowPost.aspx?id=19

Hope this helps,

Cheers
dB. 

dB. @ dblock.org 
Moscow|Geneva|Seattle|New York



-Original Message-
From: CP YEH [mailto:ntde...@gmail.com] 
Sent: Sunday, January 24, 2010 6:47 PM
To: General discussion for Windows Installer XML toolset.
Subject: [WiX-users] how to share variables between wix and C++ projects?

I have Wix project that contains product codes and version information
and I would like to find a way to use these information from C++
project because I do not want to define these variables two different
places.
Could anyone tell me how to achieve this?
Thanks.

YEH

--
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-dev2dev
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

--
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Issue with unregistered filters.

2010-02-08 Thread Selvakumar B
Hi,
Thanks for your suggestion,

Can you give me an idea to use heat.exe or any sample (sample.wxs).

Selva ,..

-Original Message-
From: Rob Mensching [mailto:r...@robmensching.com]
Sent: Monday, February 08, 2010 9:04 PM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Issue with unregistered filters.

It sounds like your self registration calls are failing. Self-reg is noted
to be a very fragile thing. I'd recommend using heat.exe to capture the
registry keys and declare them in your .wxs file, instead of using SelfReg.

On Mon, Feb 8, 2010 at 6:16 AM, Selvakumar B wrote:

> HI,
>
> I am using wix 3.0, I need to register when I installing the product, but
> if the filter has not register its showing error dialog with "cancel" ,
> "Ignore" buttons.
>
> What I want is if the filter didn't register stop the installation and
> rollback. I don't want the error dialog with Ignore button.
>
> My code snippet,
>
>Guid="216594F6-CD8C-4071-B2BF-05A8841AE68C">
> Source="..\Filter.ax" DiskId="1" Vital="yes" SelfRegCost="1" />
>
> Guid="9DC1F372-3790-40c2-852C-FB51A7D8246C">
> Source="..\Filter2.ax" DiskId="1" Vital="yes" SelfRegCost="1" />
>
>
> Is there any fix for this !!!.
>
> Thank you ,
>
> Regards,
> Selva
>
> 
> The contents of this email and any attachment(s) are confidential and
> intended for the named recipient(s) only. This email shall not attach any
> liability on the originator or Real Image Media Technologies Pvt. Ltd. or
> its affiliates. Any views or opinions expressed in this email are solely
> those of the author and may not necessarily reflect the views or opinions of
> Real Image Media Technologies Pvt. Ltd. nor its affiliates. Any form of
> reproduction, dissemination, copying, disclosure, modification, distribution
> and/or publication of this email, without the prior written consent of the
> author, is strictly prohibited. If you have received this email in error,
> please delete it and notify the sender immediately. Before opening any mail
> and attachments, please check them for viruses and defects
>
> --
> The Planet: dedicated and managed hosting, cloud storage, colocation
> Stay online with enterprise data centers and the best network in the
> business
> Choose flexible plans and management services without long-term contracts
> Personal 24x7 support from experience hosting pros just a phone call away.
> http://p.sf.net/sfu/theplanet-com
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
>


--
virtually, Rob Mensching - http://RobMensching.com LLC
--
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

The contents of this email and any attachment(s) are confidential and intended 
for the named recipient(s) only. This email shall not attach any liability on 
the originator or Real Image Media Technologies Pvt. Ltd. or its affiliates. 
Any views or opinions expressed in this email are solely those of the author 
and may not necessarily reflect the views or opinions of Real Image Media 
Technologies Pvt. Ltd. nor its affiliates. Any form of reproduction, 
dissemination, copying, disclosure, modification, distribution and/or 
publication of this email, without the prior written consent of the author, is 
strictly prohibited. If you have received this email in error, please delete it 
and notify the sender immediately. Before opening any mail and attachments, 
please check them for viruses and defects

--
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Installing SQL express as a feature

2010-02-08 Thread Sebastian Brand
To install SQL Express you have to use a bootstrapper, i.e. an external 
application that first checks if SQL Express is installed already, then starts 
the SQLEx installation and then starts your main MSI/wxs installation. This is 
required because SQL Express cannot be part of "your" Setup, it cannot be 
merged into your setup. (Well, it "shouldn't")

If you need something like the usual "feature" tree view in your setup, it gets 
even harder. You have to rebuild the setup wizard interface for the user that 
implements a custom feature selector and then installs SQL Express as described 
above and sends the states of the other selected features to the main installer.


Best regards,
Sebastian Brand
sebast...@instyler.com

Instyler Software - Software development, deployment and productivity
Geisenfelder Str. 53a - 85053 Ingolstadt, Germany - EU VAT ID: DE219712370
Phone: +49 841-4544567 - Fax & voicemail: +49 321-21220152
www.instyler.com




> -Original Message-
> From: Bimali Ponnamperuma [mailto:bimal...@gmail.com]
> Sent: Tuesday, February 09, 2010 04:50
> To: General discussion for Windows Installer XML toolset.
> Subject: Re: [WiX-users] Installing SQL express as a feature
> 
> I could not get u .
> 
> can u explain a bit please..
> 
> Im not sure with the "bootstrapper" idea
> 
> Thanks
> 
> On Tue, Feb 9, 2010 at 9:11 AM, Blair  wrote:
> 
> > Use a bootstrapper. If you really want it to appear as a feature, use
> > external ui.
> >
> > -Original Message-
> > From: Bimali Ponnamperuma [mailto:bimal...@gmail.com]
> > Sent: Monday, February 08, 2010 7:33 PM
> > To: WiX-users@lists.sourceforge.net
> > Subject: [WiX-users] Installing SQL express as a feature
> >
> > Hi ,
> >
> > I need to install SQL Express with my installation I need to run the
> > exe and this need to be added to the feature list in the product.wxs
> > file.
> >
> > any suggestions on how should i invoke the exe as a component in the
> > product.wxs?
> >
> > Thanks in advance
> >
> > --
> > --
> > --
> > The Planet: dedicated and managed hosting, cloud storage, colocation
> > Stay online with enterprise data centers and the best network in the
> > business Choose flexible plans and management services without
> > long-term contracts Personal 24x7 support from experience hosting pros
> > just a phone call away.
> > http://p.sf.net/sfu/theplanet-com
> > ___
> > WiX-users mailing list
> > WiX-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/wix-users
> >
> >
> >
> > --
> >  The Planet: dedicated and managed hosting, cloud storage,
> > colocation Stay online with enterprise data centers and the best
> > network in the business Choose flexible plans and management services
> > without long-term contracts Personal 24x7 support from experience
> > hosting pros just a phone call away.
> > http://p.sf.net/sfu/theplanet-com
> > ___
> > WiX-users mailing list
> > WiX-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/wix-users
> >
> --
> The Planet: dedicated and managed hosting, cloud storage, colocation Stay
> online with enterprise data centers and the best network in the business
> Choose flexible plans and management services without long-term contracts
> Personal 24x7 support from experience hosting pros just a phone call away.
> http://p.sf.net/sfu/theplanet-com
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users

--
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Installing SQL express as a feature

2010-02-08 Thread Bimali Ponnamperuma
But I will be getting user information and checking whether the sql is
installed from one of my normal installation screens.
Here i will set a property whether to install or not.

Then based on that, before installing the DB feature i need to install the
SQL.
(I already have a DB feature in my feature tree.)

Cant we get this done through adding a component  to product.wxs ?

On Tue, Feb 9, 2010 at 11:14 AM, Sebastian Brand wrote:

> To install SQL Express you have to use a bootstrapper, i.e. an external
> application that first checks if SQL Express is installed already, then
> starts the SQLEx installation and then starts your main MSI/wxs
> installation. This is required because SQL Express cannot be part of "your"
> Setup, it cannot be merged into your setup. (Well, it "shouldn't")
>
> If you need something like the usual "feature" tree view in your setup, it
> gets even harder. You have to rebuild the setup wizard interface for the
> user that implements a custom feature selector and then installs SQL Express
> as described above and sends the states of the other selected features to
> the main installer.
>
>
> Best regards,
> Sebastian Brand
> sebast...@instyler.com
>
> Instyler Software - Software development, deployment and productivity
> Geisenfelder Str. 53a - 85053 Ingolstadt, Germany - EU VAT ID: DE219712370
> Phone: +49 841-4544567 - Fax & voicemail: +49 321-21220152
> www.instyler.com
>
>
>
>
> > -Original Message-
> > From: Bimali Ponnamperuma [mailto:bimal...@gmail.com]
>  > Sent: Tuesday, February 09, 2010 04:50
> > To: General discussion for Windows Installer XML toolset.
> > Subject: Re: [WiX-users] Installing SQL express as a feature
> >
> > I could not get u .
> >
> > can u explain a bit please..
> >
> > Im not sure with the "bootstrapper" idea
> >
> > Thanks
> >
> > On Tue, Feb 9, 2010 at 9:11 AM, Blair  wrote:
> >
> > > Use a bootstrapper. If you really want it to appear as a feature, use
> > > external ui.
> > >
> > > -Original Message-
> > > From: Bimali Ponnamperuma [mailto:bimal...@gmail.com]
> > > Sent: Monday, February 08, 2010 7:33 PM
> > > To: WiX-users@lists.sourceforge.net
> > > Subject: [WiX-users] Installing SQL express as a feature
> > >
> > > Hi ,
> > >
> > > I need to install SQL Express with my installation I need to run the
> > > exe and this need to be added to the feature list in the product.wxs
> > > file.
> > >
> > > any suggestions on how should i invoke the exe as a component in the
> > > product.wxs?
> > >
> > > Thanks in advance
> > >
> > > --
> > > --
> > > --
> > > The Planet: dedicated and managed hosting, cloud storage, colocation
> > > Stay online with enterprise data centers and the best network in the
> > > business Choose flexible plans and management services without
> > > long-term contracts Personal 24x7 support from experience hosting pros
> > > just a phone call away.
> > > http://p.sf.net/sfu/theplanet-com
> > > ___
> > > WiX-users mailing list
> > > WiX-users@lists.sourceforge.net
> > > https://lists.sourceforge.net/lists/listinfo/wix-users
> > >
> > >
> > >
> > > --
> > >  The Planet: dedicated and managed hosting, cloud storage,
> > > colocation Stay online with enterprise data centers and the best
> > > network in the business Choose flexible plans and management services
> > > without long-term contracts Personal 24x7 support from experience
> > > hosting pros just a phone call away.
> > > http://p.sf.net/sfu/theplanet-com
> > > ___
> > > WiX-users mailing list
> > > WiX-users@lists.sourceforge.net
> > > https://lists.sourceforge.net/lists/listinfo/wix-users
> > >
> >
> --
>  > The Planet: dedicated and managed hosting, cloud storage, colocation
> Stay
> > online with enterprise data centers and the best network in the business
> > Choose flexible plans and management services without long-term contracts
> > Personal 24x7 support from experience hosting pros just a phone call
> away.
> > http://p.sf.net/sfu/theplanet-com
> > ___
> > WiX-users mailing list
> > WiX-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/wix-users
>
>
> --
> The Planet: dedicated and managed hosting, cloud storage, colocation
> Stay online with enterprise data centers and the best network in the
> business
> Choose flexible plans and management services without long-term contracts
> Personal 24x7 support from experience hosting pros just a phone call away.
> http://p.sf.net/sfu/theplanet-com
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
>

Re: [WiX-users] Installing SQL express as a feature

2010-02-08 Thread Blair
You could put the installation exe on the disk they way you suggest, but
running it won't be possible until after your installation is completed. You
could generate a shortcut to the installation exe, or maybe even better just
install the installation exe to the desktop for the user to run themselves.

The problem is that you can't run that installation from within your
installation. It will fail.

-Original Message-
From: Bimali Ponnamperuma [mailto:bimal...@gmail.com] 
Sent: Monday, February 08, 2010 9:52 PM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Installing SQL express as a feature

But I will be getting user information and checking whether the sql is
installed from one of my normal installation screens.
Here i will set a property whether to install or not.

Then based on that, before installing the DB feature i need to install the
SQL.
(I already have a DB feature in my feature tree.)

Cant we get this done through adding a component  to product.wxs ?

On Tue, Feb 9, 2010 at 11:14 AM, Sebastian Brand
wrote:

> To install SQL Express you have to use a bootstrapper, i.e. an external
> application that first checks if SQL Express is installed already, then
> starts the SQLEx installation and then starts your main MSI/wxs
> installation. This is required because SQL Express cannot be part of
"your"
> Setup, it cannot be merged into your setup. (Well, it "shouldn't")
>
> If you need something like the usual "feature" tree view in your setup, it
> gets even harder. You have to rebuild the setup wizard interface for the
> user that implements a custom feature selector and then installs SQL
Express
> as described above and sends the states of the other selected features to
> the main installer.
>
>
> Best regards,
> Sebastian Brand
> sebast...@instyler.com
>
> Instyler Software - Software development, deployment and productivity
> Geisenfelder Str. 53a - 85053 Ingolstadt, Germany - EU VAT ID: DE219712370
> Phone: +49 841-4544567 - Fax & voicemail: +49 321-21220152
> www.instyler.com
>
>
>
>
> > -Original Message-
> > From: Bimali Ponnamperuma [mailto:bimal...@gmail.com]
>  > Sent: Tuesday, February 09, 2010 04:50
> > To: General discussion for Windows Installer XML toolset.
> > Subject: Re: [WiX-users] Installing SQL express as a feature
> >
> > I could not get u .
> >
> > can u explain a bit please..
> >
> > Im not sure with the "bootstrapper" idea
> >
> > Thanks
> >
> > On Tue, Feb 9, 2010 at 9:11 AM, Blair  wrote:
> >
> > > Use a bootstrapper. If you really want it to appear as a feature, use
> > > external ui.
> > >
> > > -Original Message-
> > > From: Bimali Ponnamperuma [mailto:bimal...@gmail.com]
> > > Sent: Monday, February 08, 2010 7:33 PM
> > > To: WiX-users@lists.sourceforge.net
> > > Subject: [WiX-users] Installing SQL express as a feature
> > >
> > > Hi ,
> > >
> > > I need to install SQL Express with my installation I need to run the
> > > exe and this need to be added to the feature list in the product.wxs
> > > file.
> > >
> > > any suggestions on how should i invoke the exe as a component in the
> > > product.wxs?
> > >
> > > Thanks in advance
> > >
> > > --
> > > --
> > > --
> > > The Planet: dedicated and managed hosting, cloud storage, colocation
> > > Stay online with enterprise data centers and the best network in the
> > > business Choose flexible plans and management services without
> > > long-term contracts Personal 24x7 support from experience hosting pros
> > > just a phone call away.
> > > http://p.sf.net/sfu/theplanet-com
> > > ___
> > > WiX-users mailing list
> > > WiX-users@lists.sourceforge.net
> > > https://lists.sourceforge.net/lists/listinfo/wix-users
> > >
> > >
> > >
> > > --
> > >  The Planet: dedicated and managed hosting, cloud storage,
> > > colocation Stay online with enterprise data centers and the best
> > > network in the business Choose flexible plans and management services
> > > without long-term contracts Personal 24x7 support from experience
> > > hosting pros just a phone call away.
> > > http://p.sf.net/sfu/theplanet-com
> > > ___
> > > WiX-users mailing list
> > > WiX-users@lists.sourceforge.net
> > > https://lists.sourceforge.net/lists/listinfo/wix-users
> > >
> >
>

--
>  > The Planet: dedicated and managed hosting, cloud storage, colocation
> Stay
> > online with enterprise data centers and the best network in the business
> > Choose flexible plans and management services without long-term
contracts
> > Personal 24x7 support from experience hosting pros just a phone call
> away.
> > http://p.sf.net/sfu/theplanet-com
> > ___
> > WiX-users 

[WiX-users] 2 SpawnDialog events does not work for

2010-02-08 Thread Bimali Ponnamperuma
I have a next button and based on different conditions on the screen i need
to show different popups.





NOT ( AND  AND  AND )

OR NOT ( AND )





 



Even though the 1st condition is satisfied, with INSTALLSQLEX = "0" ,
"DatabaseNameInvalidDlg" dialog appears. Why dont i see the
"DatabaseDetailsEmptyDlg" screen when INSTALLSQLEX = "0"??
--
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] 2 SpawnDialog events does not work for

2010-02-08 Thread Sebastian Brand
Shouldn't the CDATA[] stuff be used only once in an XML inner text? I've never 
seen this inside a condition..

Best regards,
Sebastian Brand
sebast...@instyler.com

Instyler Software - Software development, deployment and productivity
Geisenfelder Str. 53a - 85053 Ingolstadt, Germany - EU VAT ID: DE219712370
Phone: +49 841-4544567 - Fax & voicemail: +49 321-21220152
www.instyler.com




> -Original Message-
> From: Bimali Ponnamperuma [mailto:bimal...@gmail.com]
> Sent: Tuesday, February 09, 2010 07:03
> To: WiX-users@lists.sourceforge.net
> Subject: [WiX-users] 2 SpawnDialog events does not work for
> 
> I have a next button and based on different conditions on the screen i need
> to show different popups.
> 
> 
> 
>  Order="1">
> 
> NOT ( AND
>  AND 
> AND )
> 
> OR NOT ( AND
> )
> 
> 
> 
> 
> 
>  > 
> 
> 
> 
> Even though the 1st condition is satisfied, with INSTALLSQLEX = "0" ,
> "DatabaseNameInvalidDlg" dialog appears. Why dont i see the
> "DatabaseDetailsEmptyDlg" screen when INSTALLSQLEX = "0"??
> --
> The Planet: dedicated and managed hosting, cloud storage, colocation Stay
> online with enterprise data centers and the best network in the business
> Choose flexible plans and management services without long-term contracts
> Personal 24x7 support from experience hosting pros just a phone call away.
> http://p.sf.net/sfu/theplanet-com
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users

--
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Installing SQL express as a feature

2010-02-08 Thread Bimali Ponnamperuma
so does this mean we cant run any exe from our installation or we cannot
install any thing using an exe from our installation ?

On Tue, Feb 9, 2010 at 11:30 AM, Blair  wrote:

> You could put the installation exe on the disk they way you suggest, but
> running it won't be possible until after your installation is completed.
> You
> could generate a shortcut to the installation exe, or maybe even better
> just
> install the installation exe to the desktop for the user to run themselves.
>
> The problem is that you can't run that installation from within your
> installation. It will fail.
>
> -Original Message-
> From: Bimali Ponnamperuma [mailto:bimal...@gmail.com]
>  Sent: Monday, February 08, 2010 9:52 PM
> To: General discussion for Windows Installer XML toolset.
> Subject: Re: [WiX-users] Installing SQL express as a feature
>
> But I will be getting user information and checking whether the sql is
> installed from one of my normal installation screens.
> Here i will set a property whether to install or not.
>
> Then based on that, before installing the DB feature i need to install the
> SQL.
> (I already have a DB feature in my feature tree.)
>
> Cant we get this done through adding a component  to product.wxs ?
>
> On Tue, Feb 9, 2010 at 11:14 AM, Sebastian Brand
> wrote:
>
> > To install SQL Express you have to use a bootstrapper, i.e. an external
> > application that first checks if SQL Express is installed already, then
> > starts the SQLEx installation and then starts your main MSI/wxs
> > installation. This is required because SQL Express cannot be part of
> "your"
> > Setup, it cannot be merged into your setup. (Well, it "shouldn't")
> >
> > If you need something like the usual "feature" tree view in your setup,
> it
> > gets even harder. You have to rebuild the setup wizard interface for the
> > user that implements a custom feature selector and then installs SQL
> Express
> > as described above and sends the states of the other selected features to
> > the main installer.
> >
> >
> > Best regards,
> > Sebastian Brand
> > sebast...@instyler.com
> >
> > Instyler Software - Software development, deployment and productivity
> > Geisenfelder Str. 53a - 85053 Ingolstadt, Germany - EU VAT ID:
> DE219712370
> > Phone: +49 841-4544567 - Fax & voicemail: +49 321-21220152
> > www.instyler.com
> >
> >
> >
> >
> > > -Original Message-
> > > From: Bimali Ponnamperuma [mailto:bimal...@gmail.com]
> >  > Sent: Tuesday, February 09, 2010 04:50
> > > To: General discussion for Windows Installer XML toolset.
> > > Subject: Re: [WiX-users] Installing SQL express as a feature
> > >
> > > I could not get u .
> > >
> > > can u explain a bit please..
> > >
> > > Im not sure with the "bootstrapper" idea
> > >
> > > Thanks
> > >
> > > On Tue, Feb 9, 2010 at 9:11 AM, Blair  wrote:
> > >
> > > > Use a bootstrapper. If you really want it to appear as a feature, use
> > > > external ui.
> > > >
> > > > -Original Message-
> > > > From: Bimali Ponnamperuma [mailto:bimal...@gmail.com]
> > > > Sent: Monday, February 08, 2010 7:33 PM
> > > > To: WiX-users@lists.sourceforge.net
> > > > Subject: [WiX-users] Installing SQL express as a feature
> > > >
> > > > Hi ,
> > > >
> > > > I need to install SQL Express with my installation I need to run the
> > > > exe and this need to be added to the feature list in the product.wxs
> > > > file.
> > > >
> > > > any suggestions on how should i invoke the exe as a component in the
> > > > product.wxs?
> > > >
> > > > Thanks in advance
> > > >
> > > >
> --
> > > > --
> > > > --
> > > > The Planet: dedicated and managed hosting, cloud storage, colocation
> > > > Stay online with enterprise data centers and the best network in the
> > > > business Choose flexible plans and management services without
> > > > long-term contracts Personal 24x7 support from experience hosting
> pros
> > > > just a phone call away.
> > > > http://p.sf.net/sfu/theplanet-com
> > > > ___
> > > > WiX-users mailing list
> > > > WiX-users@lists.sourceforge.net
> > > > https://lists.sourceforge.net/lists/listinfo/wix-users
> > > >
> > > >
> > > >
> > > >
> --
> > > >  The Planet: dedicated and managed hosting, cloud storage,
> > > > colocation Stay online with enterprise data centers and the best
> > > > network in the business Choose flexible plans and management services
> > > > without long-term contracts Personal 24x7 support from experience
> > > > hosting pros just a phone call away.
> > > > http://p.sf.net/sfu/theplanet-com
> > > > ___
> > > > WiX-users mailing list
> > > > WiX-users@lists.sourceforge.net
> > > > https://lists.sourceforge.net/lists/listinfo/wix-users
> > > >
> > >
> >
>
> -

Re: [WiX-users] 2 SpawnDialog events does not work for

2010-02-08 Thread Bimali Ponnamperuma
else how can we give "SERVERNAME <> """ for the condition text .?? since it
has < >

On Tue, Feb 9, 2010 at 11:37 AM, Sebastian Brand wrote:

> Shouldn't the CDATA[] stuff be used only once in an XML inner text? I've
> never seen this inside a condition..
>
> Best regards,
> Sebastian Brand
> sebast...@instyler.com
>
> Instyler Software - Software development, deployment and productivity
> Geisenfelder Str. 53a - 85053 Ingolstadt, Germany - EU VAT ID: DE219712370
> Phone: +49 841-4544567 - Fax & voicemail: +49 321-21220152
> www.instyler.com
>
>
>
>
> > -Original Message-
> > From: Bimali Ponnamperuma [mailto:bimal...@gmail.com]
> > Sent: Tuesday, February 09, 2010 07:03
> > To: WiX-users@lists.sourceforge.net
> > Subject: [WiX-users] 2 SpawnDialog events does not work for
> >
> > I have a next button and based on different conditions on the screen i
> need
> > to show different popups.
> >
> >
> >
> >  > Order="1">
> >
> > NOT ( AND
> >  AND 
> > AND )
> >
> > OR NOT ( AND
> > )
> >
> > 
> >
> >
> >
> >  > > 
> >
> >
> >
> > Even though the 1st condition is satisfied, with INSTALLSQLEX = "0" ,
> > "DatabaseNameInvalidDlg" dialog appears. Why dont i see the
> > "DatabaseDetailsEmptyDlg" screen when INSTALLSQLEX = "0"??
> >
> --
> > The Planet: dedicated and managed hosting, cloud storage, colocation Stay
> > online with enterprise data centers and the best network in the business
> > Choose flexible plans and management services without long-term contracts
> > Personal 24x7 support from experience hosting pros just a phone call
> away.
> > http://p.sf.net/sfu/theplanet-com
> > ___
> > WiX-users mailing list
> > WiX-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/wix-users
>
>
> --
> The Planet: dedicated and managed hosting, cloud storage, colocation
> Stay online with enterprise data centers and the best network in the
> business
> Choose flexible plans and management services without long-term contracts
> Personal 24x7 support from experience hosting pros just a phone call away.
> http://p.sf.net/sfu/theplanet-com
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
--
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Installing SQL express as a feature

2010-02-08 Thread Bimali Ponnamperuma
cant we use a custom action in product.wxs and a publish a even on the
finish button on the installation screen ?

Before that we will copy the exe to a location..and then run that using a
custom action

On Tue, Feb 9, 2010 at 11:30 AM, Blair  wrote:

> You could put the installation exe on the disk they way you suggest, but
> running it won't be possible until after your installation is completed.
> You
> could generate a shortcut to the installation exe, or maybe even better
> just
> install the installation exe to the desktop for the user to run themselves.
>
> The problem is that you can't run that installation from within your
> installation. It will fail.
>
> -Original Message-
> From: Bimali Ponnamperuma [mailto:bimal...@gmail.com]
>  Sent: Monday, February 08, 2010 9:52 PM
> To: General discussion for Windows Installer XML toolset.
> Subject: Re: [WiX-users] Installing SQL express as a feature
>
> But I will be getting user information and checking whether the sql is
> installed from one of my normal installation screens.
> Here i will set a property whether to install or not.
>
> Then based on that, before installing the DB feature i need to install the
> SQL.
> (I already have a DB feature in my feature tree.)
>
> Cant we get this done through adding a component  to product.wxs ?
>
> On Tue, Feb 9, 2010 at 11:14 AM, Sebastian Brand
> wrote:
>
> > To install SQL Express you have to use a bootstrapper, i.e. an external
> > application that first checks if SQL Express is installed already, then
> > starts the SQLEx installation and then starts your main MSI/wxs
> > installation. This is required because SQL Express cannot be part of
> "your"
> > Setup, it cannot be merged into your setup. (Well, it "shouldn't")
> >
> > If you need something like the usual "feature" tree view in your setup,
> it
> > gets even harder. You have to rebuild the setup wizard interface for the
> > user that implements a custom feature selector and then installs SQL
> Express
> > as described above and sends the states of the other selected features to
> > the main installer.
> >
> >
> > Best regards,
> > Sebastian Brand
> > sebast...@instyler.com
> >
> > Instyler Software - Software development, deployment and productivity
> > Geisenfelder Str. 53a - 85053 Ingolstadt, Germany - EU VAT ID:
> DE219712370
> > Phone: +49 841-4544567 - Fax & voicemail: +49 321-21220152
> > www.instyler.com
> >
> >
> >
> >
> > > -Original Message-
> > > From: Bimali Ponnamperuma [mailto:bimal...@gmail.com]
> >  > Sent: Tuesday, February 09, 2010 04:50
> > > To: General discussion for Windows Installer XML toolset.
> > > Subject: Re: [WiX-users] Installing SQL express as a feature
> > >
> > > I could not get u .
> > >
> > > can u explain a bit please..
> > >
> > > Im not sure with the "bootstrapper" idea
> > >
> > > Thanks
> > >
> > > On Tue, Feb 9, 2010 at 9:11 AM, Blair  wrote:
> > >
> > > > Use a bootstrapper. If you really want it to appear as a feature, use
> > > > external ui.
> > > >
> > > > -Original Message-
> > > > From: Bimali Ponnamperuma [mailto:bimal...@gmail.com]
> > > > Sent: Monday, February 08, 2010 7:33 PM
> > > > To: WiX-users@lists.sourceforge.net
> > > > Subject: [WiX-users] Installing SQL express as a feature
> > > >
> > > > Hi ,
> > > >
> > > > I need to install SQL Express with my installation I need to run the
> > > > exe and this need to be added to the feature list in the product.wxs
> > > > file.
> > > >
> > > > any suggestions on how should i invoke the exe as a component in the
> > > > product.wxs?
> > > >
> > > > Thanks in advance
> > > >
> > > >
> --
> > > > --
> > > > --
> > > > The Planet: dedicated and managed hosting, cloud storage, colocation
> > > > Stay online with enterprise data centers and the best network in the
> > > > business Choose flexible plans and management services without
> > > > long-term contracts Personal 24x7 support from experience hosting
> pros
> > > > just a phone call away.
> > > > http://p.sf.net/sfu/theplanet-com
> > > > ___
> > > > WiX-users mailing list
> > > > WiX-users@lists.sourceforge.net
> > > > https://lists.sourceforge.net/lists/listinfo/wix-users
> > > >
> > > >
> > > >
> > > >
> --
> > > >  The Planet: dedicated and managed hosting, cloud storage,
> > > > colocation Stay online with enterprise data centers and the best
> > > > network in the business Choose flexible plans and management services
> > > > without long-term contracts Personal 24x7 support from experience
> > > > hosting pros just a phone call away.
> > > > http://p.sf.net/sfu/theplanet-com
> > > > ___
> > > > WiX-users mailing list
> > > > WiX-users@lists.sourceforge.net
> > > > https://lists.sourceforge.net/lists/listinfo/wix-users
> > > >
> > >
> >
>

Re: [WiX-users] Do not remove some files on major upgrade

2010-02-08 Thread vunder

Where can I see that in log?
-- 
View this message in context: 
http://n2.nabble.com/Do-not-remove-some-files-on-major-upgrade-tp4505876p4539524.html
Sent from the wix-users mailing list archive at Nabble.com.

--
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Embedded Chainer

2010-02-08 Thread Matt Lynch
Hi everyone,

I'm investigating the use of a embedded chainer for a application I'm building, 
but I haven't been able to find much information about them.  

Is there any sample code around for one of these guys?  Preferably in C# or a 
managed language - my C++ is rusty.

Thanks in advance...


Matt
--
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users