[WiX-users] CheckBox and Eenvironment Variable

2007-01-14 Thread Iqbal
I would like to set the environment variable using a checkbox. The checkbox should be checked by default, meaning environment variable should be set unless the user unchecks it. EnvironmentSetCheck 1 I have tried different combinations by either setting the E

Re: [WiX-users] App extensions for ASP.NET

2007-01-14 Thread Rob Mensching
Where do we recommend them? From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of David Thielen Sent: Sunday, January 14, 2007 9:17 PM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] App extensions for ASP.NET Hi; I asked about this on the ASP.NET forum - http://msdn.micr

Re: [WiX-users] App extensions for ASP.NET

2007-01-14 Thread David Thielen
Hi; I asked about this on the ASP.NET forum - http://msdn.microsoft.com/newsgroups/managed/default.aspx?dg=microsoft.public.dotnet.framework.aspnet&mid=300bbbe6-1d9d-4c6a-bd6e-d56b69c4e3c1 The answer I got was to not have the below in the installer. So my question is why does the WIX team r

Re: [WiX-users] Setting Port value through property...

2007-01-14 Thread Rob Mensching
Someone else just asked about persisting Properties. There's been lots of discussion about it here. I like a RegistrySearch to do it. From: Ravikumar Gopinath [mailto:[EMAIL PROTECTED] Sent: Sunday, January 14, 2007 8:20 PM To: Rob Mensching; wix-users@lists.sourceforge.net Subject: RE: [WiX-us

Re: [WiX-users] Setting Port value through property...

2007-01-14 Thread Ravikumar Gopinath
Thanks! The type 51 custom action resolved the issue. On uninstall however, this parameter doesn't get passed and uninstall fails with same error if uninstalled through control panel's Add/Remove program: ConfigureIIs: Error 0x8007000d: invalid port provided for web site: ConfigureIIs: Erro

Re: [WiX-users] SQL Instance

2007-01-14 Thread Rob Mensching
1. The Windows Installer does not persist/cache Properties for you. You need to do it yourself. There is much discussion of methods to do just that in the mailing list archive. 2. I leave the SqlDatabase/@Instance blank and that connects to the default instance in my scripts. Also, SQL see

[WiX-users] SQL Instance

2007-01-14 Thread Dhaval Patel
I am very satisfied with what I have achieved with WIX over the past few weeks. Nevertheless, I have been running into road blocks while trying to execute SQL Server related tasks. 1) Upon uninstalling the product, WIX is ALWAYS unable to drop the database (and unable to execute the uninstallatio

Re: [WiX-users] Setting Port value through property...

2007-01-14 Thread Rob Mensching
That property definition is setting WebSitePort to the string "[PUBLICSITEPORT]" not the value stored in the Property PUBLICSITEPORT. So the CustomAction fails because it doesn't find a number. Why don't you do: Or you could use a Type 51 Customaction to set the WebSitePort Property to the

Re: [WiX-users] Setting Port value through property...

2007-01-14 Thread Ravikumar Gopinath
It doesn't appear to work. I am trying to do the following: And this property is used in the IIS:Website table as this value can be set by other setup packages too whcih include this wxs file. When i do this, i get the following error: ConfigureIIs: Error 0x8007000d: inva

[WiX-users] SharingPP PPPP Tutorial BlogsWiFi

2007-01-14 Thread Effect Schumpeter
Quotchuck godt quot vil lukke flere nov quotkazaa doslashmt. Articlespp softwarepp peer cross heartburn mythsgerd screening prevention. Version contains embedded but none. Only operating systems another attracted, loyal following among those. Success, life pity social, role possible what conditio

Re: [WiX-users] shortcut to folder

2007-01-14 Thread Rob Mensching
You mean a shortcut to a folder or a folder in the Start Menu for shortcuts? Both should be possible. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of John Lalande Sent: Saturday, January 13, 2007 7:15 PM To: wix-users@lists.sourceforge.net Subject: [WiX-users] shortcut to folder

Re: [WiX-users] Setting Port value through property...

2007-01-14 Thread Rob Mensching
That should work. However, only upper-case Properties can be specified from the command-line. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ravikumar Gopinath Sent: Sunday, January 14, 2007 11:11 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Setting Port value thr

[WiX-users] Setting Port value through property...

2007-01-14 Thread Ravikumar Gopinath
I need to set the "Port" and "description" value of a website based on user's input. I am trying to use a property, but the install fails. If I was using a CustomTable, I could have used "session.FormatString" method. However, since this is a wix defined table, I am not sure how to tell it to fo

[WiX-users] shortcut to folder

2007-01-14 Thread John Lalande
Is it possible to install a folder shortcut in the Start Menu? - 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