Re: [WiX-users] Cannot able to Create New Website. Please Help

2008-07-15 Thread Rob Mensching
The log file should have a bit more information about the failure case.  Can 
you share that out?

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Natarajan, 
Thangaraj (MLITS)
Sent: Tuesday, July 15, 2008 23:02
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Cannot able to Create New Website. Please Help

Hi ALL ,

I'm currently working on the WIX Script. I have the some
issues.

I am trying to create a new web site in IIS.
Here is my code.



If I use port 80 it renames the 'Default Web Site' to
'HOD Web Site' .
If I use a random port number I get an error (Failed to
read IIsWebs table. (-2147024774)).
What I am trying to do is create a new web site on
windows 2003 and windows XP.

Could you please help me to solve this issue?

Thanks
Thangaraj N


This message w/attachments (message) may be privileged, confidential or 
proprietary, and if you are not an intended recipient, please notify the 
sender, do not use or share it and delete it. Unless specifically indicated, 
this message is not an offer to sell or a solicitation of any investment 
products or other financial product or service, an official confirmation of any 
transaction, or an official statement of Merrill Lynch. Subject to applicable 
law, Merrill Lynch may monitor, review and retain e-communications (EC) 
traveling through its networks/systems. The laws of the country of each 
sender/recipient may impact the handling of EC, and EC may be archived, 
supervised and produced in countries other than the country in which you are 
located. This message cannot be guaranteed to be secure or error-free. This 
message is subject to terms available at the following link: 
http://www.ml.com/e-communications_terms/. By messaging with Merrill Lynch you 
consent to the foregoing.

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Cannot able to Create New Website. Please Help

2008-07-15 Thread Natarajan, Thangaraj (MLITS)
Hi ALL ,

I'm currently working on the WIX Script. I have the some
issues.

I am trying to create a new web site in IIS.
Here is my code.



If I use port 80 it renames the 'Default Web Site' to
'HOD Web Site' . 
If I use a random port number I get an error (Failed to
read IIsWebs table. (-2147024774)). 
What I am trying to do is create a new web site on
windows 2003 and windows XP.

Could you please help me to solve this issue?   

Thanks
Thangaraj N


This message w/attachments (message) may be privileged, confidential or 
proprietary, and if you are not an intended recipient, please notify the 
sender, do not use or share it and delete it. Unless specifically indicated, 
this message is not an offer to sell or a solicitation of any investment 
products or other financial product or service, an official confirmation of any 
transaction, or an official statement of Merrill Lynch. Subject to applicable 
law, Merrill Lynch may monitor, review and retain e-communications (EC) 
traveling through its networks/systems. The laws of the country of each 
sender/recipient may impact the handling of EC, and EC may be archived, 
supervised and produced in countries other than the country in which you are 
located. This message cannot be guaranteed to be secure or error-free. This 
message is subject to terms available at the following link: 
http://www.ml.com/e-communications_terms/. By messaging with Merrill Lynch you 
consent to the foregoing.

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Where does FilesInUse dialog get its names from?

2008-07-15 Thread Neil Enns
Well, unfortunately, that's not what's happening. It's detecting that we're 
running, and if we say "next" on the dialog our application shuts down 
properly. But the list box is empty.

How can we go about debugging why?

Neil


From: [EMAIL PROTECTED] [EMAIL PROTECTED] On Behalf Of Bob Arnson [EMAIL 
PROTECTED]
Sent: Tuesday, July 15, 2008 6:46 PM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Where does FilesInUse dialog get its names from?

Neil Enns wrote:
> It appears that our installer is magically detecting whether our application 
> is running at the time of an install, and even correctly closes it. However, 
> the FilesInUse dialog that comes with WiXUI isn't showing anything in the 
> listbox of running processes. What magic do we need to do to populate the 
> listbox with the name of our application?
>

MSI should be showing only apps with visible, top-level windows; the
content of the list box item is the window title. So it should be
automatic "free." If MSI doesn't find the right kind of windows or
titles, it should skip them and, if none, not show FilesInUse at all
(just reboot).

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



-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Problem with privileges in Custom Action ( Wix )( .msi )

2008-07-15 Thread jmcfadyen

Try dropping the function wrapping statements. 

i.e. Function FireWallEntry / End Function 

Then just leave VBScriptCall="" this way you can narrow down whether the
function is even being called. 

Also ensure you have these attributes 

Execute="deferred" 
Impersonate="no"



Akshat Sharma wrote:
> 
> Hi All,
> 
>  I am logged in as an administrative user in windows vista and I have a
> custom action (which calls a VB script function) in my .wxs file which
> creates a firewall exception.
> If I run the created .msi normally (just double clicking on it), the
> installation goes to completion but my firewall exception is not made. If
> I  run the command prompt as Administrator and then run the .msi thru it
> ,the firewall exception gets created.  I cannot understand the reason for
> this.
> 
> I even have a condition which checks whether I am an admin or not and will
> ensures that the installation runs only if I am an admin.  The
> installation does run and does not flag any error (meaning I am the admin)
> but the firewall exception is not created.
> 
> Where am I going wrong ??
> 
> My  .wxs file looks like this :
> 
> .
> .
> .
> 
>   Privileged
>   
> .
> .
> .
> 
>
>   
> 
>   
>VBScriptCall='FirewallEntry' Return='check'/>
> .
> .
> .
> .
> 
> My script file b.vbs is :
> 
> Function FireWallEntry
> 
> Set objFirewall = CreateObject("HNetCfg.FwMgr")
> Set objPolicy = objFirewall.LocalPolicy.CurrentProfile
> 
> Set objApplication = CreateObject("HNetCfg.FwAuthorizedApplication")
> objApplication.Name = "Fence aks Manager"
> objApplication.IPVersion = 2
> objApplication.ProcessImageFileName = ""
> objApplication.RemoteAddresses = "*"
> objApplication.Scope = 0
> objApplication.Enabled = True
> 
> Set colApplications = objPolicy.AuthorizedApplications
> colApplications.Add(objApplication)
> 
> 
> 
> -Regards,
> Akshat
> end Function
> -
> Check out the new SourceForge.net Marketplace.
> It's the best place to buy or sell services for
> just about anything Open Source.
> http://sourceforge.net/services/buy/index.php
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Problem-with-privileges-in-Custom-Action-%28-Wix-%29%28-.msi-%29-tp1800p18478920.html
Sent from the wix-users mailing list archive at Nabble.com.


-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Wix Extension Problem

2008-07-15 Thread Bob Arnson
Christopher Karper wrote:
> I'd be willing to contribute directly to the projects, but I hear it's a big
> hassle to get things included into the project..  Paperwork, approval
> process, etc.  So, if you want me to send attachments or whatever, then let
> me know.
>   

No paperwork in the physical paper sense, but yes, there is an 
electronic assignment agreement. Your motivation is to avoid hacking 
each time we change the file. Can you open a feature request? It 
sounds like the right thing to do, though again, your motivation is 
probably bigger than ours.

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



-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Why do binder variables require GAC installation?

2008-07-15 Thread Bob Arnson
Neil Sleightholm wrote:
> Rob, I must thank you for your and Bob's input on this, it has proved
> very useful. My aim was to create a wixlib that could be imported in to
> other msi's and work in exactly the same way a merge module or
> standalone msi, now I have that. I am hoping to get this documented as a
> howto for the help file.
>   

Very cool! And thanks for the "real-life" feedback!

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



-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Where does FilesInUse dialog get its names from?

2008-07-15 Thread Bob Arnson
Neil Enns wrote:
> It appears that our installer is magically detecting whether our application 
> is running at the time of an install, and even correctly closes it. However, 
> the FilesInUse dialog that comes with WiXUI isn't showing anything in the 
> listbox of running processes. What magic do we need to do to populate the 
> listbox with the name of our application?
>   

MSI should be showing only apps with visible, top-level windows; the 
content of the list box item is the window title. So it should be 
automatic "free." If MSI doesn't find the right kind of windows or 
titles, it should skip them and, if none, not show FilesInUse at all 
(just reboot).

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



-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Changing checkbox background color

2008-07-15 Thread Rob Mensching
The Windows Installer doesn't support that.

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Alex Goryuk
Sent: Tuesday, July 15, 2008 14:41
To: discussion for Windows Installer XML toolset.
Subject: [WiX-users] Changing checkbox background color

Hi,

How would one change the foreground/background color of a checkbox? I need
to change the WIXUI_EXITDIALOGOPTIONALCHECKBOX from gray background to
transparent/white in the Exit Dialog (
http://www.wixwiki.com/index.php?title=ExitDialog ).

Thanks,
Alex G.
-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] LGHT0216 : An unexpected Win32 exception with error code0x654 occurred

2008-07-15 Thread Blair Murri
What I had to do to get it to work was:

Make sure that the codepage for the Product element (msi) and the Package 
element (summary info) were separated. The Product element's Codepage (and/or 
the WXL file's Codepage) can be 65001 as long as you don't use MSI's UI, but 
the Package element's SummaryCodepage cannot be 65001. If you can limit 
yourself (in all of the Package's attributes) to 7-bit ASCII, you can use a 
SummaryCodepage of 0. Of course, that makes the Package attributes all 
non-localizable, but for all intents and purposes they are anyway (they never 
can be expressed in the Hindi language, or any other based on Unicode-only 
charsets).

  
  
  

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jiamin Zhu
Sent: Tuesday, July 15, 2008 4:42 PM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] LGHT0216 : An unexpected Win32 exception with error 
code0x654 occurred

Is there a standard way to build MSI for Culture=HI?

When I specify

  
  


I will get the following error:
light.exe : error LGHT0216 : An unexpected Win32 exception with error code0x654 
occurred: This installation package could not be opened.  Contact the 
application vendor to verify that this is a valid Windows Installer package

But if I specify

  
  


Then it builds fine.  But CODEPAGE="874" is not the CODEPAGE for HI, in fact, I 
am not sure what's the right code page to use.

Does anyone has any idea?

Thanks,
Jiamin
-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Another newbie question: condition on custom action

2008-07-15 Thread Amir Kolsky
I did, there is not value for the IT_EXISTS property...

This is really frustrating... I've spent hours on this :-)

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Chris
Mumford
Sent: Monday, July 14, 2008 7:01 PM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Another newbie question: condition on custom
action

I can't see anything obviously wrong here, but my suggestion is to
create a
verbose log and see what the property values are:

msiexec /i setup.msi /l*vx Install.log

Also, if you aren't using it
Wilogutl.exeis
a nice tool to analyze the logs with.

On Mon, Jul 14, 2008 at 3:16 PM, Amir Kolsky
<[EMAIL PROTECTED]>
wrote:

> Anyone? HELP?
>
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of Amir
> Kolsky
>  Sent: Sunday, July 13, 2008 11:25 PM
> To: General discussion for Windows Installer XML toolset.
> Subject: Re: [WiX-users] Another newbie question: condition on custom
> action
>
> OK... So this, I don't get...
>
> Given:
>
>  
>
>  
>
>
> Which *obviously* does not exist :-)
> Why does:
>  
>IT_EXISTS AND NOT Installed
>  
> Get invoked?
>
> Thanks!
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of Amir
> Kolsky
> Sent: Saturday, July 12, 2008 4:38 PM
> To: General discussion for Windows Installer XML toolset.
> Subject: Re: [WiX-users] Another newbie question: condition on custom
> action
>
> That would be a good thing to write in the chm
>
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of Rob
> Mensching
> Sent: Saturday, July 12, 2008 2:12 PM
> To: General discussion for Windows Installer XML toolset.
> Subject: Re: [WiX-users] Another newbie question: condition on custom
> action
>
> Yes.
>
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of Amir
> Kolsky
> Sent: Saturday, July 12, 2008 13:33
> To: General discussion for Windows Installer XML toolset.
> Subject: Re: [WiX-users] Another newbie question: condition on custom
> action
>
> This means "the condition that determines if the action will be taken,
> calculated just prior to taking the action?"
>
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of Rob
> Mensching
> Sent: Saturday, July 12, 2008 9:12 AM
> To: General discussion for Windows Installer XML toolset.
> Subject: Re: [WiX-users] Another newbie question: condition on custom
> action
>
> Uhh, yeah.  You asked how to "condition a custom action" and that says
> "specifies the condition of the action".  Am I missing something?  Is
> there some way we could make the documentation clearer?
>
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of Amir
> Kolsky
> Sent: Friday, July 11, 2008 17:27
> To: General discussion for Windows Installer XML toolset.
> Subject: Re: [WiX-users] Another newbie question: condition on custom
> action
>
> Are you referring to this?
>
> *Inner Text (xs:string)*
>Text node specifies the condition of the action.
>
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of Rob
> Mensching
> Sent: Friday, July 11, 2008 5:04 PM
> To: General discussion for Windows Installer XML toolset.
> Subject: Re: [WiX-users] Another newbie question: condition on custom
> action
>
> See the text of the Custom element in the WiX.chm.
>
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of Amir
> Kolsky
> Sent: Friday, July 11, 2008 15:03
> To: wix-users@lists.sourceforge.net
> Subject: [WiX-users] Another newbie question: condition on custom
action
>
> Hi All!
>
>
>
> How do I  a custom action (basically for NOT installed)?
>
> I tried to put it in a fragment but then it stops the uninstall dead.
>
> The level=0 is only accepted inside Features, but this is and install
> sequence thing...
>
>
>
> This must be trivial, what am I missing?
>
>
>
> Thanks, Amir
>
>
>
>

> -
> Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
> Studies have shown that voting for your favorite open source project,
> along with a healthy diet, reduces your potential for chronic lameness
> and boredom. Vote Now at http://www.sourceforge.net/community/cca08
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
>
>

> -
> Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
> Studies have shown that voting for your favorite open source project,
> along with a healthy diet, reduces your potential for ch

[WiX-users] LGHT0216 : An unexpected Win32 exception with error code0x654 occurred

2008-07-15 Thread Jiamin Zhu
Is there a standard way to build MSI for Culture=HI?

When I specify

  
  


I will get the following error:
light.exe : error LGHT0216 : An unexpected Win32 exception with error code0x654 
occurred: This installation package could not be opened.  Contact the 
application vendor to verify that this is a valid Windows Installer package

But if I specify

  
  


Then it builds fine.  But CODEPAGE="874" is not the CODEPAGE for HI, in fact, I 
am not sure what's the right code page to use.

Does anyone has any idea?

Thanks,
Jiamin
-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Changing checkbox background color

2008-07-15 Thread Alex Goryuk
Hi,

How would one change the foreground/background color of a checkbox? I need
to change the WIXUI_EXITDIALOGOPTIONALCHECKBOX from gray background to
transparent/white in the Exit Dialog (
http://www.wixwiki.com/index.php?title=ExitDialog ).

Thanks,
Alex G. 
-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Where does FilesInUse dialog get its names from?

2008-07-15 Thread Neil Enns
It appears that our installer is magically detecting whether our application is 
running at the time of an install, and even correctly closes it. However, the 
FilesInUse dialog that comes with WiXUI isn't showing anything in the listbox 
of running processes. What magic do we need to do to populate the listbox with 
the name of our application?

Thanks,

Neil
-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] CloseApplication not working

2008-07-15 Thread Michael Ballou
Chad,
Yes my application has a regular Window that shows up in the Explorer
taskbar.  I'll see if I can debug the code to see where it's failing.

Thanks,
Mike

-Original Message-
From: Chad Petersen <[EMAIL PROTECTED]>
Subject: Re: [WiX-users] CloseApplication not working
To: "General discussion for Windows Installer XML toolset."

Message-ID:

<[EMAIL PROTECTED]>
Content-Type: text/plain; charset="us-ascii"

If you run you test.exe and look in the taskbar does it show the icon
for your application? I've seen some problems if the application is just
a process without a taskbar icon. Even SysTray applications don't always
seem to work. Short of that I don't know.

I ended up going with a custom action and popup dialog to display the
running processes (applications, Services, etc.) and not let the user
passed this dialog until it is all clear. They can go close
applications, stop Services, and if necessary, use Task Manager to end
anything else deemed necessary.

A verbose log will show what processes are using which files that your
installer is trying to replace, which was real handy to determine what
to add to the list. A person can search the log for "in use" to find the
troublemakers.

Chad

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Michael
Ballou
Sent: Monday, July 14, 2008 11:29 AM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] CloseApplication not working

I added the CloseApplication Wix feature to my install, but it doesn't
seem to be working.  In the MSI log it detects my EXE is running, but it
doesn't seem to send the WM_CLOSE message to shut it down.  I used the
old Spy++ tool to watch the window messages and I never see that
message.  It does flag the install to reboot at the end however.

Here is my xml entry for it.



Any ideas what might be going wrong?  

Thanks,
Mike

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Why do binder variables require GAC installation?

2008-07-15 Thread Neil Sleightholm
Rob, I must thank you for your and Bob's input on this, it has proved
very useful. My aim was to create a wixlib that could be imported in to
other msi's and work in exactly the same way a merge module or
standalone msi, now I have that. I am hoping to get this documented as a
howto for the help file.

Neil

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Rob
Mensching
Sent: 15 July 2008 20:03
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Why do binder variables require GAC
installation?

"bind" variables are wedged in between a rock and a hard place and the
"assembly" variables in particular have a lot of limitations.  Most of
the issues are related the feature being added late in the life cycle of
WiX v3 and potential for seriously negative performance impact.  We'll
revisit it in "WiX vNext".

Also, bind time variables are very new so we're still learning all of
the user scenarios.  I assure you that this scenario of yours is not one
we ever considered but I had hoped it would just work.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Neil
Sleightholm
Sent: Monday, July 14, 2008 23:06
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Why do binder variables require GAC
installation?

I can't help think that behaviour is a little odd. Documenting it would
be a start but as the file version is a available I don't really see why
assemblyFileVersion couldn't be made available, especially as there
aren't any warning if you use undefined binder variables.

Neil

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Updating WiX projects for Votive build 3.0.4220 or later

2008-07-15 Thread Jason Ginchereau
IMPORTANT! Read this if you have existing WiX projects that you want to use 
with a newer build of Votive.

Some breaking changes were introduced around build 3.0.4220 that will require 
you to update .wixproj files in order to avoid problems with Votive in VS 2005 
or VS 2008 going forward.

Symptoms:

-  When accessing project properties you may receive the error message:
An error occurred trying to load the page.
Value does not fall within the expected range.

-  Source control functionality (check-out menu item or auto check-out 
on edit) may stop working with any projects or project items in the solution.

How to fix your project files:

 1.  Install the new build of WiX.
 2.  In VS, open the solution that includes one or more WiX projects.
 3.  For each WiX project node in the solution explorer, right-click and Unload 
Project, then right-click again and Edit the .wixproj.
 4.  Change the conditional expression on each configuration PropertyGroup to 
include an "x86" platform:

...


 1.  Right-click on the project node and Reload the project.
 2.  From the Build menu, open the Configuration Manager tool. Ensure that each 
WiX project is selected to build (if desired) for each solution configuration.

More details:
For further explanation, see 
http://blogs.msdn.com/jasongin/archive/2008/07/09/votive-project-platform-configurations.aspx.
 I previously sent this link as a reply to another message, but I'm sending it 
again now because I want to try to ensure everyone who is affected will see it.

I apologize for the inconvenience, but it could not reasonably be avoided in 
this case. As Votive is stabilizing now along with WiX v3, we don't expect any 
more disruptive changes to be necessary.

-Jason-

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Why do binder variables require GAC installation?

2008-07-15 Thread Rob Mensching
"bind" variables are wedged in between a rock and a hard place and the 
"assembly" variables in particular have a lot of limitations.  Most of the 
issues are related the feature being added late in the life cycle of WiX v3 and 
potential for seriously negative performance impact.  We'll revisit it in "WiX 
vNext".

Also, bind time variables are very new so we're still learning all of the user 
scenarios.  I assure you that this scenario of yours is not one we ever 
considered but I had hoped it would just work.

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Neil Sleightholm
Sent: Monday, July 14, 2008 23:06
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Why do binder variables require GAC installation?

I can't help think that behaviour is a little odd. Documenting it would
be a start but as the file version is a available I don't really see why
assemblyFileVersion couldn't be made available, especially as there
aren't any warning if you use undefined binder variables.

Neil

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Bob Arnson
Sent: 14 July 2008 18:19
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Why do binder variables require GAC
installation?

Neil Sleightholm wrote:
> Word of warning, the !(bind.assembly.MyAssembly) binder variables
> are only available if the -fv light option is specified (see post from
> Bob Arnson).
>

Only assemblyFileVersion works that way.

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




-
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Questions about WiX V3

2008-07-15 Thread Rob Mensching
Yes, #1 is a really annoying problem that IIRC is a problem in the VS systems 
below Votive.  That's why the bug still exists... the fix is "non-trivial".

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of James Minnis
Sent: Sunday, July 13, 2008 15:06
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Questions about WiX V3

I installed the latest beta of WiX 3 because I want to use the Visual Studio
integration.  I've run into some problems getting started.  I'm hoping that
I can get some assistance.

1) The text of error messages are not being displayed in VS 2005.  When the
build fails, I have to build from a command line to actually read the build
error.  This is a known bug that I read about in other messages in the list
archive, but it is extremely frustrating for someone trying to get started
with WiX.

2) I'd like to have a UI in my installer.  To get started, I was going to
use the WixUI.  Following the samples for WiX 2, I included the following:



Light outputs:

Product.wxs(45) : error LGHT0094 : Unresolved reference to symbol
'WixUI:WixUI_InstallDir' in section
'Product:{6D829382-8D41-43C9-AC80-7B98DA1BBD72}'.

How do I reference WixUI?  Or has it been removed?

I suppose I could build my own dialogs in an RC file and then use Tallow to
create WiX dialogs.  Which brings me to #3.

3) Is Tallow still a part of WiX 3?  The executable is not anywhere in the
installation.  Are its features now included somewhere else?

-Jamey


-
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] How do you use VS2005_PROJECTTEMPLATES_DIR, etc... from WixVSExtension

2008-07-15 Thread Rob Mensching
Also, Bob pointed out what I hadn't thought through.  You don't need the 
SetDirectory if you just define a Directory with the same @Id as the Property.  
The Windows Installer will resolve the Property and overwrite the Directory 
path.  It's a very "interesting" interaction between Directories and Properties 
in the Windows Installer.  Bob's approach is far better than what I suggested.

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ian Sullivan
Sent: Monday, July 14, 2008 12:18
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] How do you use VS2005_PROJECTTEMPLATES_DIR, etc... 
from WixVSExtension

Thanks Rob, that makes sense, I guess :)

Not sure if I should file something, but it might be nice to add that to the 
examples on the "WixVSExtension" documentation page.

For anyone else facing this issue here's how I resolved it...



  
  
  










-Ian

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Rob Mensching
Sent: Saturday, July 12, 2008 9:16 AM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] How do you use VS2005_PROJECTTEMPLATES_DIR, etc... 
from WixVSExtension

VS2005_SCHEMAS_DIR is a Property not a Directory.  You can't create a 
DirectoryRef to a Property.  To set a Directory to the value of a Property use 
the SetDirectory element.  For example:





-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ian Sullivan
Sent: Friday, July 11, 2008 20:35
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] How do you use VS2005_PROJECTTEMPLATES_DIR, etc... from 
WixVSExtension

I'm trying to use







For things like

  


But I'm getting the following link errors
Unresolved reference to symbol 'Directory:VS2005_PROJECTTEMPLATES_DIR' in 
section 'Fragment:'.Installer\Integration.wxs  302  
   1  Installer
Unresolved reference to symbol 'Directory:VS2005_ITEMTEMPLATES_DIR' in section 
'Fragment:'.Installer\Integration.wxs  312 
1  Installer
Unresolved reference to symbol 'Directory:VS90_PROJECTTEMPLATES_DIR' in section 
'Fragment:'.Installer\Integration.wxs  323 
1  Installer
Unresolved reference to symbol 'Directory:VS90_ITEMTEMPLATES_DIR' in section 
'Fragment:'. Installer\Integration.wxs334 1 
 Installer
Unresolved reference to symbol 'Directory:VS2005_SCHEMAS_DIR' in section 
'Fragment:'.  Installer\Integration.wxs348 1
  Installer
Unresolved reference to symbol 'Directory:VS90_SCHEMAS_DIR' in section 
'Fragment:'.   Installer\Integration.wxs362 
1  Installer

I'm pretty sure I've got the correct WixVSExtension referenced, since these 
references



seem to work (I don't get any reference errors about VS2005Setup or 
VS2005DEVENV)
   VS2005DEVENV 


  

  

I'm using version 3.0.4123.0

Any help would be appreciated.

Thanks,
-Ian

Ian Sullivan
Software Development Engineer
Microsoft Inc., Windows Live Agents: SDK

-
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


-
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


-
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


-
This SF.Net email is

Re: [WiX-users] Executing Sql Stored Procedure from SqlString

2008-07-15 Thread Christopher Karper
Also, just include the text of the log around where your CA executes, to
ensure that it is, in fact, executing as you expect.   If the command is
being issued, but the inserts are still failing, then you know the problem
is more than likely downstream.  Or it may be failing, but the install isn't
configured to stop when that happens, in which case the log would clearly
identify it.

It won't solve your problem, but it should provide a clue on where to look
next.

Chris

On Tue, Jul 15, 2008 at 12:34 PM, Chad Petersen <[EMAIL PROTECTED]>
wrote:

> Yeah, I haven't typically gotten much helpful from verbose logs for SQL
> execution, but that might just be me. What has been helpful in some
> cases is using SQL Profiler to see what it thinks is happening.
>
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of sai rahul
> Sent: Tuesday, July 15, 2008 8:43 AM
> To: General discussion for Windows Installer XML toolset.
> Subject: Re: [WiX-users] Executing Sql Stored Procedure from SqlString
>
> Hey, as i said before its not giving any error... just that the Stored
> procedure is not executing. So i guess the log file would be fine. I
> have it
> already.. but i guess its too big to paste in here...
>
> Rahul
>
> On Tue, Jul 15, 2008 at 9:02 PM, Chad Petersen
> <[EMAIL PROTECTED]>
> wrote:
>
> > The syntax to create a verbose log file is
> >
> > MSIEXEC /L*v [logfilename] /i [yourinstall.msi]
> >
> > So something like
> >
> > MSIEXEC /L*v C:\MyLog.txt /i c:\test\myinstall.msi
> >
> > It logs in batches, so if you happen to get an error, say during a
> > custom action, and stop and open the log file it might not have logged
> > that particular problem yet. Typically you have to OK whatever the
> error
> > is and let it continue in order to then open the log file and see what
> > it is referring to. Just FYI there more than anything.
> >
> > Chad
> >
> > -Original Message-
> > From: [EMAIL PROTECTED]
> > [mailto:[EMAIL PROTECTED] On Behalf Of sai
> rahul
> > Sent: Tuesday, July 15, 2008 8:12 AM
> > To: General discussion for Windows Installer XML toolset.
> > Subject: Re: [WiX-users] Executing Sql Stored Procedure from SqlString
> >
> > Nope.. sorry i dont know how to create one.. will try in the meanwhile
> > how
> > to create one...
> >
> > On Tue, Jul 15, 2008 at 8:19 PM, Christopher Karper <
> > [EMAIL PROTECTED]> wrote:
> >
> > > Do you have a log?
> > >
> > > On Tue, Jul 15, 2008 at 10:15 AM, sai rahul <[EMAIL PROTECTED]>
> > wrote:
> > >
> > > > Hi,
> > > > I am new to wix and am posting here for the first time. I've
> > creating a
> > > > database and running a script to add Tables to it, which is
> > happening
> > > > perfectly. Then i am running a script to create a Stored Procedure
> > which
> > > > inserts a few rows in some of the tables created, which is also
> > working
> > > > fine. Then i try to Execute the stored procedure using SqlString
> > element.
> > > > Though it is not showing any error and installation is happening
> > > > succesfully, the insert is not happening in any of the tables. I
> am
> > > > attaching the code for creating and executing the Stored Proc for
> > > > reference:
> > > >
> > > >   > > > SourceFile="F:/Work/WixSetup/WixSetup/UpdateScript.sql" />
> > > >
> > > >  > > > ExecuteOnInstall="yes" Sequence="1" ContinueOnError="no"
> > > SqlDb="masterDb"/>
> > > > > > > ContinueOnError="no" RollbackOnUninstall="yes" Sequence="2"
> > > > SqlDb="masterDb"
> > > >   SQL="exec sp_InstallDefaults"/>
> > > >
> > > > I am unable to figure out where i am going wrong. Any help wouldbe
> > really
> > > > appreciated.
> > > >
> > > > TIA
> > > > Rahul
> > > >
> >
> 
> > -
> > > > This SF.Net email is sponsored by the Moblin Your Move Developer's
> > > > challenge
> > > > Build the coolest Linux based applications with Moblin SDK & win
> > great
> > > > prizes
> > > > Grand prize is a trip for two to an Open Source event anywhere in
> > the
> > > world
> > > > http://moblin-contest.org/redirect.php?banner_id=100&url=/
> > > > ___
> > > > WiX-users mailing list
> > > > WiX-users@lists.sourceforge.net
> > > > https://lists.sourceforge.net/lists/listinfo/wix-users
> > > >
> > >
> >
> 
> > -
> > > This SF.Net email is sponsored by the Moblin Your Move Developer's
> > > challenge
> > > Build the coolest Linux based applications with Moblin SDK & win
> great
> > > prizes
> > > Grand prize is a trip for two to an Open Source event anywhere in
> the
> > world
> > > http://moblin-contest.org/redirect.php?banner_id=100&url=/
> > > ___
> > > WiX-users mailing list
> > > WiX-users@lists.sourceforge.net
> > > https://lists.sourceforge.net/lists/listinfo/wix-users
> > >
> >
> -

Re: [WiX-users] Wix Extension Problem

2008-07-15 Thread Christopher Karper
Ha! Sorry, I wrote in haste, and that crap was what came out.  :-)

I created a file names WixBuild.Core.targets, and I moved the following
items from WixBuild.Common.targets:

   - CheckRequiredProperties and GetSdkDirectories targets
   - All of the UsingTask statements, with accompanying targets
   - In the ItemGroup for .csproj I moved the 
   statements.
   - The GetBuildDirectories target (I suspect that would be more
   appropriate for the WixBuild.Common.targets, but I just wanted it to work
   quickly)
   - I also duplicated the  element, and included the
   new filename.

My goal was to split out the targets I would need to build an extension
(MsgGenSource, XsdGenSource, etc) without inheriting all the "bonus
features" that the wix toolkit uses to share configuration, etc.
Specifically, I didn't want my output directory overridden, and I didn't
want my assembly version overwritten.

I could trim the file down a lot more by providing a WixSdkPath property in
the core, and moving all the items I need into that folder, instead of
working from the source distro.  As I said, I just wanted it to work, more
than I wanted it to be totally "correct".   I will be cleaning it up a lot
now, since I have to move this whole thing over to my CI Build server, so, I
would be happy to share the final version (or any iteration in between, for
that matter).

I'd be willing to contribute directly to the projects, but I hear it's a big
hassle to get things included into the project..  Paperwork, approval
process, etc.  So, if you want me to send attachments or whatever, then let
me know.

:-D

Chris

On Tue, Jul 15, 2008 at 11:24 AM, Bob Arnson <[EMAIL PROTECTED]> wrote:

> Christopher Karper wrote:
> > has a bunch of items for build the Wix toolset itself as well.   I moved
> all
> > the tool settings to a WixBuild.Core.targets, and I reference that from
> > WixBuild.Common.targets.   You may want to consider doing this
> officially,
> > in order to help us Extension developers out.  ;-)
> >
>
> Maybe -- could you be a little less vague about the changes you made?
>
> --
> sig://boB
> http://joyofsetup.com/
>
>
>
> -
> This SF.Net email is sponsored by the Moblin Your Move Developer's
> challenge
> Build the coolest Linux based applications with Moblin SDK & win great
> prizes
> Grand prize is a trip for two to an Open Source event anywhere in the world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Executing Sql Stored Procedure from SqlString

2008-07-15 Thread Chad Petersen
Yeah, I haven't typically gotten much helpful from verbose logs for SQL
execution, but that might just be me. What has been helpful in some
cases is using SQL Profiler to see what it thinks is happening.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of sai rahul
Sent: Tuesday, July 15, 2008 8:43 AM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Executing Sql Stored Procedure from SqlString

Hey, as i said before its not giving any error... just that the Stored
procedure is not executing. So i guess the log file would be fine. I
have it
already.. but i guess its too big to paste in here...

Rahul

On Tue, Jul 15, 2008 at 9:02 PM, Chad Petersen
<[EMAIL PROTECTED]>
wrote:

> The syntax to create a verbose log file is
>
> MSIEXEC /L*v [logfilename] /i [yourinstall.msi]
>
> So something like
>
> MSIEXEC /L*v C:\MyLog.txt /i c:\test\myinstall.msi
>
> It logs in batches, so if you happen to get an error, say during a
> custom action, and stop and open the log file it might not have logged
> that particular problem yet. Typically you have to OK whatever the
error
> is and let it continue in order to then open the log file and see what
> it is referring to. Just FYI there more than anything.
>
> Chad
>
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of sai
rahul
> Sent: Tuesday, July 15, 2008 8:12 AM
> To: General discussion for Windows Installer XML toolset.
> Subject: Re: [WiX-users] Executing Sql Stored Procedure from SqlString
>
> Nope.. sorry i dont know how to create one.. will try in the meanwhile
> how
> to create one...
>
> On Tue, Jul 15, 2008 at 8:19 PM, Christopher Karper <
> [EMAIL PROTECTED]> wrote:
>
> > Do you have a log?
> >
> > On Tue, Jul 15, 2008 at 10:15 AM, sai rahul <[EMAIL PROTECTED]>
> wrote:
> >
> > > Hi,
> > > I am new to wix and am posting here for the first time. I've
> creating a
> > > database and running a script to add Tables to it, which is
> happening
> > > perfectly. Then i am running a script to create a Stored Procedure
> which
> > > inserts a few rows in some of the tables created, which is also
> working
> > > fine. Then i try to Execute the stored procedure using SqlString
> element.
> > > Though it is not showing any error and installation is happening
> > > succesfully, the insert is not happening in any of the tables. I
am
> > > attaching the code for creating and executing the Stored Proc for
> > > reference:
> > >
> > >   > > SourceFile="F:/Work/WixSetup/WixSetup/UpdateScript.sql" />
> > >
> > >  > > ExecuteOnInstall="yes" Sequence="1" ContinueOnError="no"
> > SqlDb="masterDb"/>
> > > > > ContinueOnError="no" RollbackOnUninstall="yes" Sequence="2"
> > > SqlDb="masterDb"
> > >   SQL="exec sp_InstallDefaults"/>
> > >
> > > I am unable to figure out where i am going wrong. Any help wouldbe
> really
> > > appreciated.
> > >
> > > TIA
> > > Rahul
> > >
>

> -
> > > This SF.Net email is sponsored by the Moblin Your Move Developer's
> > > challenge
> > > Build the coolest Linux based applications with Moblin SDK & win
> great
> > > prizes
> > > Grand prize is a trip for two to an Open Source event anywhere in
> the
> > world
> > > http://moblin-contest.org/redirect.php?banner_id=100&url=/
> > > ___
> > > WiX-users mailing list
> > > WiX-users@lists.sourceforge.net
> > > https://lists.sourceforge.net/lists/listinfo/wix-users
> > >
> >
>

> -
> > This SF.Net email is sponsored by the Moblin Your Move Developer's
> > challenge
> > Build the coolest Linux based applications with Moblin SDK & win
great
> > prizes
> > Grand prize is a trip for two to an Open Source event anywhere in
the
> world
> > http://moblin-contest.org/redirect.php?banner_id=100&url=/
> > ___
> > WiX-users mailing list
> > WiX-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/wix-users
> >
>

> -
> This SF.Net email is sponsored by the Moblin Your Move Developer's
> challenge
> Build the coolest Linux based applications with Moblin SDK & win great
> prizes
> Grand prize is a trip for two to an Open Source event anywhere in the
> world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
>
>
>

-
> This SF.Net email is sponsored by the Moblin Your Move Developer's
> challenge
> Build the coolest Linux based applications with Moblin SDK & win great
> prizes
> Grand prize is a trip for two 

Re: [WiX-users] Patch install: MoveFiles and component action states

2008-07-15 Thread Bob Arnson
Ilya Slobodin wrote:
> SampleDb.txt is renamed to SampleDb.bak while the original file SampleDb.txt 
> is not reinstalled (confusing)
>   

I'd guess it's a timing problem: MSI decides what it needs to do based 
on the state of the machine during script generation. It sees 
sampledb.txt on the machine in the right place with the expected 
content/timestamp and says "nothing to do." You then move it but MSI has 
already made its decision about what to do.

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



-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Problem with privileges in Custom Action ( Wix )( .msi )

2008-07-15 Thread Bob Arnson
gnhMichael wrote:
> MSI (s) (D4:2C) [05:54:51:162]: Machine policy value 'DisableRollback' is 0
> Action 5:54:51: RollbackCleanup. Removing backup files
>
> After this message, windows server 2008 waiting for long time to finish
> installation.
>   

This is where Windows Installer finalizes its transaction. What's the 
next few lines of the log when it finishes?

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



-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Wix Extension Problem

2008-07-15 Thread Bob Arnson
Christopher Karper wrote:
> has a bunch of items for build the Wix toolset itself as well.   I moved all
> the tool settings to a WixBuild.Core.targets, and I reference that from
> WixBuild.Common.targets.   You may want to consider doing this officially,
> in order to help us Extension developers out.  ;-)
>   

Maybe -- could you be a little less vague about the changes you made?

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



-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Add a dialog to uninstall

2008-07-15 Thread Bob Arnson
Paul Welter wrote:
>  Height="17" X="52" Y="105" CheckBoxValue="1" Property="RemoveConfig"
> Text="Remove all configuration data" />
>  Height="17" X="52" Y="128" CheckBoxValue="1" Property="RemoveSamples"
> Text="Remove sample data"/>
>   

Properties must be public (i.e., all UPPERCASE) to get passed from the 
UI to the execution sequence.

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



-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] What options activate verbose WcaLog?

2008-07-15 Thread Bob Arnson
Tony Juricic wrote:
> In a C++ DLL custom action I have the following code:
>
> ::WcaLog(LOGMSG_VERBOSE, "%s", "My log text");
>
> MSI install is started with the following log options:
>
> msiexec /i myinstall.msi /lv*x .\install.log
>
> However, log file doesn't contain the text as could be expected. In
> contrast, LOGMSG_STANDARD works in this scenario.
>   

See http://www.joyofsetup.com/2008/07/15/verbose-logging-from-wcautil/.

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



-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] WixVariable element

2008-07-15 Thread Bob Arnson
Mike Rerick wrote:
> Is there a list of the various Wix variables that can be set in the
> WixVariable element? The only one I have seen is the 'WixUILicenseRtf' one.
>   

It's an infinite list because WixVariables can be used almost 
everywhere. If you're looking for WixVariables used in the UI library, 
check out "Customizing the WixUI Dialog Sets" in WiX.chm.

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



-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] WiX with Visual Studio 2008 Isolated?

2008-07-15 Thread Bob Arnson
James Minnis wrote:
> I just installed the Isolated edition of VS 2008 to use IronPython.  Will
> WiX V3 work with that?  

No, there's additional integration required for integration into the 
isolated shell and Votive doesn't do that. Feel free to file a feature 
request.

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



-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] How do you use VS2005_PROJECTTEMPLATES_DIR, etc... from WixVSExtension

2008-07-15 Thread Bob Arnson
Ian Sullivan wrote:
> 
>   
>   
>   
> 
>
> 
>  Sequence="both" />
>   

I don't think you need the custom actions. If you use a Directory/@Id of 
the same name as the property Id, MSI will use the property value 
instead of the calculated directory path. So if you named 
DIR_VS2005_SCHEMAS VS2005_SCHEMAS_DIR instead, it would "just work."

Yes, it's confusing that you'd have both Directory and PropertyRef with 
the same Id, but it's how MSI handles directories and properties.

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



-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Why do binder variables require GAC installation?

2008-07-15 Thread Bob Arnson
Neil Sleightholm wrote:
> I can't help think that behaviour is a little odd. Documenting it would
> be a start but as the file version is a available I don't really see why
> assemblyFileVersion couldn't be made available, especially as there
> aren't any warning if you use undefined binder variables.
>   

Assume the latter is a bug (there's a TODO comment in the code). 
Assembly information is collected only in defined cases (assembly going 
into the GAC, -fv for assemblyFileVersion).

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



-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Executing Sql Stored Procedure from SqlString

2008-07-15 Thread sai rahul
Hey, as i said before its not giving any error... just that the Stored
procedure is not executing. So i guess the log file would be fine. I have it
already.. but i guess its too big to paste in here...

Rahul

On Tue, Jul 15, 2008 at 9:02 PM, Chad Petersen <[EMAIL PROTECTED]>
wrote:

> The syntax to create a verbose log file is
>
> MSIEXEC /L*v [logfilename] /i [yourinstall.msi]
>
> So something like
>
> MSIEXEC /L*v C:\MyLog.txt /i c:\test\myinstall.msi
>
> It logs in batches, so if you happen to get an error, say during a
> custom action, and stop and open the log file it might not have logged
> that particular problem yet. Typically you have to OK whatever the error
> is and let it continue in order to then open the log file and see what
> it is referring to. Just FYI there more than anything.
>
> Chad
>
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of sai rahul
> Sent: Tuesday, July 15, 2008 8:12 AM
> To: General discussion for Windows Installer XML toolset.
> Subject: Re: [WiX-users] Executing Sql Stored Procedure from SqlString
>
> Nope.. sorry i dont know how to create one.. will try in the meanwhile
> how
> to create one...
>
> On Tue, Jul 15, 2008 at 8:19 PM, Christopher Karper <
> [EMAIL PROTECTED]> wrote:
>
> > Do you have a log?
> >
> > On Tue, Jul 15, 2008 at 10:15 AM, sai rahul <[EMAIL PROTECTED]>
> wrote:
> >
> > > Hi,
> > > I am new to wix and am posting here for the first time. I've
> creating a
> > > database and running a script to add Tables to it, which is
> happening
> > > perfectly. Then i am running a script to create a Stored Procedure
> which
> > > inserts a few rows in some of the tables created, which is also
> working
> > > fine. Then i try to Execute the stored procedure using SqlString
> element.
> > > Though it is not showing any error and installation is happening
> > > succesfully, the insert is not happening in any of the tables. I am
> > > attaching the code for creating and executing the Stored Proc for
> > > reference:
> > >
> > >   > > SourceFile="F:/Work/WixSetup/WixSetup/UpdateScript.sql" />
> > >
> > >  > > ExecuteOnInstall="yes" Sequence="1" ContinueOnError="no"
> > SqlDb="masterDb"/>
> > > > > ContinueOnError="no" RollbackOnUninstall="yes" Sequence="2"
> > > SqlDb="masterDb"
> > >   SQL="exec sp_InstallDefaults"/>
> > >
> > > I am unable to figure out where i am going wrong. Any help wouldbe
> really
> > > appreciated.
> > >
> > > TIA
> > > Rahul
> > >
> 
> -
> > > This SF.Net email is sponsored by the Moblin Your Move Developer's
> > > challenge
> > > Build the coolest Linux based applications with Moblin SDK & win
> great
> > > prizes
> > > Grand prize is a trip for two to an Open Source event anywhere in
> the
> > world
> > > http://moblin-contest.org/redirect.php?banner_id=100&url=/
> > > ___
> > > WiX-users mailing list
> > > WiX-users@lists.sourceforge.net
> > > https://lists.sourceforge.net/lists/listinfo/wix-users
> > >
> >
> 
> -
> > This SF.Net email is sponsored by the Moblin Your Move Developer's
> > challenge
> > Build the coolest Linux based applications with Moblin SDK & win great
> > prizes
> > Grand prize is a trip for two to an Open Source event anywhere in the
> world
> > http://moblin-contest.org/redirect.php?banner_id=100&url=/
> > ___
> > WiX-users mailing list
> > WiX-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/wix-users
> >
> 
> -
> This SF.Net email is sponsored by the Moblin Your Move Developer's
> challenge
> Build the coolest Linux based applications with Moblin SDK & win great
> prizes
> Grand prize is a trip for two to an Open Source event anywhere in the
> world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
>
>
> -
> This SF.Net email is sponsored by the Moblin Your Move Developer's
> challenge
> Build the coolest Linux based applications with Moblin SDK & win great
> prizes
> Grand prize is a trip for two to an Open Source event anywhere in the world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with

[WiX-users] General, sai rahul has invited you to open a Google mail account

2008-07-15 Thread sai rahul
I've been using Gmail and thought you might like to try it out. Here's
an invitation to create an account.

---

sai rahul has invited you to open a free Gmail account.

To accept this invitation and register for your account, visit
http://mail.google.com/mail/a-fc0a9e1d1a-0405165208-415510f3e7

Once you create your account, sai rahul will be notified with
your new email address so you can stay in touch with Gmail!

If you haven't already heard about Gmail, it's a new search-based webmail
service that offers:

- Over 2,700 megabytes (two gigabytes) of free storage
- Built-in Google search that instantly finds any message you want
- Automatic arrangement of messages and related replies into
  "conversations"
- Powerful spam protection using innovative Google technology
- No large, annoying ads--just small text ads and related pages that are
  relevant to the content of your messages

To learn more about Gmail before registering, visit:
http://mail.google.com/mail/help/benefits.html

And, to see how easy it can be to switch to a new email service, check
out our new switch guide: http://mail.google.com/mail/help/switch/

We're still working every day to improve Gmail, so we might ask for your
comments and suggestions periodically.  We hope you'll like Gmail.  We
do.  And, it's only going to get better.

Thanks,

The Gmail Team

(If clicking the URLs in this message does not work, copy and paste them
into the address bar of your browser).

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Executing Sql Stored Procedure from SqlString

2008-07-15 Thread Chad Petersen
The syntax to create a verbose log file is 

MSIEXEC /L*v [logfilename] /i [yourinstall.msi]

So something like

MSIEXEC /L*v C:\MyLog.txt /i c:\test\myinstall.msi

It logs in batches, so if you happen to get an error, say during a
custom action, and stop and open the log file it might not have logged
that particular problem yet. Typically you have to OK whatever the error
is and let it continue in order to then open the log file and see what
it is referring to. Just FYI there more than anything.

Chad

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of sai rahul
Sent: Tuesday, July 15, 2008 8:12 AM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Executing Sql Stored Procedure from SqlString

Nope.. sorry i dont know how to create one.. will try in the meanwhile
how
to create one...

On Tue, Jul 15, 2008 at 8:19 PM, Christopher Karper <
[EMAIL PROTECTED]> wrote:

> Do you have a log?
>
> On Tue, Jul 15, 2008 at 10:15 AM, sai rahul <[EMAIL PROTECTED]>
wrote:
>
> > Hi,
> > I am new to wix and am posting here for the first time. I've
creating a
> > database and running a script to add Tables to it, which is
happening
> > perfectly. Then i am running a script to create a Stored Procedure
which
> > inserts a few rows in some of the tables created, which is also
working
> > fine. Then i try to Execute the stored procedure using SqlString
element.
> > Though it is not showing any error and installation is happening
> > succesfully, the insert is not happening in any of the tables. I am
> > attaching the code for creating and executing the Stored Proc for
> > reference:
> >
> >   > SourceFile="F:/Work/WixSetup/WixSetup/UpdateScript.sql" />
> >
> >  > ExecuteOnInstall="yes" Sequence="1" ContinueOnError="no"
> SqlDb="masterDb"/>
> > > ContinueOnError="no" RollbackOnUninstall="yes" Sequence="2"
> > SqlDb="masterDb"
> >   SQL="exec sp_InstallDefaults"/>
> >
> > I am unable to figure out where i am going wrong. Any help wouldbe
really
> > appreciated.
> >
> > TIA
> > Rahul
> >

-
> > This SF.Net email is sponsored by the Moblin Your Move Developer's
> > challenge
> > Build the coolest Linux based applications with Moblin SDK & win
great
> > prizes
> > Grand prize is a trip for two to an Open Source event anywhere in
the
> world
> > http://moblin-contest.org/redirect.php?banner_id=100&url=/
> > ___
> > WiX-users mailing list
> > WiX-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/wix-users
> >
>

-
> This SF.Net email is sponsored by the Moblin Your Move Developer's
> challenge
> Build the coolest Linux based applications with Moblin SDK & win great
> prizes
> Grand prize is a trip for two to an Open Source event anywhere in the
world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>

-
This SF.Net email is sponsored by the Moblin Your Move Developer's
challenge
Build the coolest Linux based applications with Moblin SDK & win great
prizes
Grand prize is a trip for two to an Open Source event anywhere in the
world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users



-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Executing Sql Stored Procedure from SqlString

2008-07-15 Thread sai rahul
HI.. got the log file.. should i copy the whole thing here or mail it to
you?

On Tue, Jul 15, 2008 at 8:42 PM, sai rahul <[EMAIL PROTECTED]> wrote:

> Nope.. sorry i dont know how to create one.. will try in the meanwhile how
> to create one...
>
>
> On Tue, Jul 15, 2008 at 8:19 PM, Christopher Karper <
> [EMAIL PROTECTED]> wrote:
>
>> Do you have a log?
>>
>> On Tue, Jul 15, 2008 at 10:15 AM, sai rahul <[EMAIL PROTECTED]> wrote:
>>
>> > Hi,
>> > I am new to wix and am posting here for the first time. I've creating a
>> > database and running a script to add Tables to it, which is happening
>> > perfectly. Then i am running a script to create a Stored Procedure which
>> > inserts a few rows in some of the tables created, which is also working
>> > fine. Then i try to Execute the stored procedure using SqlString
>> element.
>> > Though it is not showing any error and installation is happening
>> > succesfully, the insert is not happening in any of the tables. I am
>> > attaching the code for creating and executing the Stored Proc for
>> > reference:
>> >
>> >  > > SourceFile="F:/Work/WixSetup/WixSetup/UpdateScript.sql" />
>> >
>> > > > ExecuteOnInstall="yes" Sequence="1" ContinueOnError="no"
>> SqlDb="masterDb"/>
>> >> > ContinueOnError="no" RollbackOnUninstall="yes" Sequence="2"
>> > SqlDb="masterDb"
>> >   SQL="exec sp_InstallDefaults"/>
>> >
>> > I am unable to figure out where i am going wrong. Any help wouldbe
>> really
>> > appreciated.
>> >
>> > TIA
>> > Rahul
>> >
>> -
>> > This SF.Net email is sponsored by the Moblin Your Move Developer's
>> > challenge
>> > Build the coolest Linux based applications with Moblin SDK & win great
>> > prizes
>> > Grand prize is a trip for two to an Open Source event anywhere in the
>> world
>> > http://moblin-contest.org/redirect.php?banner_id=100&url=/
>> > ___
>> > WiX-users mailing list
>> > WiX-users@lists.sourceforge.net
>> > https://lists.sourceforge.net/lists/listinfo/wix-users
>> >
>> -
>> This SF.Net email is sponsored by the Moblin Your Move Developer's
>> challenge
>> Build the coolest Linux based applications with Moblin SDK & win great
>> prizes
>> Grand prize is a trip for two to an Open Source event anywhere in the
>> world
>> http://moblin-contest.org/redirect.php?banner_id=100&url=/
>> ___
>> WiX-users mailing list
>> WiX-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/wix-users
>>
>
>
-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] CloseApplication not working

2008-07-15 Thread Chad Petersen
If you run you test.exe and look in the taskbar does it show the icon
for your application? I've seen some problems if the application is just
a process without a taskbar icon. Even SysTray applications don't always
seem to work. Short of that I don't know.

I ended up going with a custom action and popup dialog to display the
running processes (applications, Services, etc.) and not let the user
passed this dialog until it is all clear. They can go close
applications, stop Services, and if necessary, use Task Manager to end
anything else deemed necessary.

A verbose log will show what processes are using which files that your
installer is trying to replace, which was real handy to determine what
to add to the list. A person can search the log for "in use" to find the
troublemakers.

Chad

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Michael
Ballou
Sent: Monday, July 14, 2008 11:29 AM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] CloseApplication not working

I added the CloseApplication Wix feature to my install, but it doesn't
seem to be working.  In the MSI log it detects my EXE is running, but it
doesn't seem to send the WM_CLOSE message to shut it down.  I used the
old Spy++ tool to watch the window messages and I never see that
message.  It does flag the install to reboot at the end however.

Here is my xml entry for it.



Any ideas what might be going wrong?  

Thanks,
Mike



-
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users



-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Executing Sql Stored Procedure from SqlString

2008-07-15 Thread sai rahul
Nope.. sorry i dont know how to create one.. will try in the meanwhile how
to create one...

On Tue, Jul 15, 2008 at 8:19 PM, Christopher Karper <
[EMAIL PROTECTED]> wrote:

> Do you have a log?
>
> On Tue, Jul 15, 2008 at 10:15 AM, sai rahul <[EMAIL PROTECTED]> wrote:
>
> > Hi,
> > I am new to wix and am posting here for the first time. I've creating a
> > database and running a script to add Tables to it, which is happening
> > perfectly. Then i am running a script to create a Stored Procedure which
> > inserts a few rows in some of the tables created, which is also working
> > fine. Then i try to Execute the stored procedure using SqlString element.
> > Though it is not showing any error and installation is happening
> > succesfully, the insert is not happening in any of the tables. I am
> > attaching the code for creating and executing the Stored Proc for
> > reference:
> >
> >   > SourceFile="F:/Work/WixSetup/WixSetup/UpdateScript.sql" />
> >
> >  > ExecuteOnInstall="yes" Sequence="1" ContinueOnError="no"
> SqlDb="masterDb"/>
> > > ContinueOnError="no" RollbackOnUninstall="yes" Sequence="2"
> > SqlDb="masterDb"
> >   SQL="exec sp_InstallDefaults"/>
> >
> > I am unable to figure out where i am going wrong. Any help wouldbe really
> > appreciated.
> >
> > TIA
> > Rahul
> > -
> > This SF.Net email is sponsored by the Moblin Your Move Developer's
> > challenge
> > Build the coolest Linux based applications with Moblin SDK & win great
> > prizes
> > Grand prize is a trip for two to an Open Source event anywhere in the
> world
> > http://moblin-contest.org/redirect.php?banner_id=100&url=/
> > ___
> > WiX-users mailing list
> > WiX-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/wix-users
> >
> -
> This SF.Net email is sponsored by the Moblin Your Move Developer's
> challenge
> Build the coolest Linux based applications with Moblin SDK & win great
> prizes
> Grand prize is a trip for two to an Open Source event anywhere in the world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] WixVariable element

2008-07-15 Thread Mike Rerick
Is there a list of the various Wix variables that can be set in the
WixVariable element? The only one I have seen is the 'WixUILicenseRtf' one.

 

Thanks

Mike

 

Mike Rerick

Sr. Software Engineer - Professional Services

  http://www.iwsinc.com/> 

 

9200 S.E. Sunnybrook Blvd., Suite 170

Clackamas, OR   97015

Phone: (503) 353-8068Fax: (503) 353-8065

 



The information contained in this transmission contains potentially
privileged, export controlled and/or confidential information of Imageware
Systems, Inc. or its customers or partners.  It is intended only to be read
by the person(s) named above and for no other purpose.  You are hereby
notified that any dissemination, distribution, duplication of this
communication or use of its contents for any purpose not authorized
expressly by Imageware Systems, Inc. is strictly prohibited and could lead
to both civil and/or criminal penalties.  If you are not the intended
recipient, you are prohibited to review the contents herein and please
contact the sender by reply e-mail and destroy all copies of the original
message.  To reply to our e-mail administrator directly, please send an
e-mail to [EMAIL PROTECTED]
  
-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Executing Sql Stored Procedure from SqlString

2008-07-15 Thread Christopher Karper
Do you have a log?

On Tue, Jul 15, 2008 at 10:15 AM, sai rahul <[EMAIL PROTECTED]> wrote:

> Hi,
> I am new to wix and am posting here for the first time. I've creating a
> database and running a script to add Tables to it, which is happening
> perfectly. Then i am running a script to create a Stored Procedure which
> inserts a few rows in some of the tables created, which is also working
> fine. Then i try to Execute the stored procedure using SqlString element.
> Though it is not showing any error and installation is happening
> succesfully, the insert is not happening in any of the tables. I am
> attaching the code for creating and executing the Stored Proc for
> reference:
>
>   SourceFile="F:/Work/WixSetup/WixSetup/UpdateScript.sql" />
>
>  ExecuteOnInstall="yes" Sequence="1" ContinueOnError="no" SqlDb="masterDb"/>
> ContinueOnError="no" RollbackOnUninstall="yes" Sequence="2"
> SqlDb="masterDb"
>   SQL="exec sp_InstallDefaults"/>
>
> I am unable to figure out where i am going wrong. Any help wouldbe really
> appreciated.
>
> TIA
> Rahul
> -
> This SF.Net email is sponsored by the Moblin Your Move Developer's
> challenge
> Build the coolest Linux based applications with Moblin SDK & win great
> prizes
> Grand prize is a trip for two to an Open Source event anywhere in the world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Deploying optional components

2008-07-15 Thread Jeff Yates
Hi all,

I have a project that we deploy using WiX. We also use the patch support in
WiX to deploy service packs to the original release.

Due to forces outside my control (trust me, I tried to avoid this) we are
only now looking at deploying the project in different languages. Due to the
business domain, the existng deployment model, and various other factors, we
need to be able to deploy each language as an independent add-on.

Is there a way to use patches to do this without disrupting our currently
used deployment model? Here is an example scenario...

1. User installs major release 1.
2. User installs French language patch.
3. User installs service pack 1
4. User installs Spanish language patch.
5. User installs service pack 2.
6. User uninstalls main product, which also removes all patches

A similar scenario that should also work...

1. User installs major release 1
2. User installs service pack 1
3. User installs French language patch
4. User installs Spanish language patch.
5. User installs service pack 2.
6. User uninstalls main product, which also removes all patches

Note that in both examples, the order of the language patches in relation to
one another and in relation to the main service packs shouldn't matter.  Is
this possible? If so, how?  Language patches will never touch overlapping
files, nor will they touch files installed by the main package.

The overall result is we want everything to uninstall from the same
uninstall point. If I can't leverage the patching mechanism for this, then I
presume I will need some custom action to hook the uninstall so that it also
either runs the uninstall for each language pack or initiates some custom
uninstallation (assuming that some sort of custom installation is used
instead of MSI when installing the language packs).

If you have any alternative approaches that would suit our current
situation, please do share.

Thanks for the help.

Kind regards,
Jeff Yates
-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Executing Sql Stored Procedure from SqlString

2008-07-15 Thread sai rahul
Hi,
I am new to wix and am posting here for the first time. I've creating a
database and running a script to add Tables to it, which is happening
perfectly. Then i am running a script to create a Stored Procedure which
inserts a few rows in some of the tables created, which is also working
fine. Then i try to Execute the stored procedure using SqlString element.
Though it is not showing any error and installation is happening
succesfully, the insert is not happening in any of the tables. I am
attaching the code for creating and executing the Stored Proc for reference:

 




I am unable to figure out where i am going wrong. Any help wouldbe really
appreciated.

TIA
Rahul
-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] License File

2008-07-15 Thread Michael Faden
Thanks, it works.

Mike

Neil Sleightholm wrote:
> I find the easiest way to reference a license file is to add something
> like this:
>
> 
>
> Neil
>
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of Michael
> Faden
> Sent: 15 July 2008 12:00
> To: wix-users@lists.sourceforge.net
> Subject: [WiX-users] License File
>
> Hi,
>
> I've just installed v3. When I create my first v3 installer my license 
> file is simply ignored, although the installation itself works perfect. 
> As usual the license file named 'License.rtf' is located in my working 
> directory. The installer itself runs perfectly. Does anybody knows 
> what's going there?
>
> Mike
>
> 
> -
> This SF.Net email is sponsored by the Moblin Your Move Developer's
> challenge
> Build the coolest Linux based applications with Moblin SDK & win great
> prizes
> Grand prize is a trip for two to an Open Source event anywhere in the
> world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
> -
> This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
> Build the coolest Linux based applications with Moblin SDK & win great prizes
> Grand prize is a trip for two to an Open Source event anywhere in the world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>   


-- 
Dr.Michael Fadenfon: +49(0)228-98549-51
kippdata GmbH   fax: +49(0)228-98549-50
Bornheimer Str. 33a Email: [EMAIL PROTECTED]
D-53111 Bonn 

HRB 8018 Amtsgericht Bonn / USt.-IdNr. DE 196 457 417
Geschäftsführer: Dr. Thomas Höfer, Rainer Jung, Sven Maurmann 


-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] WiX with Visual Studio 2008 Isolated?

2008-07-15 Thread James Minnis
I just installed the Isolated edition of VS 2008 to use IronPython.  Will
WiX V3 work with that?  If so, how would I configure it to do so?

-Jamey


-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] License File

2008-07-15 Thread Neil Sleightholm
I find the easiest way to reference a license file is to add something
like this:



Neil

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Michael
Faden
Sent: 15 July 2008 12:00
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] License File

Hi,

I've just installed v3. When I create my first v3 installer my license 
file is simply ignored, although the installation itself works perfect. 
As usual the license file named 'License.rtf' is located in my working 
directory. The installer itself runs perfectly. Does anybody knows 
what's going there?

Mike


-
This SF.Net email is sponsored by the Moblin Your Move Developer's
challenge
Build the coolest Linux based applications with Moblin SDK & win great
prizes
Grand prize is a trip for two to an Open Source event anywhere in the
world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Problem with privileges in Custom Action ( Wix )( .msi )

2008-07-15 Thread gnhMichael

Hi All,

 I'm facing a problem in Wix Installer. 
It holding dialog box more an half an hour. Its not showing next dialog box
(Finish Dialog).
Log which i got is below,

MSI (s) (D4:2C) [05:54:51:162]: Note: 1: 1402 2:
UNKNOWN\Installer\Products\B03E6F925DD6B8F4AA3CCD9E18E155CF\SourceList 3: 2 
MSI (s) (D4:2C) [05:54:51:162]: Executing op: ProductPublishClient(,,)
MSI (s) (D4:2C) [05:54:51:162]: Executing op:
SourceListRegisterLastUsed(SourceProduct={29F6E30B-6DD5-4F8B-AAC3-DCE9811E55FC},LastUsedSource=C:\HydraShare\)
MSI (s) (D4:2C) [05:54:51:162]: Entering
CMsiConfigurationManager::SetLastUsedSource.
MSI (s) (D4:2C) [05:54:51:162]: Specifed source is already in a list.
MSI (s) (D4:2C) [05:54:51:162]: User policy value 'SearchOrder' is 'nmu'
MSI (s) (D4:2C) [05:54:51:162]: Machine policy value 'DisableBrowse' is 0
MSI (s) (D4:2C) [05:54:51:162]: Machine policy value 'AllowLockdownBrowse'
is 0
MSI (s) (D4:2C) [05:54:51:162]: Adding new sources is allowed.
MSI (s) (D4:2C) [05:54:51:162]: Set LastUsedSource to: C:\HydraShare\.
MSI (s) (D4:2C) [05:54:51:162]: Set LastUsedType to: n.
MSI (s) (D4:2C) [05:54:51:162]: Set LastUsedIndex to: 1.
MSI (s) (D4:2C) [05:54:51:162]: Executing op:
End(Checksum=0,ProgressTotalHDWord=0,ProgressTotalLDWord=710790)
MSI (s) (D4:2C) [05:54:51:162]: User policy value 'DisableRollback' is 0
MSI (s) (D4:2C) [05:54:51:162]: Machine policy value 'DisableRollback' is 0
Action 5:54:51: RollbackCleanup. Removing backup files

After this message, windows waiting for long time to finish installation.

Please anyone help me out.

Thanks in advance.

- Michael


Akshat Sharma wrote:
> 
> Hi All,
> 
>  I am logged in as an administrative user in windows vista and I have a
> custom action (which calls a VB script function) in my .wxs file which
> creates a firewall exception.
> If I run the created .msi normally (just double clicking on it), the
> installation goes to completion but my firewall exception is not made. If
> I  run the command prompt as Administrator and then run the .msi thru it
> ,the firewall exception gets created.  I cannot understand the reason for
> this.
> 
> I even have a condition which checks whether I am an admin or not and will
> ensures that the installation runs only if I am an admin.  The
> installation does run and does not flag any error (meaning I am the admin)
> but the firewall exception is not created.
> 
> Where am I going wrong ??
> 
> My  .wxs file looks like this :
> 
> .
> .
> .
> 
>   Privileged
>   
> .
> .
> .
> 
>
>   
> 
>   
>VBScriptCall='FirewallEntry' Return='check'/>
> .
> .
> .
> .
> 
> My script file b.vbs is :
> 
> Function FireWallEntry
> 
> Set objFirewall = CreateObject("HNetCfg.FwMgr")
> Set objPolicy = objFirewall.LocalPolicy.CurrentProfile
> 
> Set objApplication = CreateObject("HNetCfg.FwAuthorizedApplication")
> objApplication.Name = "Fence aks Manager"
> objApplication.IPVersion = 2
> objApplication.ProcessImageFileName = ""
> objApplication.RemoteAddresses = "*"
> objApplication.Scope = 0
> objApplication.Enabled = True
> 
> Set colApplications = objPolicy.AuthorizedApplications
> colApplications.Add(objApplication)
> 
> 
> 
> -Regards,
> Akshat
> end Function
> -
> Check out the new SourceForge.net Marketplace.
> It's the best place to buy or sell services for
> just about anything Open Source.
> http://sourceforge.net/services/buy/index.php
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Problem-with-privileges-in-Custom-Action-%28-Wix-%29%28-.msi-%29-tp1800p18386140.html
Sent from the wix-users mailing list archive at Nabble.com.


-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] License File

2008-07-15 Thread Alex Goryuk
Hey Mike,

Two things:
 1) Does your UI reference the Localization dialog?
 2) During the build process, you can either reference License.rtf or force
'light' to use a license ie. light  -dWixUILicenseRtf=eula.rtf

Alex G.  


On 7/15/08 6:59 AM, "Michael Faden" <[EMAIL PROTECTED]> wrote:

> Hi,
> 
> I've just installed v3. When I create my first v3 installer my license
> file is simply ignored, although the installation itself works perfect.
> As usual the license file named 'License.rtf' is located in my working
> directory. The installer itself runs perfectly. Does anybody knows
> what's going there?
> 
> Mike
> 
> -
> This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
> Build the coolest Linux based applications with Moblin SDK & win great prizes
> Grand prize is a trip for two to an Open Source event anywhere in the world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users


-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Rollback nightmare - II

2008-07-15 Thread Anidil

When the user cancels the uninstall after the progress bar completes
95%,installer ends up showing the ExitDialog screen removing the application
instead of rollback.I've scheduled custom actions during uninstall.. Is this
an expected behavior? Can anybody give any insight to get rid of this
problem

Any help is greatly appreciated
-- 
View this message in context: 
http://www.nabble.com/Rollback-nightmare---II-tp18462512p18462512.html
Sent from the wix-users mailing list archive at Nabble.com.


-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] License File

2008-07-15 Thread Michael Faden
Hi,

I've just installed v3. When I create my first v3 installer my license 
file is simply ignored, although the installation itself works perfect. 
As usual the license file named 'License.rtf' is located in my working 
directory. The installer itself runs perfectly. Does anybody knows 
what's going there?

Mike

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users