Maybe http://www.infoq.com/news/2009/02/WiX30 can help you.
But in your case the first thing to do would be to check the proper .NET Fx
version is installed on the target system.

Dan

-----Original Message-----
From: Jean-Luc Morin [mailto:jeanluc.mo...@gmail.com] 
Sent: Thursday, August 18, 2011 3:06 PM
To: 'General discussion for Windows Installer XML toolset.'
Subject: Re: [WiX-users] Calling an url during install process

Can you point me on a good example to create a CustomAction in C#, I have
tried to create one but the Install pops an error saying that the DLL cannot
be run.

Thanks. JL

-----Original Message-----
From: Dan Vasilov [mailto:d...@rms.ro] 
Sent: August-17-11 10:34 AM
To: 'General discussion for Windows Installer XML toolset.'
Subject: Re: [WiX-users] Calling an url during install process

        You can use a custom action for this. If you can implement a .NET
based CA your code can be very simple (use a WebClient instance to connect
to the URL). Make sure your CA displays a proper progress text, so while
your setup checks the URL the user knows the setup is not blocked.

        Dan

-----Original Message-----
From: Jean-Luc Morin [mailto:jeanluc.mo...@gmail.com] 
Sent: Wednesday, August 17, 2011 5:08 PM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Calling an url during install process

Hello!

 

I have a new requirement I'm not sure how to meet.  The install package
needs to call an url during the install process in silent mode.  

I need to validate a url is accessible from the box the application is
installing before the actual install starts.  It doesn't require any user
interaction so opening a browser and navigate to the url is not really an
option.

 

Is this possible using WiX?  If so, how?

 

Thanks!

JL

 

----------------------------------------------------------------------------
--
Get a FREE DOWNLOAD! and learn more about uberSVN rich system, 
user administration capabilities and model configuration. Take 
the hassle out of deploying and managing Subversion and the 
tools developers use with it. http://p.sf.net/sfu/wandisco-d2d-2
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


----------------------------------------------------------------------------
--
Get a FREE DOWNLOAD! and learn more about uberSVN rich system, 
user administration capabilities and model configuration. Take 
the hassle out of deploying and managing Subversion and the 
tools developers use with it. http://p.sf.net/sfu/wandisco-d2d-2
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


----------------------------------------------------------------------------
--
Get a FREE DOWNLOAD! and learn more about uberSVN rich system, 
user administration capabilities and model configuration. Take 
the hassle out of deploying and managing Subversion and the 
tools developers use with it. http://p.sf.net/sfu/wandisco-d2d-2
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


------------------------------------------------------------------------------
Get a FREE DOWNLOAD! and learn more about uberSVN rich system, 
user administration capabilities and model configuration. Take 
the hassle out of deploying and managing Subversion and the 
tools developers use with it. http://p.sf.net/sfu/wandisco-d2d-2
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to