[WiX-users] unsubscribe me

2014-08-25 Thread Shree Krishnamurthi


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

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

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

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

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


Today's Topics:

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


--

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

Hello,

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

Regards,
David

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

Hello,

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

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

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

Regards,
David


--

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

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

I'm not sure I follow.

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

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

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

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

Thanks again.

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



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



--

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

If I understand your situation c

Re: [WiX-users] WiX-users Digest, Vol 37, Issue 69

2009-06-11 Thread Shree Krishnamurthi
Can I do something like this: 


   


   



NOT
Installed AND (&Feature1=3) AND NOT(!&Feature=3)) 



Basically I need to assign value to a property based on the feature
that's selected for installation



--
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] WiX-users Digest, Vol 37, Issue 68

2009-06-11 Thread Shree Krishnamurthi
Actually 
I noticed the same in my MSM as well, I use VS (which I think intern
uses light and candle )
But when the MSI calling the msm is built that contains the CA properly,
its jus that the MSM when opened in the ORCA doesn't seems to show it 

Shree

Message: 4
Date: Thu, 11 Jun 2009 08:54:14 -0700
From: Rob Mensching 
Subject: Re: [WiX-users] CA from merge module not in
InstallExecuteSequence table of msi
To: General discussion for Windows Installer XML toolset.

Message-ID: <4a3128a6@wixtoolset.org>
Content-Type: text/plain; charset="ISO-8859-1"; format=flowed

Strange. Try running light.exe with the -notidy switch and look for the
merge.log in the left over TEMP directory. It may point out a failure
during merge module merging.

Antony Walmsley wrote:
> I've got a custom action set up in my merge module as follows :
>
>  SourceFile="$(env.VSBUILDPATH)\$(var.BuildType)\SetValueNameCA.dll" />
>  DllEntry="SetValueName" Execute="immediate" Return="check" />
> 
>After="CostFinalize">$ComputerName=2
> 
>
> Looking in Orca at the msm file, I see that the CustomAction table and

> the ModuleInstallExecuteSequence table have the custom action in them 
> as ex
>
> However, looking in the msi file that uses this merge module, I only 
> see the CustomAction table entry. The CA is not appearing in the 
> InstallExecuteSequence table. I don't understand what is wrong. No 
> errors are produced and the ICE validation warning messages do not 
> seem to have anything related to this problem.
>
> Do anyone have any ideas?

--
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Sharing files

2009-06-11 Thread Shree Krishnamurthi
Ron, 
Hmm I wanted to avoid creating another module for the common files as I
have action associated with these file that change based on the
component installed
But I guess it makes sense to do so. It will be a lot more clean that
way 
Thanks for your advice I will try that.

Shree

-Original Message-
From: wix-users-requ...@lists.sourceforge.net
[mailto:wix-users-requ...@lists.sourceforge.net] 


Message: 6
Date: Wed, 10 Jun 2009 15:36:28 -0700
From: Rob Mensching 
Subject: Re: [WiX-users] Sharing files
To: General discussion for Windows Installer XML toolset.

Message-ID: <4a30356c.7000...@wixtoolset.org>
Content-Type: text/plain; charset="ISO-8859-1"; format=flowed

I answered this exact question recently. My recommendation is to not do 
that. Create a 3 Merge Module and make the other two dependent on it. 
More expensive but you're more likely to maintain your sanity.

Shree Krishnamurthi wrote:
> Hi
>
> Is there any way I can share the same file in 2 merge modules
installed
> by the same msi?
> I have to be able to install some common files for more than one merge
> module installation.
>
> Thanks
> Shree
>
>

--
> Crystal Reports - New Free Runtime and 30 Day Trial
> Check out the new simplified licensing option that enables unlimited
> royalty-free distribution of the report engine for externally facing
> server and web deployment.
> http://p.sf.net/sfu/businessobjects
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>   



--
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Sharing files

2009-06-10 Thread Shree Krishnamurthi

Hi 

Is there any way I can share the same file in 2 merge modules installed
by the same msi?
I have to be able to install some common files for more than one merge
module installation. 

Thanks
Shree

--
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Executing Command line using cusotm actions

2009-06-10 Thread Shree Krishnamurthi
Hi 

I am trying to execute command line using custom actions and it seems to
error out with Error 1721

Here is what I am doing: 


I have also tried 
Property='[NET20]' ExeCommand='aspnet_regiis.exe  -i'
Property='NET20' ExeCommand='aspnet_regiis.exe  -i'
Property='[NET20]' ExeCommand='[NET20]aspnet_regiis.exe  -i'

I am not sure what I am doing is incorrect here. 
And the log : 

MSI (s) (48:54) [14:01:02:422]: Executing op:
ActionStart(Name=RegASPAction.85485D07_9603_46EE_9AD0_3D6B6942FDBB,,)
MSI (s) (48:54) [14:01:02:422]: Executing op:
CustomActionSchedule(Action=RegASPAction.85485D07_9603_46EE_9AD0_3D6B694
2FDBB,ActionType=1074,Source=C:\WINDOWS\Microsoft.NET\Framework\v2.0.507
27\,Target=C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\aspnet_regiis.e
xe  -i,)
MSI (s) (48:54) [14:01:02:422]: Note: 1: 1721 2:
RegASPAction.85485D07_9603_46EE_9AD0_3D6B6942FDBB 3:
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\ 4:
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\aspnet_regiis.exe  -i 
MSI (s) (48:54) [14:01:19:984]: Product: Proximex Surveillint Master
Setup -- Error 1721. There is a problem with this Windows Installer
package. A program required for this install to complete could not be
run. Contact your support personnel or package vendor. Action:
RegASPAction.85485D07_9603_46EE_9AD0_3D6B6942FDBB, location:
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\, command:
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\aspnet_regiis.exe  -i

--
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] WiX-users Digest, Vol 37, Issue 54

2009-06-10 Thread Shree Krishnamurthi
Oops
That was dumb thing to do. 
Thanks once again it works now

Shree

-Original Message-
From: wix-users-requ...@lists.sourceforge.net
[mailto:wix-users-requ...@lists.sourceforge.net] 
Sent: Tuesday, June 09, 2009 10:19 PM
To: wix-users@lists.sourceforge.net
Subject: WiX-users Digest, Vol 37, Issue 56



--

Message: 4
Date: Tue, 09 Jun 2009 22:40:28 -0400
From: Bob Arnson 
Subject: Re: [WiX-users] WiX-users Digest, Vol 37, Issue 54
To: "General discussion for Windows Installer XML toolset."

Message-ID: <4a2f1d1c.60...@joyofsetup.com>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

Shree Krishnamurthi wrote:
> (I use : Before='InstallFinalize')
> It still doens;t seem to wait for all files to install to run the
> action.
> It seems to run way before that. 
> Why is that so?
>   

Probably because it's not marked as a deferred custom action.

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





--
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] WiX-users Digest, Vol 37, Issue 54

2009-06-09 Thread Shree Krishnamurthi
Phill
Thanks for pointing it out
But it still doesn't help me with the sequencing question

As I said earlier even though I want to run this action after all files
are installed 
(I use : Before='InstallFinalize')
It still doens;t seem to wait for all files to install to run the
action.
It seems to run way before that. 
Why is that so?

Shree

-Original Message-
From: wix-users-requ...@lists.sourceforge.net
[mailto:wix-users-requ...@lists.sourceforge.net] 
Sent: Tuesday, June 09, 2009 2:59 PM
To: wix-users@lists.sourceforge.net
Subject: WiX-users Digest, Vol 37, Issue 54
--

Message: 2
Date: Tue, 9 Jun 2009 12:45:41 -0700
From: "Wilson, Phil" 
Subject: Re: [WiX-users] Action Execute Sequence in merge module
To: General discussion for Windows Installer XML toolset.

Message-ID:

<5c889913ff236e4190093af280ab4ec40179ab3...@wwlkfmail1.wonderware.com>
Content-Type: text/plain; charset="us-ascii"

?ComponentName=3 is about if the component is already installed. I
suspect you need $ComponentName=3, meaning that the component is marked
to be installed. 

Phil Wilson 


-Original Message-
From: Shree Krishnamurthi [mailto:shree.krishnamur...@proximex.com] 
Sent: Tuesday, June 09, 2009 11:55 AM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Action Execute Sequence in merge module

Hi 

I have defined couple of custom actions in my mergemodule one to be run
after install file and another to run before InstallFinalize
Ie;: 

(UILevel >
2) AND NOT Installed AND (?CONFIG=3)
NOT
Installed AND (?AC=3)

Where AC and COFIG are their respective components

What I expect is 'UpdateConfigAction'  to run after all files are copied
and
'WinServiceAcInstall'   to run just before InstallFinalize is called(ie;
again after all files are copied)

But what I notice is

"Action ended 11:43:06: InstallFiles. Return value 1." Is logged but all
files aren't actually copied by then
After the InstallFiles log my action is triggered 'UpdateConfigAction'  
And since all files in the component (CONFIG) were not already copied at
that time it doesn't execute it
Hence I see: Skipping action: UpdateConfigAction (condition is false) in
my log 

Similarly 
'WinServiceAcInstall'   seems to get called long before the file is
actually copied
Log file shows:

MSI (s) (20:A0) [11:43:07:227]: Skipping action:
WinServiceAcInstall.114B070F_4A30_4CBD_9289_BFDBA7BE8DE0 (condition is
false)
MSI (s) (20:A0) [11:43:07:227]: Doing action: InstallFinalize
:
:
FileCopy(SourceName=r7uyt6ve.exe|WinServiceAc.exe,SourceCabKey=WinServic
eAc.114B070F_4A30_4CBD_9289_BFDBA7BE8DE0,DestName=WinServiceAc.exe,Attri
butes=512,FileSize=585728,PerTick=32768,,VerifyMedia=1,CheckCRC=0,Ve
rsion=4.0..1,Language=1033,InstallMode=58982400,,,)
MSI (s) (20:A0) [11:43:11:821]: File: C:\Program
Files\Proximex\Services\Bin\WinServiceAc.exe;   To be installed;
Won't patch;No existing file
MSI (s) (20:A0) [11:43:11:821]: Source for file
'WinServiceAc.114B070F_4A30_4CBD_9289_BFDBA7BE8DE0' is compressed
InstallFiles: File: WinServiceAc.exe,  Directory: C:\Program
Files\Proximex\Services\Bin\,  Size: 585728
MSI (s) (20:A0) [11:43:11:821]: Note: 1: 2318 2: C:\Program
Files\Proximex\Services\Bin\WinServiceAc.exe


I am quite new to Wix it would be great if someone can help me spot and
rectify the issue here


--


--
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Action Execute Sequence in merge module

2009-06-09 Thread Shree Krishnamurthi
Hi 

I have defined couple of custom actions in my mergemodule one to be run
after install file and another to run before InstallFinalize
Ie;: 

(UILevel >
2) AND NOT Installed AND (?CONFIG=3)
NOT
Installed AND (?AC=3)

Where AC and COFIG are their respective components

What I expect is 'UpdateConfigAction'  to run after all files are copied
and
'WinServiceAcInstall'   to run just before InstallFinalize is called(ie;
again after all files are copied)

But what I notice is

"Action ended 11:43:06: InstallFiles. Return value 1." Is logged but all
files aren't actually copied by then
After the InstallFiles log my action is triggered 'UpdateConfigAction'  
And since all files in the component (CONFIG) were not already copied at
that time it doesn't execute it
Hence I see: Skipping action: UpdateConfigAction (condition is false) in
my log 

Similarly 
'WinServiceAcInstall'   seems to get called long before the file is
actually copied
Log file shows:

MSI (s) (20:A0) [11:43:07:227]: Skipping action:
WinServiceAcInstall.114B070F_4A30_4CBD_9289_BFDBA7BE8DE0 (condition is
false)
MSI (s) (20:A0) [11:43:07:227]: Doing action: InstallFinalize
:
:
FileCopy(SourceName=r7uyt6ve.exe|WinServiceAc.exe,SourceCabKey=WinServic
eAc.114B070F_4A30_4CBD_9289_BFDBA7BE8DE0,DestName=WinServiceAc.exe,Attri
butes=512,FileSize=585728,PerTick=32768,,VerifyMedia=1,CheckCRC=0,Ve
rsion=4.0..1,Language=1033,InstallMode=58982400,,,)
MSI (s) (20:A0) [11:43:11:821]: File: C:\Program
Files\Proximex\Services\Bin\WinServiceAc.exe;   To be installed;
Won't patch;No existing file
MSI (s) (20:A0) [11:43:11:821]: Source for file
'WinServiceAc.114B070F_4A30_4CBD_9289_BFDBA7BE8DE0' is compressed
InstallFiles: File: WinServiceAc.exe,  Directory: C:\Program
Files\Proximex\Services\Bin\,  Size: 585728
MSI (s) (20:A0) [11:43:11:821]: Note: 1: 2318 2: C:\Program
Files\Proximex\Services\Bin\WinServiceAc.exe


I am quite new to Wix it would be great if someone can help me spot and
rectify the issue here

--
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] WiX-users Digest, Vol 37, Issue 21

2009-06-04 Thread Shree Krishnamurthi
My mistake, I assumed that the entire module is executed at one time.

Is there any variable that I can use to check if a certain module is
selected for installation?


- Shree

--

Message: 6
Date: Thu, 4 Jun 2009 11:22:08 -0700
From: "Wilson, Phil" 
Subject: Re: [WiX-users] Custom Action in Merge Module
To: General discussion for Windows Installer XML toolset.

Message-ID:

<5c889913ff236e4190093af280ab4ec4016c370...@wwlkfmail1.wonderware.com>
Content-Type: text/plain; charset="us-ascii"

Whether files or registry entries get copied or created is subject to
component and feature state conditions. Whether custom actions get
called or not is another set of conditions on each custom action. 

If you can treat a merge module as a self-contained unit ("object
oriented") then the custom action conditions in the merge module should
always work properly - for example if they have conditions based on
whether their components are being installed/uninstalled etc.  

Phil Wilson 


-----Original Message-
From: Shree Krishnamurthi [mailto:shree.krishnamur...@proximex.com] 
Sent: Thursday, June 04, 2009 10:09 AM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Custom Action in Merge Module

Do MM custom actions get triggered even if the module/feature is not
selected for installation?

I have included 2 merge modules in my setup something like: 






 


 

















Now when I run the setup and select only PxDbModule it still perform the
actions from PxWSModule (it doesn't seem to copy the files but the
custom actions seem to get triggered
Do I need to add any condition in my custom actions so that they don't
get triggered?

Thanks
Shree



--
OpenSolaris 2009.06 is a cutting edge operating system for enterprises 
looking to deploy the next generation of Solaris that includes the latest 
innovations from Sun and the OpenSource community. Download a copy and 
enjoy capabilities such as Networking, Storage and Virtualization. 
Go to: http://p.sf.net/sfu/opensolaris-get
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Custom Action in Merge Module

2009-06-04 Thread Shree Krishnamurthi
Do MM custom actions get triggered even if the module/feature is not
selected for installation?

I have included 2 merge modules in my setup something like: 






 


 

















Now when I run the setup and select only PxDbModule it still perform the
actions from PxWSModule (it doesn't seem to copy the files but the
custom actions seem to get triggered
Do I need to add any condition in my custom actions so that they don't
get triggered?

Thanks
Shree

--
OpenSolaris 2009.06 is a cutting edge operating system for enterprises 
looking to deploy the next generation of Solaris that includes the latest 
innovations from Sun and the OpenSource community. Download a copy and 
enjoy capabilities such as Networking, Storage and Virtualization. 
Go to: http://p.sf.net/sfu/opensolaris-get
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] installing same file from 2 different modules

2009-06-02 Thread Shree Krishnamurthi
Hi 

I have 2 merge modules that install have a common file x.dll 
When I build my master setup I get the following error


light.exe(0,0): error LGHT0204: ICE30: Thetarget file
'oiowfjb-.dll|x.DLL' is installed in
'[ProgramFilesFolder]\Proximex\Services\Bin\' by two different
components on an LFN system: 'x.114B070F_4A30_4CBD_9289_BFDBA7BE8DE0'
and
'C__C1B8B0DB0BB24E44B3A6656A16AE8EE7.6DCF9B8F054D4A6398173D2D3387C7F4'.
This breaks component reference counting.


Does this mean I cannot have same file in both my modules?
How can I make it work?

Thanks
Shree

--
OpenSolaris 2009.06 is a cutting edge operating system for enterprises 
looking to deploy the next generation of Solaris that includes the latest 
innovations from Sun and the OpenSource community. Download a copy and 
enjoy capabilities such as Networking, Storage and Virtualization. 
Go to: http://p.sf.net/sfu/opensolaris-get
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Passing Property into MergeModule

2009-05-27 Thread Shree Krishnamurthi
Hi 

I would like to pass a property from my master setup (ie msi ) to one of
the merge modules.

Is it possible? Can someone explain how this can be done?

 

Thanks

Shree

--
Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT 
is a gathering of tech-side developers & brand creativity professionals. Meet
the minds behind Google Creative Lab, Visual Complexity, Processing, & 
iPhoneDevCamp as they present alongside digital heavyweights like Barbarian 
Group, R/GA, & Big Spaceship. http://p.sf.net/sfu/creativitycat-com 
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users