[WiX-users] One more time; regasm and WIX

2007-11-28 Thread Tobias Holm
Hi all, I'm experiencing some problems when I try to create a WIX installer for my project which consist of the following parts: *ComSrv.dll is a com component written in c++ which should be installed as a COM+ application. * NetAsm.dll is a .net assembly written in C# that will be accesse

Re: [WiX-users] One more time; regasm and WIX

2007-11-29 Thread Tobias Holm
ECTED] Sent: den 30 november 2007 03:01 To: Tobias Holm Cc: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] One more time; regasm and WIX Tobias Holm wrote: My conclusion is that something that a manual regasm achieves is missing from my wix setup. What is the correct way to mimic a r

[WiX-users] subset of compluscomponents

2007-11-30 Thread Tobias Holm
Hi all! I have received a com .dll (Server.dll) that I need to build an installer for. There are 2 main requirements on the Installer: 1. It should make the same registry entries as if running regsvr32 on the dll. 2. It should create a COM+ application for the dll and place a

[WiX-users] COM registration problems

2007-12-11 Thread Tobias Holm
Hi all, Im having serious problems with a registration of a com-dll. When I install it manually with regsvr32, everything works fine. To install it with wix I do the following: 1. Create a wix file with a component-element containing a file-element pointing to my my dll. 2.

Re: [WiX-users] COM registration problems

2007-12-12 Thread Tobias Holm
Thanks for your attention! The problem was that the typelib´s of some comvisible assemblies were not registered. I thought that tallow would extract this information as well when I ran tallow -c on the dlls. I solved it by: 1 running regasm on my comvisible assemblies. 2 manually extracting the t

[WiX-users] Detecting .net framework 3.5 with wix v2

2007-12-17 Thread Tobias Holm
Hi all, What is the best way to detect if .net framework 3.5 is installed with wix v2? I have seen that in wix v3 it is possible to use the netfxextensions. Like: Installed OR NETFRAMEWORK35 I would like to achieve something similar to this in my v2 installer. Unfortuna

Re: [WiX-users] Detecting .net framework 3.5 with wix v2

2007-12-18 Thread Tobias Holm
Thanks, I'll try this! Tobias From: Mike Dimmick [mailto:[EMAIL PROTECTED] Sent: den 17 december 2007 23:29 To: 'Tobias Holm'; wix-users@lists.sourceforge.net Subject: RE: [WiX-users] Detecting .net framework 3.5 with wix v2 The WiX v3 NetFxExtension part which sets t

[WiX-users] Util-extension in wix v2

2008-01-12 Thread Tobias Holm
Hi all, I've need to add some event sources in my MSI installer. My first approach was to add the entries with a registry element in the wxs file. However, this does not seem to work. No entries are made. I have found some posts mentioning the Util-extension, where there should

Re: [WiX-users] Util-extension in wix v2

2008-01-13 Thread Tobias Holm
n I'm limited to WiX v2? /Tobias From: Bob Arnson [mailto:[EMAIL PROTECTED] Sent: den 12 januari 2008 19:47 To: Tobias Holm Cc: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Util-extension in wix v2 Tobias Holm wrote: However, this does not seem to work. No entries are

[WiX-users] Granting access to IUSR?

2008-01-14 Thread Tobias Holm
Hi all, I have a wix deployment project where I need to grant the ASPNET user permissions to a certain folder. This works fine with the following lines: But when I try to change it to work with the IUSR of W2K8 server, I get an error stating that the user with

[WiX-users] Grant accessrights to folder outside of installation folder?

2008-01-14 Thread Tobias Holm
Hi, I need to be able to grant a user created by the wix setup access to c:\windows\temp\. Is it possible to do this? I only manage to set permissions on folders that are created inside my installation folder. /Tobias -

[WiX-users] Strange error regarding IIsWebs table

2008-01-23 Thread Tobias Holm
Hi all, I use WiX to create a website with a MSI-installer. I run into some problems when deploying it on windows server 2008. There are 3 scenarios: 1. I logon as the “Administrator” user of the local machine. I click on the MSI-file. à Everything installs ok. 2. I logon

[WiX-users] Server2008 certification and upgrade table.

2008-02-04 Thread Tobias Holm
Hi all, We are working with our product for the "Certified for Windows Server 2008" logo and we are right now having some issues with TC2.20.1. TC2.10.1 : Verify Package Identity is correctly configured VERIFICATION: To Pass this test case, the Property Table and the Upgrade Table i