Re: [WiX-users] TargetDir and TFS 2008 build

2008-02-28 Thread Arild Bakken
Hi, I use $(var.MyProject.ProjectDir)\Web.config so that it reads the file from the source folder instead of the output folder, which is OK since the TFS build process does not change the web.config file in any way in my setup. Arild From: [EMAIL PROTECTED]

Re: [WiX-users] Cannot create COM components when installed under Vista

2008-02-27 Thread Arild Bakken
nt or issuing regsvr32 custom action? Are you using the "Advertise=no" option in the TpyeLib element? Arild From: Sander Rijken [mailto:[EMAIL PROTECTED] Sent: 27. februar 2008 00:11 To: Arild Bakken Subject: Re: [WiX-users] Cannot create COM components when installed under

Re: [WiX-users] Cannot create COM components when installed under Vista

2008-02-26 Thread Arild Bakken
Hi, Quick question. Do you install the app "For all users"? You can du this by setting the property "ALLUSERS" to 1. This ensures that the COM registry keys are registered under the HKCR part that is under HKLM and not under HKCU. Remember, the HKCR key is a "logical" key that is a combination

Re: [WiX-users] Registry permissions messed up after installing package

2008-02-21 Thread Arild Bakken
>> Hi, >> I'm authoring an installer package that need to register a couple of DLLs in >> the registry (traditionally done by regsvr32). I used heat.exe to generate >> the >> >> After installing the package: >> Administrator (Full control - not inherited) (the user, not the group) >> Syste

Re: [WiX-users] Registry permissions messed up after installing package

2008-02-21 Thread Arild Bakken
> Hi, > I'm authoring an installer package that need to register a couple of DLLs in > the registry (traditionally done by regsvr32). I used heat.exe to generate the > > After installing the package: > Administrator (Full control - not inherited) (the user, not the group) > System (Full con

Re: [WiX-users] FileShare Permissions - How to set Change

2008-02-20 Thread Arild Bakken
Hi, I tried to test this, but Wix would not link when using the Fileshare stuff and I didn't have time to figure it out. However, I checked what the raw security descriptor looks like when setting the Change permission using the UI, and it came out with the bitmask 0x001301bf for Change and 0x0

[WiX-users] Registry permissions messed up after installing package

2008-02-20 Thread Arild Bakken
Hi, I'm authoring an installer package that need to register a couple of DLLs in the registry (traditionally done by regsvr32). I used heat.exe to generate the proper WiX syntax for this (updated the component and file ID's afterwards):

Re: [WiX-users] Trouble with Light in Visual Studio 2008 and Team Build2008

2008-01-23 Thread Arild Bakken
nt to install VS 2005 as well) so I decided to save some time and downgrade Wix instead. Regards, Arild From: Mike Dimmick [mailto:[EMAIL PROTECTED] Sent: 23. januar 2008 21:37 To: Arild Bakken; wix-users@lists.sourceforge.net Subject: RE: [WiX-users] Trouble with Light in Visual Studio 2008 and

[WiX-users] Trouble with Light in Visual Studio 2008 and Team Build 2008

2008-01-23 Thread Arild Bakken
Hi everyone, I'm having trouble with Light.exe. I installed the January 11 build (3.0.3711) and things work very well except that I can only build the Setup project once for every time I start Visual Studio. When I build the first time after I start Visual Studio 2008, everything is OK, but all