[WiX-users] How to uninstall and create GUI using Votive 3.0

2010-09-12 Thread Karthik Saligram
Hi, I am creating a set up using Wix(first time).I am using Votive for VS2008 project to create Setup.I have two concerns. 1) Not able to uninstall by clicking on .msi file if the project is already installed. 2) How to create GUI for the setup. Any help is appreciated. Thanks and Reg

[WiX-users] When is a 64-bit install needed and heat

2010-09-12 Thread Sean Farrow
Hi: If I'm adding items to the registry in the hkey_classes_root hive do I need both a 32-bit and 64-bit installer. Also is ther a way of asking heat to generate me a code fragment given a com server? Regards Sean. -- Sta

Re: [WiX-users] IIS7 crash during installation of 2 web sites

2010-09-12 Thread Rob Mensching
If this is using the latest version of WiX v3.5, please open a bug. On Sat, Sep 11, 2010 at 4:43 AM, Alex Galperin wrote: > Hi guys! > We have 2 merge modules and MSI installation with them. Each module > contains > component which configure IIS (application pool and web-site creation). > During

[WiX-users] using wix to register .net dll for COM

2010-09-12 Thread Dav Evans
Hi All, I'm trying to include a .Net dll that has been marked as "register for COM" in visual studio in my WIX installer. I'm using heat.exe to generate a fragment for me but once included via a componentGroupRef I cannot see that my dll is registered. I've created a Stackoverflow thread looking

Re: [WiX-users] Uninstalling Windows application

2010-09-12 Thread francois . pellicaan
Hi Fabio, Let me start by thanking you for your response. I reviewed the specs and installation Per User or Per Machine is not specified. I was working with the default which is Per User. Your question gave me the idea to set the package element property to Per Machine. I tested this on my test

Re: [WiX-users] Error installing a multi-file .NET 4 assembly to the GAC using WiX 3.5

2010-09-12 Thread Bruce Cran
On Wed, 1 Sep 2010 09:09:03 +0100 Bruce Cran wrote: > On Wed, 1 Sep 2010 08:34:37 +0100 > Bruce Cran wrote: > > > I'm having problems installing a multi-file mixed-mode .NET 4.0 > > assembly to the GAC using WiX 3.5.2030. > > So it appears that it's trying to install the assembly to > c:\windo

Re: [WiX-users] use XmlFile, XmlConfig in maintenance mode

2010-09-12 Thread Bob Arnson
On 10-Sep-10 22:30, TedG wrote: > Is there something I'm missing on the maintenance mode? Is it really not > designed to do this kind of manipulation? No. "Change" is used to add or remove features and components; it doesn't reinstall existing components, so nothing happens with them. For tha

Re: [WiX-users] Votive and Visual Studio 10

2010-09-12 Thread Bob Arnson
On 10-Sep-10 23:24, tltabor lists wrote: > Does it work with Visual Studio 2010? http://robmensching.com/blog/posts/2010/4/28/Change-of-plans-for-WiX-v3.5 -- sig://boB http://joyofsetup.com/ -- Start uncovering the m

Re: [WiX-users] How to correctly use WixAppFolder for install without UAC?

2010-09-12 Thread Bob Arnson
On 06-Sep-10 03:40, Grigory Petrov wrote: > I have checked "single package authoring" and it seems that for Windows > Vista it's not possible to create an MSI installer with WixUI_Advanced so > the "install just for you"radio button on 'advanced' tab work. Am i correct? No, it's possible to crea

Re: [WiX-users] Compiler error with PermissionEx (non-util version)

2010-09-12 Thread Bob Arnson
On 11-Sep-10 06:18, Fabio Di Lorenzo wrote: > WiX seems to use "FormattedSddl" as category for this column in the > validation table. > > But thats wrong, the correct one should be "FormattedSDDLText". Please enter a bug. -- sig://boB http://joyofsetup.com/ --

Re: [WiX-users] Uninstalling Windows application

2010-09-12 Thread Fabio Di Lorenzo
Hi Svatja, What is your goal? A per machine installation or a per user installation? - Per machine: One user installs the software for everyone (all other users) - Per User: Each user must install the software oneself Regards, Fabio On Sun, Sep 12, 2010 at 10:31 AM, svatopluki wrote: > > Hi E

[WiX-users] Uninstalling Windows application

2010-09-12 Thread svatopluki
Hi Everyone, I am new to Windows programming and WiX makes me really happy. But, however, i ran into a small problem and i am not sure whether it is possible to solve this with WiX or not. Problem Installing app as user 1, logoff, logon as user 2, installing app as user 2. This is good. Then