[WiX-users] installing WebDev.WebServer.EXE

2006-11-10 Thread Graham D. Ambrose








I am looking to install the WebDev.WebServer application along
side an application we are developing. Its the webserver visual studio
uses.



We use the server to preview pages the app is creating
before uploading to the real server.



I would like to install the app in the .Net 2 install folder
where is usually resides. Does anyone know how I can detect where that is on the
client machine for the install?



Thanks



Graham






-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Wix V3 UI image substitution

2006-10-03 Thread Graham D. Ambrose








Thanks for the help Mike. I have a very pretty
looking installer now.



Is there any way to inspect what variables
can be set with out looking through the source code?



Graham











From:
Mike Dimmick [mailto:[EMAIL PROTECTED] 
Sent: 29 September 2006 17:33
To: Mike Dimmick; Graham D.
Ambrose; wix-users@lists.sourceforge.net
Subject: RE: [WiX-users] Wix V3 UI
image substitution





Having downloaded the latest weekly
(3.0.2128.0), I can confirm that this seems to work - setting
-dWixUILicenseRtf=License.rtf caused it to be picked up and used in the MSI.



-- 

Mike Dimmick









From:
[EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Mike Dimmick
Sent: 29 September 2006 17:26
To: Graham D. Ambrose;
wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Wix V3 UI
image substitution

It looks like you need to add
-dWixUILicenseRtf=path-to-license-rtf to the light command line to
change this variable. Right now I can't validate this as I have the 3.0.2015.0
version installed and I can't build the SampleUI tutorial (gets LGHT0132 errors
complaining that nothing's a valid assembly, even though the Assembly attribute
isn't specified, which appears to be a problem in the latest stable unstable
version if that makes sense!)



I worked this out by reading
LicenseAgreementDlg.wxs in the source (in src\ext\UIExtension\wixlib) and
working out how light actually processes these variables (it's in
WixVariableResolver.ResolveVariables).



Changing the bitmaps is more circuitous;
the bitmaps use a String from the (compiled) .wxl file that's embedded
in the UIExtension. This sets each bitmap (marked 'overridable') to
WixUI_Bmp_Banner. In Common.wxs (same folder as LicenseAgreementDlg.wxs) this
is also set via a variable, to WixUIBannerBmp. Again, supply this on the
command line to light, e.g. 



-dWixUIBannerBmp=path-to-banner-bmp



As I say, this is guesswork. I hope it
unsticks you.



-- 

Mike Dimmick









From:
[EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Graham D. Ambrose
Sent: 29 September 2006 09:23
To:
wix-users@lists.sourceforge.net
Subject: [WiX-users] Wix V3 UI
image substitution

I am trying to customise the standard Wix UI by including
our own licence file and branded backgrounds.



I can not seem to be able to work out where to put my files
in order to get them picked up. I am using Wix version 3 and are happily
building using the WixUIExtension. But all the examples of replacing the images
etc that I have found are using Wix V2 and the wixui.wixlib file and the paths
they suggest do not seem to work.



Can anyone explain how to achieve the substitution of the
image files in WixUI



Many Thanks,



Graham






-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Wix V3 UI image substitution

2006-09-29 Thread Graham D. Ambrose








I am trying to customise the standard Wix UI by including
our own licence file and branded backgrounds.



I can not seem to be able to work out where to put my files
in order to get them picked up. I am using Wix version 3 and are happily building
using the WixUIExtension. But all the examples of replacing the images etc that
I have found are using Wix V2 and the wixui.wixlib file and the paths they suggest
do not seem to work.



Can anyone explain how to achieve the substitution of the
image files in WixUI



Many Thanks,



Graham






-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Compiling with Iis schema

2006-06-07 Thread Graham D. Ambrose
I am having difficulty compiling me IIS installer that I original made
using wix V 2 but am no using v 3.

I have added the Iis namespace to my wix file:

Wix xmlns=http://schemas.microsoft.com/wix/2003/01/wi;
xmlns:iis=http://schemas.microsoft.com/wix/IIsExtension; 

And renamed my elements

iis:WebVirtualDir
Etc..

Which I think is the right thing to do but I am unable to get candle to
recognise the elements I get 

The Component element contains an unhandled extension element
'iis:WebVirtualDir'.  Please ensure that the extension for elements in
the 'http://schemas.microsoft.com/wix/IIsExtension' namespace has been
provided.

Could someone please give me an example candle compile line that works.

Thank you 

Graham Ambrose



___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users