Re: [WiX-users] How would people handle this situation

2008-12-02 Thread Rob Mensching
Open an MSI in Orca.

-Original Message-
From: Sean Farrow [mailto:[EMAIL PROTECTED]
Sent: Tuesday, December 02, 2008 05:49
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] How would people handle this situation

Hi:
When is AfterCostFinalize executed? Is it before any ui?
Ideally the action needs to execute before the new installer ui is
displayed and after the launch message informing the user that the old
version should be removed.

Is there a reference as to when each action is executed?
Cheers
Sean.

-Original Message-
From: Rob Mensching [mailto:[EMAIL PROTECTED]
Sent: 01 December 2008 17:01
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] How would people handle this situation

After CostFinalize?

-Original Message-
From: Sean Farrow [mailto:[EMAIL PROTECTED]
Sent: Monday, December 01, 2008 00:08
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] How would people handle this situation

Hi:
I have a situation when by I am writing an msi for a product which
currently uses a non-windows installer based installation method.
Wha I want to acomplish is the following:
do a registry search for the uninstallation executable, if the exe is
found run it.
I can accomplish the first part (registry search), but I need the custom
action to come before any ui dialogues. Wher should I sequence this ca?
Any help apreciated.
Sean.

-
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


__ Information from ESET NOD32 Antivirus, version of virus
signature database 3654 (20081201) __

The message was checked by ESET NOD32 Antivirus.

http://www.eset.com


__ Information from ESET NOD32 Antivirus, version of virus
signature database 3657 (20081202) __

The message was checked by ESET NOD32 Antivirus.

http://www.eset.com



__ Information from ESET NOD32 Antivirus, version of virus
signature database 3657 (20081202) __

The message was checked by ESET NOD32 Antivirus.

http://www.eset.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] How would people handle this situation

2008-12-02 Thread Sean Farrow
Hi: 
When is AfterCostFinalize executed? Is it before any ui? 
Ideally the action needs to execute before the new installer ui is
displayed and after the launch message informing the user that the old
version should be removed.

Is there a reference as to when each action is executed?
Cheers
Sean. 

-Original Message-
From: Rob Mensching [mailto:[EMAIL PROTECTED] 
Sent: 01 December 2008 17:01
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] How would people handle this situation

After CostFinalize?

-Original Message-
From: Sean Farrow [mailto:[EMAIL PROTECTED]
Sent: Monday, December 01, 2008 00:08
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] How would people handle this situation

Hi:
I have a situation when by I am writing an msi for a product which
currently uses a non-windows installer based installation method.
Wha I want to acomplish is the following:
do a registry search for the uninstallation executable, if the exe is
found run it.
I can accomplish the first part (registry search), but I need the custom
action to come before any ui dialogues. Wher should I sequence this ca?
Any help apreciated.
Sean.

-
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
 

__ Information from ESET NOD32 Antivirus, version of virus
signature database 3654 (20081201) __

The message was checked by ESET NOD32 Antivirus.

http://www.eset.com
  

__ Information from ESET NOD32 Antivirus, version of virus
signature database 3657 (20081202) __

The message was checked by ESET NOD32 Antivirus.

http://www.eset.com
 
 

__ Information from ESET NOD32 Antivirus, version of virus
signature database 3657 (20081202) __

The message was checked by ESET NOD32 Antivirus.

http://www.eset.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 would people handle this situation

2008-12-01 Thread Bob Arnson
Sean Farrow wrote:
> do a registry search for the uninstallation executable, if the exe is
> found run it.
> I can accomplish the first part (registry search), but I need the custom
> action to come before any ui dialogues. Wher should I sequence this ca?
>   

Unless the uninstaller runs with limited user privileges, it's going to 
fail on Windows Vista and Server 2008, because it won't be able to get 
elevated privileges.

-- 
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 would people handle this situation

2008-12-01 Thread Rob Mensching
After CostFinalize?

-Original Message-
From: Sean Farrow [mailto:[EMAIL PROTECTED]
Sent: Monday, December 01, 2008 00:08
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] How would people handle this situation

Hi:
I have a situation when by I am writing an msi for a product which
currently uses a non-windows installer based installation method.
Wha I want to acomplish is the following:
do a registry search for the uninstallation executable, if the exe is
found run it.
I can accomplish the first part (registry search), but I need the custom
action to come before any ui dialogues. Wher should I sequence this ca?
Any help apreciated.
Sean.
-
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] How would people handle this situation

2008-12-01 Thread Sean Farrow
Hi: 
I have a situation when by I am writing an msi for a product which
currently uses a non-windows installer based installation method.
Wha I want to acomplish is the following: 
do a registry search for the uninstallation executable, if the exe is
found run it.
I can accomplish the first part (registry search), but I need the custom
action to come before any ui dialogues. Wher should I sequence this ca?
Any help apreciated.
Sean.
-
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