[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

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 SourceScript -dMajorRev=1 -dMinorRev=2 -dPatchRev=3 –dBuildRev=4 Within the

[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 website 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

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. WebSite Id='Web Sites' Description='My Web Site' Directory='INSTALLDIR' StartOnInstall='yes’ WebAddress Id=AllUnassigned Port=14465 / /WebSite If I use port 80 it renames the ‘Default Web Site’ to ‘My Web Site’. If I use