Re: [WiX-users] dependency on some service

2010-02-14 Thread Sebastian Brand
Hello, 1) You only could do a manual check if the other product is still installed while your product start. Alternatively, you could disable the Remove-Button from the Control Panel for the other product. To do so add the "NoRemove" value to the other products uninstall registry key (HKLM\Sof

[WiX-users] dependency on some service

2010-02-14 Thread Novaisas
Hi I have two related questions: 1) As a precondition I check if some program is installed. Is there a way to prevent uninstalling of the program later after my program is installed? 2) Let's say a service should be restarted during installation of my program. I do it this way: However if the

Re: [WiX-users] WiXNetFxExtension conditions

2010-02-14 Thread Bryan Reich
There is no guarantee that your product would work just fine with CLR 4.0 just because it works with CLR 2.0 (Framework 3.5). For CLR 4.0 the CLR has moved into a SxS model whereby 4.0 can be loaded in-proc SxS 2.0 runtime, and the 5.0 runtime will be loaded into process alongside the 4.0 runti

Re: [WiX-users] Upgrade to Windows 7 -> "GetLooseFileList" task failed unexpectedly

2010-02-14 Thread Brian Rogers
Please open a bug with details if you can. I have seen issues around GetCabList as well. Brian Rogers "Intelligence removes complexity." - Me http://blogs.msdn.com/icumove On Wed, Feb 10, 2010 at 3:38 AM, Benjamin Podszun < benjamin.pods...@gmail.com> wrote: > Hi. > > I upgraded my machine from

Re: [WiX-users] WiXNetFxExtension conditions

2010-02-14 Thread John Aldridge
On 13/02/2010 15:20, Bob Arnson wrote: > On 2/12/2010 6:19 AM, John Aldridge wrote: >> If I use WiXNetFxExtension to test for NETFRAMEWORK35, does this mean >> "3.5 itself is installed" or "3.5 or any later version is installed"? > > The former but it's not practical to make generalizations for fu

[WiX-users] Another Permission quesion

2010-02-14 Thread Hai3
I've read all related topics and haven't found a full answer to my problem. I would like to give full permissions to SYSTEM and Read & Execute permissions to Users group to a folder under Program Files. Nothing more, nothing less. I know there are 3 ways to give permissions to a folder using WIX