[WiX-users] UninstallShortcut

2011-06-07 Thread Sergey
Hello, I have installer, which allows to select between per-user install (ALLUSERS=1) and per-machine installation (ALLUSERS=). I create uninstall shortcut, using this WIX code: Component Id=Shortcuts Directory=WindowsFolder Guid=... RegistryValue Root=HKMU

Re: [WiX-users] UninstallShortcut

2011-06-07 Thread Sergey
I mistyped, in firs sentence. Correct version: I have installer, which allows to select between per-user install (ALLUSERS=) and per-machine installation (ALLUSERS=1). 07.06.2011 13:26, Sergey пишет: Hello, I have installer, which allows to select between per-user install (ALLUSERS=1) and

Re: [WiX-users] UninstallShortcut

2011-06-07 Thread Peter Shirtcliffe
http://robmensching.com/blog/posts/2007/4/27/How-to-create-an-uninstall-short cut-and-pass-all-the may help. -Original Message- From: Sergey [mailto:sh0...@gmail.com] Sent: 07 June 2011 10:31 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users]

Re: [WiX-users] UninstallShortcut

2011-06-07 Thread Sergey
This tutorial is for per-user install. It contains this line of code: RegistryKey Root=HKCU But i need to have universtall installer, which will work both in in per-user and per-machine modes. 07.06.2011 13:50, Peter Shirtcliffe пишет:

Re: [WiX-users] UninstallShortcut

2011-06-07 Thread Peter Shirtcliffe
Its applicable to per-machine installs also. The ice cant tell what your ALLUSERS value is and so that registry key is required to satisfy it. You just have to live with the fact there may be per user registry keys left behind at uninstall. The subject has been discussed frequently on the list and

[WiX-users] Can I create App Pool on IIS7 using wix if IIS6 Management Compatibility is not installed?

2011-06-07 Thread kiseleva lena
Hi! I know that there is the native IIS7 support in wix 3.5, but I have this strange error. So, if IIS6 Management Compatibility for IIS7 is not installed, then new App Pool did not created in installation process. But if IIS6 MC is installed it works ok and new App Pool is created. The name

[WiX-users] WiX Tutorial

2011-06-07 Thread DE�K JAHN, G�bor
Hello, I would like to notify you all that I'm moving the WiX Tutorial currently at http://www.tramontana.co.hu/wix to another server and ISP. The new URL will be http://wix.tramontana.co.hu and the technical change is expected to take place within the next two days. The transition should be

Re: [WiX-users] State of WiX 3.6 - Burn?

2011-06-07 Thread macky
Hi Albert, Thanks for the code snippet. In my case, I'm trying to bundle couple prereqs and then the actual installer which takes inputs from user at the install time like server ip etc. When I use MSIExec option, Wix is not presenting a UI instead tried to install the package quietly (it does

Re: [WiX-users] State of WiX 3.6 - Burn?

2011-06-07 Thread John Robbins
Hi, At this time Burn runs all the MSI's on the server side so there's no MSI UI shown. As Burn is under active development, Burn may get this feature in the future (I'm not one of the developers, just mentioning what Rob said a while ago). For custom UI in Burn, you'll have to develop your

Re: [WiX-users] unhandled exception in light

2011-06-07 Thread Thomas Svare
Hello, I got about 6% better compression with 7-Zip compared to WinRAR but unfortunately my file is still too big to attach (40.3MB). Is there another alternative to making the crash dump available? The crash has been seen with Light.exe versions pre-release 3.5, 3.52519 and 3.6.1706.

[WiX-users] What is the best design to support a conditional root directory

2011-06-07 Thread Kyle McClellan
I'm in the process of updating our product to support multiple versions of Visual Studio. I'd like a recommendation as to what would be the best way to correctly implement this while avoiding as much duplication as possible. We want to drop the same set of files under the latest Visual Studio

Re: [WiX-users] Manually building a Votive project

2011-06-07 Thread Francisco Gabriel Malbrán
Bob, Tobias, many thanks for your answers. I wanted to tell you that I was able to compile by using *only* WiX installation and WiX's tools (candle, light). I say *only* because I dont use anymore msbuild, but if WiX relies on .NET to work then there is an implicit use of .NET. However, to do so

[WiX-users] Install in one language; uninstall in another

2011-06-07 Thread Francisco Gabriel Malbrán
Hello list. Today I'm concerned about the possibility to do as the subject says*. I am intending to do so because I've got a bootstrap that handles language fallback and I want to correspond the user if he changes his system language after installation. * I have an msi with a lot of language

Re: [WiX-users] State of WiX 3.6 - Burn?

2011-06-07 Thread macky
Thanks for the reply John. In our case I just need to bootstrap that MSI (which requires UI) so I guess I'll have to wait for Burn to get that feature. Other way would be to create my custom UI (same as the MSI I'm trying to install) and somehow pass those parameters to the other MSI? -- View

Re: [WiX-users] Failed to configure IIS web svc ext

2011-06-07 Thread taiwah70
I still get this error randomly. My installer creates an app pool (.NET 4.0) and a web site. It binds to secured with SSL Certifcate and non-secured ports. I'm using WiX 3.5 RTM release. Please help. Thank you. (SERVER) MSI (s) (60:5C) [14:21:14:460]: Invoking remote custom action. DLL:

Re: [WiX-users] Failed to configure IIS web svc ext

2011-06-07 Thread John Bergman
Can you share the markup you are using to create the web site, application pool, and other settings? I do not have the issue, maybe we can see what the problem is with the markup. -Original Message- From: taiwah70 [mailto:taiwa...@hotmail.com] Sent: Tuesday, June 07, 2011 7:23 PM To:

[WiX-users] When does the Registry key/value get deleted during Uninstall

2011-06-07 Thread william lee
Hi, There is a tricky problem bother me these days. I don't understand why the certain Registry key/value got removed before my uninstall custom action is called. we have a custom action scheduled after ProcessComponents, but before RemoveRegistryValues: InstallValidate InstallInitialize

Re: [WiX-users] When does the Registry key/value get deleted during Uninstall

2011-06-07 Thread John Bergman
I thought deferred custom uninstall actions ran after the normal uninstall stuff... -Original Message- From: william lee [mailto:wele...@gmail.com] Sent: Tuesday, June 07, 2011 8:12 PM To: General discussion for Windows Installer XML toolset. Subject: [WiX-users] When does the Registry