Check and display Prerequisite Lists in Wix UI Dialog

6 messages Options
Embed this post
Permalink
Sankha Biswas (Extended Results Inc)

Check and display Prerequisite Lists in Wix UI Dialog

Reply Threaded More More options
Print post
Permalink
Hi,

I want to implement below Wix UI Dialog to implement below feature :

1.It will check the registry and display prerequisite list and links to download them
2. Once it finds all the preruisites are installed then will allow user to proceed further by clicking next.

Please help.

Thanks,
Sankha

-----Original Message-----
From: JK E-Lists [mailto:[hidden email]]
Sent: Wednesday, October 28, 2009 11:07 AM
To: [hidden email]
Subject: [WiX-users] Heat and .exe COM objects

I have an old out-of-process COM object that is wrapped in an EXE. It uses the /regserver and /unregserver command line parameters to register and unregister the COM object.

Heat appears to treat this as an ordinary executable, ignoring the fact that it's a COM object.

Can Heat extract the COM information, or do I just need to do it manually?

Thanks a lot!

jk

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
WiX-users mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/wix-users


------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
WiX-users mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/wix-users
Blair-2

Re: Check and display Prerequisite Lists in Wix UI Dialog

Reply Threaded More More options
Print post
Permalink
Normally that is what we use bootstappers for. UI in Windows Installer can
be bypassed, and it runs non-elevated anyway (unless the MSI APIs were
called from already elevated code) and most prerequisites people would want
would probably require elevation to run, resulting in multiple prompts for
elevation which is considered by most to be a bad user experience.

-----Original Message-----
From: Sankha Biswas (Extended Results Inc) [mailto:[hidden email]]
Sent: Wednesday, October 28, 2009 2:20 PM
To: General discussion for Windows Installer XML toolset.
Subject: [WiX-users] Check and display Prerequisite Lists in Wix UI Dialog
Importance: High

Hi,

I want to implement below Wix UI Dialog to implement below feature :

1.It will check the registry and display prerequisite list and links to
download them
2. Once it finds all the preruisites are installed then will allow user to
proceed further by clicking next.

Please help.

Thanks,
Sankha



------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
WiX-users mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/wix-users
Sankha Biswas (Extended Results Inc)

Re: Check and display Prerequisite Lists in Wix UI Dialog

Reply Threaded More More options
Print post
Permalink
Hi Blair,

I just want to display the required prerequisite and the urls to download them in a UI.
I don't want to automatically install them.

I just want to build a custom Dialog similar to SQL Server which will display the status. Then if users install and click on a refresh button it should again check and enable next button.

Can you please provide an example or sample for how to check the status for predefined set of required softwares and display a status in a custom dialog.
I appreciate your help.

Thanks,
Sankha

-----Original Message-----
From: Blair [mailto:[hidden email]]
Sent: Wednesday, October 28, 2009 9:46 PM
To: 'General discussion for Windows Installer XML toolset.'
Subject: Re: [WiX-users] Check and display Prerequisite Lists in Wix UI Dialog

Normally that is what we use bootstappers for. UI in Windows Installer can
be bypassed, and it runs non-elevated anyway (unless the MSI APIs were
called from already elevated code) and most prerequisites people would want
would probably require elevation to run, resulting in multiple prompts for
elevation which is considered by most to be a bad user experience.

-----Original Message-----
From: Sankha Biswas (Extended Results Inc) [mailto:[hidden email]]
Sent: Wednesday, October 28, 2009 2:20 PM
To: General discussion for Windows Installer XML toolset.
Subject: [WiX-users] Check and display Prerequisite Lists in Wix UI Dialog
Importance: High

Hi,

I want to implement below Wix UI Dialog to implement below feature :

1.It will check the registry and display prerequisite list and links to
download them
2. Once it finds all the preruisites are installed then will allow user to
proceed further by clicking next.

Please help.

Thanks,
Sankha



------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
WiX-users mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/wix-users


------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
WiX-users mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/wix-users
Blair-2

Re: Check and display Prerequisite Lists in Wix UI Dialog

Reply Threaded More More options
Print post
Permalink
I assume that the dialog would contain a listbox and a custom action of your
writing would populate it.

There have been discussions on this list regarding using custom actions to
populate listboxes, as well as dialog refresh issues.

-----Original Message-----
From: Sankha Biswas (Extended Results Inc) [mailto:[hidden email]]
Sent: Wednesday, October 28, 2009 10:01 PM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Check and display Prerequisite Lists in Wix UI
Dialog

Hi Blair,

I just want to display the required prerequisite and the urls to download
them in a UI.
I don't want to automatically install them.

I just want to build a custom Dialog similar to SQL Server which will
display the status. Then if users install and click on a refresh button it
should again check and enable next button.

Can you please provide an example or sample for how to check the status for
predefined set of required softwares and display a status in a custom
dialog.
I appreciate your help.

Thanks,
Sankha

-----Original Message-----
From: Blair [mailto:[hidden email]]
Sent: Wednesday, October 28, 2009 9:46 PM
To: 'General discussion for Windows Installer XML toolset.'
Subject: Re: [WiX-users] Check and display Prerequisite Lists in Wix UI
Dialog

Normally that is what we use bootstappers for. UI in Windows Installer can
be bypassed, and it runs non-elevated anyway (unless the MSI APIs were
called from already elevated code) and most prerequisites people would want
would probably require elevation to run, resulting in multiple prompts for
elevation which is considered by most to be a bad user experience.

-----Original Message-----
From: Sankha Biswas (Extended Results Inc) [mailto:[hidden email]]
Sent: Wednesday, October 28, 2009 2:20 PM
To: General discussion for Windows Installer XML toolset.
Subject: [WiX-users] Check and display Prerequisite Lists in Wix UI Dialog
Importance: High

Hi,

I want to implement below Wix UI Dialog to implement below feature :

1.It will check the registry and display prerequisite list and links to
download them
2. Once it finds all the preruisites are installed then will allow user to
proceed further by clicking next.

Please help.

Thanks,
Sankha



----------------------------------------------------------------------------
--
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
WiX-users mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/wix-users


----------------------------------------------------------------------------
--
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
WiX-users mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/wix-users


------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
WiX-users mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/wix-users
Sankha Biswas (Extended Results Inc)

Re: Check and display Prerequisite Lists in Wix UI Dialog

Reply Threaded More More options
Print post
Permalink
Hi Blair,

Could you please fwd me the discussion thread.
I would appreciate your help.

Thanks,
Sankha

-----Original Message-----
From: Blair [mailto:[hidden email]]
Sent: Wednesday, October 28, 2009 11:21 PM
To: 'General discussion for Windows Installer XML toolset.'
Subject: Re: [WiX-users] Check and display Prerequisite Lists in Wix UI Dialog

I assume that the dialog would contain a listbox and a custom action of your
writing would populate it.

There have been discussions on this list regarding using custom actions to
populate listboxes, as well as dialog refresh issues.

-----Original Message-----
From: Sankha Biswas (Extended Results Inc) [mailto:[hidden email]]
Sent: Wednesday, October 28, 2009 10:01 PM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Check and display Prerequisite Lists in Wix UI
Dialog

Hi Blair,

I just want to display the required prerequisite and the urls to download
them in a UI.
I don't want to automatically install them.

I just want to build a custom Dialog similar to SQL Server which will
display the status. Then if users install and click on a refresh button it
should again check and enable next button.

Can you please provide an example or sample for how to check the status for
predefined set of required softwares and display a status in a custom
dialog.
I appreciate your help.

Thanks,
Sankha

-----Original Message-----
From: Blair [mailto:[hidden email]]
Sent: Wednesday, October 28, 2009 9:46 PM
To: 'General discussion for Windows Installer XML toolset.'
Subject: Re: [WiX-users] Check and display Prerequisite Lists in Wix UI
Dialog

Normally that is what we use bootstappers for. UI in Windows Installer can
be bypassed, and it runs non-elevated anyway (unless the MSI APIs were
called from already elevated code) and most prerequisites people would want
would probably require elevation to run, resulting in multiple prompts for
elevation which is considered by most to be a bad user experience.

-----Original Message-----
From: Sankha Biswas (Extended Results Inc) [mailto:[hidden email]]
Sent: Wednesday, October 28, 2009 2:20 PM
To: General discussion for Windows Installer XML toolset.
Subject: [WiX-users] Check and display Prerequisite Lists in Wix UI Dialog
Importance: High

Hi,

I want to implement below Wix UI Dialog to implement below feature :

1.It will check the registry and display prerequisite list and links to
download them
2. Once it finds all the preruisites are installed then will allow user to
proceed further by clicking next.

Please help.

Thanks,
Sankha



----------------------------------------------------------------------------
--
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
WiX-users mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/wix-users


----------------------------------------------------------------------------
--
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
WiX-users mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/wix-users


------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
WiX-users mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/wix-users


------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
WiX-users mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/wix-users
Blair-2

Re: Check and display Prerequisite Lists in Wix UI Dialog

Reply Threaded More More options
Print post
Permalink
One that continued into this week has the subject (whitespace varies) of
"[WiX-users] How to populate a list box in a msi dialog duringruntime" --
thread started by Uma Harano [mailto:[hidden email]] on Oct 12th. I
believe the thread includes the refresh issue as well.

-----Original Message-----
From: Sankha Biswas (Extended Results Inc) [mailto:[hidden email]]
Sent: Thursday, October 29, 2009 12:26 AM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Check and display Prerequisite Lists in Wix UI
Dialog

Hi Blair,

Could you please fwd me the discussion thread.
I would appreciate your help.

Thanks,
Sankha

-----Original Message-----
From: Blair [mailto:[hidden email]]
Sent: Wednesday, October 28, 2009 11:21 PM
To: 'General discussion for Windows Installer XML toolset.'
Subject: Re: [WiX-users] Check and display Prerequisite Lists in Wix UI
Dialog

I assume that the dialog would contain a listbox and a custom action of your
writing would populate it.

There have been discussions on this list regarding using custom actions to
populate listboxes, as well as dialog refresh issues.

-----Original Message-----
From: Sankha Biswas (Extended Results Inc) [mailto:[hidden email]]
Sent: Wednesday, October 28, 2009 10:01 PM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Check and display Prerequisite Lists in Wix UI
Dialog

Hi Blair,

I just want to display the required prerequisite and the urls to download
them in a UI.
I don't want to automatically install them.

I just want to build a custom Dialog similar to SQL Server which will
display the status. Then if users install and click on a refresh button it
should again check and enable next button.

Can you please provide an example or sample for how to check the status for
predefined set of required softwares and display a status in a custom
dialog.
I appreciate your help.

Thanks,
Sankha

-----Original Message-----
From: Blair [mailto:[hidden email]]
Sent: Wednesday, October 28, 2009 9:46 PM
To: 'General discussion for Windows Installer XML toolset.'
Subject: Re: [WiX-users] Check and display Prerequisite Lists in Wix UI
Dialog

Normally that is what we use bootstappers for. UI in Windows Installer can
be bypassed, and it runs non-elevated anyway (unless the MSI APIs were
called from already elevated code) and most prerequisites people would want
would probably require elevation to run, resulting in multiple prompts for
elevation which is considered by most to be a bad user experience.

-----Original Message-----
From: Sankha Biswas (Extended Results Inc) [mailto:[hidden email]]
Sent: Wednesday, October 28, 2009 2:20 PM
To: General discussion for Windows Installer XML toolset.
Subject: [WiX-users] Check and display Prerequisite Lists in Wix UI Dialog
Importance: High

Hi,

I want to implement below Wix UI Dialog to implement below feature :

1.It will check the registry and display prerequisite list and links to
download them
2. Once it finds all the preruisites are installed then will allow user to
proceed further by clicking next.

Please help.

Thanks,
Sankha



----------------------------------------------------------------------------
--
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
WiX-users mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/wix-users


----------------------------------------------------------------------------
--
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
WiX-users mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/wix-users


----------------------------------------------------------------------------
--
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
WiX-users mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/wix-users


----------------------------------------------------------------------------
--
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
WiX-users mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/wix-users


------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
WiX-users mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/wix-users