Re: [WiX-users] Passing RegSearch Value to Custom Action (Deferred) during Uninstall

2012-05-28 Thread Ravi Raj
I got the method and I am doing this (which is working perfectly):

  
 
   NOT Installed  NOT
Installed AND NOT UPGRADINGPRODUCTCODE
   NOT Installed  NOT
Installed AND NOT
UPGRADINGPRODUCTCODE

Just wanted to confirm, is there any other way to achieve the same?

-- 
Thanks and Regards,
Ravi Raj
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Message Box at the top of Installer Dialog

2012-05-28 Thread Ravi Raj
But there are several messages I ant to populate via custom actions. I am
not sure how to do this. Can you help me with some examples.

On Mon, May 28, 2012 at 9:22 PM, Pally Sandher wrote:

> Use the Windows Installer UI instead of a Custom Action showing a
> MessageBox?
>
> Palbinder Sandher
> Software Platform Engineer
> T: +44 (0) 141 945 8500
> F: +44 (0) 141 945 8501
> http://www.iesve.com
>
> **Design, Simulate + Innovate with the **
> Integrated Environmental Solutions Limited. Registered in Scotland No.
> SC151456
> Registered Office - Helix Building, West Of Scotland Science Park, Glasgow
> G20 0SP
> Email Disclaimer
>
>
>
> -Original Message-
> From: Ravi Raj [mailto:raviraj.callin...@gmail.com]
> Sent: 28 May 2012 10:49
> To: General discussion for Windows Installer XML toolset.
> Subject: [WiX-users] Message Box at the top of Installer Dialog
>
> I am trying to populate some information to the user via Message Box in
> custom action (deferred). But everytime my message box goes to the back of
> the dialog and I have to manually click at the taskbar to see the
> information.
>
> How can I make these at the top of the installer??
>
> --
> Thanks and Regards,
> Ravi Raj
>
> --
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and
> threat landscape has changed and how IT managers can respond. Discussions
> will include endpoint security, mobile security and the latest in malware
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
>
>
>
> --
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and
> threat landscape has changed and how IT managers can respond. Discussions
> will include endpoint security, mobile security and the latest in malware
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>



-- 
Thanks and Regards,
Ravi Raj
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Example on DiskCostDlg usage?

2012-05-28 Thread Bob Arnson
On 25-May-12 09:28, tetelee wrote:
> But how does this dialog get used? There is nothing else related to the disk
> cost dialog,
There is, in src\src\ext\UIExtension\wixlib\CustomizeDlg.wxs.

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


--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Issues with Burn (WiX v3.6.2921.0)

2012-05-28 Thread Bob Arnson
On 22-May-12 08:22, Pally Sandher wrote:
> On a machine which has an existing v2.0 or later MSI installation, the MSP 
> should be applied to update to v2.2
> On a machine which has nothing installed, v2.2 should be installed
> On a machine which has an existing installation older than v2.0 a Major 
> Upgrade should be applied to update to v2.2
>
> The above scenarios all work when manually executing the relevant MSI or MSP& 
>  show the expected errors when attempted outside of those conditions.
When you say "v2.2 should be installed," you mean, v2.0 should be 
installed and then patched to v2.2, right?

The second case (fresh v2.0 plus slipstreamed patch) appears to be hung 
inside MSI (or at least there's nothing in the MSI log to indicate 
progress).

On the third case (major upgrade plus patch), I suspect it's failing 
because MSI doesn't support it. The logs look like MSI is trying to 
apply the patch to the v1.4 installed product instead of slipstreamed to 
the v2.0 product. It's not clear that MSI supports applying a major 
upgrade with a slipstreamed patch view applied.

Please try the following on a machine with and without v1.4 installed 
and upload the logs.

msiexec /l*vx! /i VESharedContent.msi ALLUSERS="1" MSIFASTINSTALL="7" 
PATCH="VESharedContent.msp"

That's equivalent to what Burn is doing in both cases.

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


--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Passing RegSearch Value to Custom Action (Deferred) during Uninstall

2012-05-28 Thread Rob Mensching
Same way you'd pass any property to a deferred custom action.

On Mon, May 28, 2012 at 12:32 AM, Ravi Raj wrote:

> How to read a regsearch during uninstall process and pass it to deferred
> custom action?
>
> --
> Thanks and Regards,
> Ravi Raj
>
> --
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and
> threat landscape has changed and how IT managers can respond. Discussions
> will include endpoint security, mobile security and the latest in malware
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>



-- 
virtually, Rob Mensching - http://RobMensching.com LLC
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] "Another version of this product is already installed" message

2012-05-28 Thread Neil Sleightholm
There is some information about a bare minimum upgrade here: 
http://neilsleightholm.blogspot.co.uk/2009/01/wix-script-for-major-upgrades.html

In addition to what Pally said you also need to change the version number.

Neil

-Original Message-
From: Pally Sandher [mailto:pally.sand...@iesve.com] 
Sent: 28 May 2012 14:35
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] "Another version of this product is already installed" 
message

If you're not using auto-generated Product & Package GUIDs, you'll need to 
manually change them every time if you want to use Major Upgrades.
Package GUIDs should be auto-generated regardless. Product GUIDs are dependent 
on your patching policy (in a nutshell keep it the same if you want to use MSPs 
and/or Minor Upgrades, use auto-gen if you want to use Major Upgrades).

Palbinder Sandher
Software Platform Engineer
T: +44 (0) 141 945 8500
F: +44 (0) 141 945 8501
http://www.iesve.com 

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


-Original Message-
From: Luca Bottari [mailto:l...@arcadiasrl.com] 
Sent: 28 May 2012 12:55
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] "Another version of this product is already installed" 
message

I am new to the use of wix.
I followed the tutorial (http://wix.tramontana.co.hu/tutorial) and made
these steps:

1. Create SampleFirst.msi
2. Install SampleFirst.msi
3. Re-create SampleFirst.msi with no changes
4. execute the new SampleFirst.msi created at point 3

At the execution of the new SampleFirst.msi, a message box appears telling
me that "another version of this product is already installed" even if
nohing has changed.
I saw the only difference is in the auto-generated (*) Package Id.
It this behaviour correct?
I would like automate the creation and execution the .msi file for test
purpose, but this is not possible if every .msi file is different from the
other.
What can I do? If I set the Package Id a warning message appears, so I am
not sure this is the right way to solve the problem.
Please help, thanks
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users



--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users




--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Message Box at the top of Installer Dialog

2012-05-28 Thread Pally Sandher
Use the Windows Installer UI instead of a Custom Action showing a MessageBox?

Palbinder Sandher 
Software Platform Engineer 
T: +44 (0) 141 945 8500
F: +44 (0) 141 945 8501
http://www.iesve.com 

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



-Original Message-
From: Ravi Raj [mailto:raviraj.callin...@gmail.com] 
Sent: 28 May 2012 10:49
To: General discussion for Windows Installer XML toolset.
Subject: [WiX-users] Message Box at the top of Installer Dialog

I am trying to populate some information to the user via Message Box in
custom action (deferred). But everytime my message box goes to the back of
the dialog and I have to manually click at the taskbar to see the
information.

How can I make these at the top of the installer??

-- 
Thanks and Regards,
Ravi Raj
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users



--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Web.config connection string: Failed to find node (Wix3.5)

2012-05-28 Thread Peter Shirtcliffe

Theres a space right after the first quote, if that's not been added by my
mail client.

mailto:hoshis...@gmail.com] 
Sent: 28 May 2012 15:12
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Web.config connection string: Failed to find node
(Wix3.5)

Hello, I have googled left and right and cannot find why I get a "Failed to
find node" error on this piece of code:

 


Summary of the existing web.config file:


  

  



Thanks for your help.

--
http://monochrome.me.uk/blog/
-
-
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and threat
landscape has changed and how IT managers can respond. Discussions will
include endpoint security, mobile security and the latest in malware threats.
http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users
SDL PLC confidential, all rights reserved.
If you are not the intended recipient of this mail SDL requests and requires 
that you delete it without acting upon or copying any of its contents, and we 
further request that you advise us.
SDL PLC is a public limited company registered in England and Wales.  
Registered number: 02675207.
Registered address: Globe House, Clivemont Road, Maidenhead, Berkshire SL6 7DY, 
UK.


--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] "The localization variable is unknown" error when building a wixlib project in VS2010

2012-05-28 Thread tetelee
We need to have two WIX installer projects, one for our server SW and the
other for client SW. Since we are going to use some customized dialog in
both projects, it is nature that we create a WIX library project and to
define the customized dialog there, and make it a reference to both setup
projects. Everything works fine except that I can't include the
MsgString.xml file in this wixlib project. The MsgString.xml file, as you
know, just defines some text in the UI, so they are also common for both
installers. If we include the MsgString.xml in each wix setup project, it
works fine. But obviously we need to include the files in two places, and
the file will almost the same content, which is somehow redundant and hard
to maintain. Can anybody tell me how to include the localization file into
the wix library project? Thanks!

--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/The-localization-variable-is-unknown-error-when-building-a-wixlib-project-in-VS2010-tp7578564.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Web.config connection string: Failed to find node (Wix 3.5)

2012-05-28 Thread Hans ter Horst
Hello, I have googled left and right and cannot find why I get a "Failed to
find node" error on this piece of code:





Summary of the existing web.config file:


  

  



Thanks for your help.

-- 
http://monochrome.me.uk/blog/
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] "Another version of this product is already installed" message

2012-05-28 Thread Pally Sandher
If you're not using auto-generated Product & Package GUIDs, you'll need to 
manually change them every time if you want to use Major Upgrades.
Package GUIDs should be auto-generated regardless. Product GUIDs are dependent 
on your patching policy (in a nutshell keep it the same if you want to use MSPs 
and/or Minor Upgrades, use auto-gen if you want to use Major Upgrades).

Palbinder Sandher 
Software Platform Engineer 
T: +44 (0) 141 945 8500
F: +44 (0) 141 945 8501
http://www.iesve.com 

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


-Original Message-
From: Luca Bottari [mailto:l...@arcadiasrl.com] 
Sent: 28 May 2012 12:55
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] "Another version of this product is already installed" 
message

I am new to the use of wix.
I followed the tutorial (http://wix.tramontana.co.hu/tutorial) and made
these steps:

1. Create SampleFirst.msi
2. Install SampleFirst.msi
3. Re-create SampleFirst.msi with no changes
4. execute the new SampleFirst.msi created at point 3

At the execution of the new SampleFirst.msi, a message box appears telling
me that "another version of this product is already installed" even if
nohing has changed.
I saw the only difference is in the auto-generated (*) Package Id.
It this behaviour correct?
I would like automate the creation and execution the .msi file for test
purpose, but this is not possible if every .msi file is different from the
other.
What can I do? If I set the Package Id a warning message appears, so I am
not sure this is the right way to solve the problem.
Please help, thanks
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users



--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] "Another version of this product is already installed" message

2012-05-28 Thread Luca Bottari
I am new to the use of wix.
I followed the tutorial (http://wix.tramontana.co.hu/tutorial) and made
these steps:

1. Create SampleFirst.msi
2. Install SampleFirst.msi
3. Re-create SampleFirst.msi with no changes
4. execute the new SampleFirst.msi created at point 3

At the execution of the new SampleFirst.msi, a message box appears telling
me that "another version of this product is already installed" even if
nohing has changed.
I saw the only difference is in the auto-generated (*) Package Id.
It this behaviour correct?
I would like automate the creation and execution the .msi file for test
purpose, but this is not possible if every .msi file is different from the
other.
What can I do? If I set the Package Id a warning message appears, so I am
not sure this is the right way to solve the problem.
Please help, thanks
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Message Box at the top of Installer Dialog

2012-05-28 Thread Ravi Raj
I am trying to populate some information to the user via Message Box in
custom action (deferred). But everytime my message box goes to the back of
the dialog and I have to manually click at the taskbar to see the
information.

How can I make these at the top of the installer??

-- 
Thanks and Regards,
Ravi Raj
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Finding Related Products

2012-05-28 Thread Rob Hamflett
On 26/05/2012 18:09, Rob Mensching wrote:
> AppSearch?

Doh!  Got a bit too focused on the Upgrade table.  Thanks.

Rob


--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Passing RegSearch Value to Custom Action (Deferred) during Uninstall

2012-05-28 Thread Ravi Raj
How to read a regsearch during uninstall process and pass it to deferred
custom action?

-- 
Thanks and Regards,
Ravi Raj
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users