[WiX-users] Configuring virtual directory ASP.NET version

2006-06-29 Thread Mike Goatly
Hi,   I’m trying to install a website, but the virtual directory that gets created defaults to ASP.NET 1.1 and I need to configure it to use ASP.NET 2.0 – is there any way to do this using WiX? (I’m currently using WiX 2.0)   Many thanks in advance, Mike Using Tomcat but need to

Re: [WiX-users] [nant-dev] Nant contributions or where nant is going?

2006-06-29 Thread John Ludlow
I'm not gonna hang you - I've switched to Rake since the community seems a bit more active (and since Rake scripts are just Ruby code, you get to do whatever you want without switching syntax).   The basic issue is that the guys behind it just don't have time to validate and commit our contribution

Re: [WiX-users] [nant-dev] Nant contributions or where nant isgoing?

2006-06-29 Thread Frederik Carlier
I think this message was ought to go to nant-dev rather than to wix-users. You may want to look into that.   From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of John Ludlow Sent: donderdag 29 juni 2006 12:43 To: Flex; wix-users@lists.sourceforge.net Subject: Re: [WiX-

Re: [WiX-users] Configuring virtual directory ASP.NET version

2006-06-29 Thread Joannic Laborde
First, you can check which ASP.NET version is used to create the application: HKLM\SOFTWARE\Microsoft\ASP.NET\RootVer   Then if it is not the right version, you need to manually re-register your application with the right ASP.NET version, using this tool: [WindowsFolder]Microsoft.NET\Fr

[WiX-users] Wix3.0: Heat.exe - harvesting web site

2006-06-29 Thread Nordvik, Christer
Title: Wix3.0: Heat.exe - harvesting web site Hi. Does anyone have an example of harvesting a website from IIS? I've tried code like this: heat.exe website MySite -o c:\test.wxs heat website "Default Web Site\MySite" -o c:\test.wxs But it never finds my IIS website… Any helpful hints

Re: [WiX-users] Configuring virtual directory ASP.NET version

2006-06-29 Thread Dana Gutride
WiX has built-in functionality to handle this.  You might want to look at the link below to see how to do this without calling an external executable.  The RootVer registry key is invaluable for determining if ASP.NET has been correctly registered with IIS.  For instance, if the user installs .NET

Re: [WiX-users] Directories and registry keys not removed on uninstallation.

2006-06-29 Thread erdi
- Original Message - From: "Nicholas Muguira" <[EMAIL PROTECTED]> To: "erdi" <[EMAIL PROTECTED]> Cc: Sent: Tuesday, June 27, 2006 7:36 PM Subject: Re: [WiX-users] Directories and registry keys not removed on uninstallation. > creates a folder that MSI hasn't installed. In other > wor

Re: [WiX-users] Wix3.0: Heat.exe - harvesting web site

2006-06-29 Thread Derek Cicerone
Title: Wix3.0: Heat.exe - harvesting web site That’s close.  I think you can use something like: heat website “Default Web Site” –out test.wxs   Be sure to use –out (not –o), and specify the website name in the proper case.   Derek   From: [EMAIL PROTECTED] [mailto:[EMAIL PRO

[WiX-users] pca:ComPlusAssembly DLL Registration

2006-06-29 Thread jdrake
Maybe I am reading something very wrong here, but it seems to me that whatever I put in the pca:ComPlusAssembly gets "Self Registered", or at least the Registry Key gets created for it under COM\SelfRegister. Am I doing something wrong? Is there a work around? Thanks, Joshua -- View this messa

Re: [WiX-users] pca:ComPlusAssembly DLL Registration

2006-06-29 Thread Rob Mensching
What is that key for? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of jdrake Sent: Thursday, June 29, 2006 8:56 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] pca:ComPlusAssembly DLL Registration Maybe I am reading something very wrong here,

Re: [WiX-users] pca:ComPlusAssembly DLL Registration

2006-06-29 Thread jdrake
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\COM3\SelfReg\CLSID\{0FF48E3E-7FBF-43A1-90A3-61D43371DB92} The uninstall of the msi created from the following WIX file, leave this and several other registry keys in memory:

[WiX-users] Add/Remove Program uninstallation wizard, error dialogs

2006-06-29 Thread Jiamin Zhu
Hi,   1) When user clicks Remove in Add/Remove program, how do I launch the installation wizard with UI interface to show step by step removal? I am going to design my own dialog boxes, and I see some examples in the InstallUISequence (the following), am I going in the right direction?

[WiX-users] Creating MSMQ Queues on installation

2006-06-29 Thread Mike Goatly
(This might be a daft question, but I’ve done a bit of digging around in the docs and can’t find anything about it)   Is there any way to specify the creation of a message queue in WiX?  Ideally I would like to create a private transactional queue on installation, and assign permissions t

Re: [WiX-users] Creating MSMQ Queues on installation

2006-06-29 Thread Rob Mensching
Fredrik has actually been working on exactly this. 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.f

[WiX-users] 3.0.1828 - WixUtilExtension.dll XmlFile

2006-06-29 Thread Michael Cline
Well this may be just a training issue but I can't seem to find the documentation on how I should go about using the XmlFile tag in a wxs file in the 3.x candle. I had a file that worked without issue in 2.x, converted everything to 3.x and whenever I try to use any of the candle -ext options t

Re: [WiX-users] 3.0.1828 - WixUtilExtension.dll XmlFile

2006-06-29 Thread Derek Cicerone
You're very close. Try this: Candle -ext WixUtilExtension Lit -ext WixUtilExtension Light -ext WixUtilExtension That's it - you don't even need to specify a wixlib file for light anymore - it's all handled automatically. Additionally, if you automatically upgraded your wxs source files using Wix

Re: [WiX-users] 3.0.1828 - WixUtilExtension.dll XmlFile

2006-06-29 Thread Rob Mensching
Documentation is lacking in WiX v3 for this kind of stuff. Extensions are much easier to use in WiX v3. Just use "-ext WixUtilExtension". None of that other stuff is necessary any more. Feel free to open a bug to fix up the light -? documentation and WiX.chm. -Original Message- From:

[WiX-users] HKMU registry revisited

2006-06-29 Thread Don Tasanasanta
How does the HKMU registry attribute work with HKCR registry entries?   __   Don Tasanasanta VIACK Corporation 425-605-7423   Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to

[WiX-users] Selecting features to show in feature tree

2006-06-29 Thread Don Tasanasanta
I have several features and I would like to turn some of them off depending on the results I get from AppSearch.   What is the usual way of doing this?   __   Don Tasanasanta VIACK Corporation 425-605-7423   Using Tomcat but need to do more? Need to suppo

[WiX-users] 答复: [WiX-users] Remove folder while uninstalling application

2006-06-29 Thread 周和文
I also encountered the same problem . But I had to resort to the CA to delete the temporary subdirectories. IMPORTANT NOTICE: Email from Actions is confidential and may be legally privileged.  If it is not intended for you, please delete it immediately unread.  The internet cannot guara

[WiX-users] xcopy deployment?

2006-06-29 Thread Daniel Goldman
Can someone explain what "xcopy deployment" is, or point me to examples/references? Or point out alternative installer mechanisms that might meet my needs? Background: I need to distribute a C# .NET application family. It is a series of data analysis softwares, with preloaded data (eg, Texas birth