Hi Richard,
I appreciate your comments. So far I have always used the Setup &
Deployment project in VS20005 to create my msi and setup files. I have
always configured VS2005 to check and download the prerequisites and
they work fine.
I need now to become a bit more "professional" and find that adding
dialog boxes etc within the VS2005 IDE daunting and am unable to locate
any documentation, tutorials or active assistance in learning how to.
For well over a year I have been toying with WiX (Votive actually) but
have never reached the end of the task for various reasons. I have also
struggled with other installer packages with similar frustrations.
As I understand it, I need to create an msi for my application using Wix
and then create a setup.exe file which is in effect is a "bootstrapper"
that will check the users computer for prerequisites, download and
install them. My applications msi file will be installed by the
setup.exe file providing each other prerequisite has succeeded. The
prerequisites can be supplied by me, downloaded from me or the vendor's
site. I just need to configure the setup.exe file properly and that is
done using xml.
I believe that I can eventually get WiX working/configured OK - with a
little bit of help of course.
I have looked in several places and have been unable to find any
comprehensive but simplified tutorial on building the
setup.exe/bootstrapper file.
Terminology is (I have always found) the most confusing when trying to
learn. eg what is a msbuild project?
I also note that I am not alone! Many web references are people like me
screaming out for guidance and a tutorial - I wonder if David Thielen
ever worked it out.
Thanks for your help. I will need to concentrate on the setup.exe file
and get that under my belt before I concentrate on WiX and my msi file.
If I still have the wrong end of the stick - please let me know.
Cheers.
Glen Harvy.
On 13/09/2007 11:36 PM, [EMAIL PROTECTED] wrote:
Glen,
Some of the prerequisites you mention (specifically the .NET runtime)
are packaged using Microsoft Installer technology themselves. As a
result, you cannot automatically install them from within your MSI --
all you can do is make your MSI verify that they have been installed.
The archives of this mailing list should provide some samples of the
syntax you need to use for your tests. As far as actually downloading
and installing the prerequisites, you need something known as a
"bootstrapper" or "chainer". Searching on those terms will probably
give you the information you need. Personally, I have uses NSIS as a
bootstrapper with some success.
Regards,
Richard
------------------------------------------------------------------------
*From:* [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] *On Behalf Of *Glen Harvy
*Sent:* Thursday, September 13, 2007 9:14 AM
*To:* wix-users@lists.sourceforge.net
*Subject:* [WiX-users] prerequisites .net , sqlce etc
Hi,
Where can I find some information of having a WiX project check for
prerequisites like .Net2 and SQL Compact Edition and download them
from MS and install them if not already on on a users machine.
Thanks,
Glen.
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users