Re: [WiX-users] pass variable during compile time

2007-03-16 Thread cosmo51
Richard, That was exactly the problem. Thank you for your help. Shayla -- Original message -- From: <[EMAIL PROTECTED]> Shayla, An example from our own build process is as follows: Candle -dMajorRev=1 -dMinorRev=2 -dPatchRev=3 –dBuildRev=4 Within the script, we us

[WiX-users] pass variable during compile time

2007-03-16 Thread cosmo51
How can I pass a variable to the wix project during compile time? TIA Shayla- 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 & bu

[WiX-users] Regasm problem

2007-03-14 Thread cosmo51
Hello, I am trying to register a .net dll using regasm. I have used regasm to create a registry file and then used tallow to convert the registry file to a .wxs file. I am using wix version 2.0.4415.0. However it doesn't seem to create all the registry entries. Am I missing a step? Also, I

Re: [WiX-users] how to set asp.net version

2007-03-06 Thread cosmo51
Thank you for your response. I just have one more question... I am using the command: aspnet_regiis -s /w3svc/1/root but what if the directory is not '1' (I am not using the default web site)... how can i find the directroy where my new website is? TIA, Shayla -- Original message --

[WiX-users] how to set asp.net version

2007-03-02 Thread cosmo51
I am working on windows 2003. I have created a new website using the element. I need to set the asp.net version for the newly created website. Can anyone help? I am using Wix version 2.0.4415.0. TIA, Shayla- Take Surveys

Re: [WiX-users] Create new IIS WebSite

2007-03-01 Thread cosmo51
Thank you for your reply. Your were right... it should be working. I figured out the problem was a bug with wix. I am using an early version 2.0.4415.0. So i just replaced the effected dll (sca*.dll and scawix.dll) with an even early version (3309) where it was working. Having said that,

[WiX-users] Create new IIS WebSite

2007-02-28 Thread cosmo51
I am trying to create a new web site in IIS. Here is my code. http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV___ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users

[WiX-users] Reading an XML file

2006-09-05 Thread cosmo51
I need to be able to read an XML file to set administrator properties during an install.  I have a few questions. 1. Is there any way to do this with WIX? 2. If I do it with a custom action... I would need to write it in dotNet.  How would I access the dll in WIX?  I have been able to access a c