Re: [WiX-users] and relative paths

2013-03-22 Thread Andreas Mertens
I have a similar situation where I am building two different WIX burn chainers (long story, has to do with .Net versions). In any case I was running into similar issues with the paths. I ended up creating an environment variable for my Wix 3.6 binaries path and inserting that in my WIX files a

Re: [WiX-users] Where to install to by default nowadays; App Data or Program Files?

2012-11-28 Thread Andreas Mertens
Perhaps the developer meant certification of the application (i.e. Windows 7 App Certification), rather than requiring a certificate? Andreas A. Mertens Founder, Software Consultant and Developer NVision Ideas, Inc. email: andre...@nvisionideas.com Fr

Re: [WiX-users] bypass fileinuse

2011-02-07 Thread Andreas Mertens
> possible docs I found absolutely nothing. If any this will be > probably at > the msi level anyway since WIX schema does not have anything > closely > similar. > Regards and thanks for your reply! > > > -Original Message- > From: Andreas Mertens > S

Re: [WiX-users] bypass fileinuse

2011-02-04 Thread Andreas Mertens
runs that. Of course you still need a core launcher app to deal with, but overall I find this works reasonably well. Andreas Mertens NVision Ideas Inc. - Original Message - From: Mark Turek Date: Friday, February 4, 2011 1:28 pm Subject: [WiX-users] bypass fileinuse > I have a req

Re: [WiX-users] 2902 error installing with VS 2008 SP1 CRT merge modules on Vista/Win7

2009-11-19 Thread Andreas Mertens
OFF-TOPIC - this has to do with compilers and manifests, but does refer to this problem. I have experienced a similar issue with a client's product I was working on. With VS 2008 SP1, a new revision of the C runtime/ATL/etc. DLLs are used. Apps compiled with this will have this registered in thei

Re: [WiX-users] Private Assemblies?

2009-11-18 Thread Andreas Mertens
I had a similar situation as well. I used Microsoft's Bootstrap generator app to create bootstrapper from my installer. But it changed the case to all lower-case, even though the HomeSite URL still had the mixed case format. When this was installed to a *nix-based web server (not sure what the c

Re: [WiX-users] Private Assemblies?

2009-11-17 Thread Andreas Mertens
Just a guess, but in seeing that the registry entry is in the Installer area, I am wondering if in the IS install if these private assembly files are marked as the KeyPath, which is why they are being recorded here? As far as the crashing is concerned, have you confirmed if your private assembly f

Re: [WiX-users] Issue with FilesInUse and IE8 when updating an add-on

2009-11-13 Thread Andreas Mertens
oyer). It isn't something that either Windows Installer or WiX currently has. -Original Message- From: Andreas Mertens [mailto:andre...@nvisionideas.com] Sent: Friday, November 13, 2009 5:01 AM To: 'General discussion for Windows Installer XML toolset.' Subject: Re: [WiX-users]

Re: [WiX-users] Issue with FilesInUse and IE8 when updating an add-on

2009-11-13 Thread Andreas Mertens
and IE8 when updating an add-on This was code we added on especially for IE. There isn't anything in WiX or Windows Installer to do that natively. -----Original Message- From: Andreas Mertens [mailto:andre...@nvisionideas.com] Sent: Thursday, November 12, 2009 5:57 PM To: 'General d

Re: [WiX-users] Issue with FilesInUse and IE8 when updating an add-on

2009-11-12 Thread Andreas Mertens
them all to the RM session (in the case of Vista+) or offered to the user to kill them (in the case of XP/2k3). -Original Message- From: Andreas Mertens [mailto:andre...@nvisionideas.com] Sent: Thursday, November 12, 2009 5:51 AM To: 'General discussion for Windows Installer XML too

[WiX-users] Issue with FilesInUse and IE8 when updating an add-on

2009-11-12 Thread Andreas Mertens
ke a bit longer to get resolved there... Thanks, Andreas Mertens -- Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus

Re: [WiX-users] Per User / Per Machine

2009-11-04 Thread Andreas Mertens
be superseded by the All Users install. Either way I could still run the installed product. I could later uninstall my installation and still have access to the All Users installation. Does this make any sense? Are there any drawbacks to this thinking? Thanks, Andreas Mertens -Original

Re: [WiX-users] Per User / Per Machine

2009-11-04 Thread Andreas Mertens
I have been following this thread (as it has a definite impact on what I am working on). Searching through the online MSDN docs, I came across the following that describes Per Machine/Per User installs and the impact of the ALLUSERS variable. It has also been updated with the Windows 7 details. h

[WiX-users] Second install with separate user account using credentials from first install (Wix 3.0 RTM)

2009-10-31 Thread Andreas Mertens
27;t want users to be presented with the prompt to verify admin credentials when doing a PerUser install. In fact a non-admin should not get the choice in the InstallScopeDlg (just as in XP). 3) If UserA (admin) does do a PerMachine install, then installations by later user

[WiX-users] Showing a "FilesInUse" dialog in a Installer/Patch with no UI

2009-10-29 Thread Andreas Mertens
the best way of including the "FilesInUse" dialog (and the "MsiRMFilesInUse" dialog as well I suppose) so that it show up if necessary in the .MSI 2) If the dialog is added in step #1 above, will it be available when I apply the patch?

Re: [WiX-users] Installation to limited user account failing on WixUI_Advanced

2009-10-24 Thread Andreas Mertens
Forgot to mention - this is with Wix 3.0 RTM (D'oh) :) Andreas -Original Message- From: Andreas Mertens [mailto:andre...@nvisionideas.com] Sent: October-24-09 7:57 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Installation to limited user account faili

[WiX-users] Installation to limited user account failing on WixUI_Advanced

2009-10-24 Thread Andreas Mertens
uld be happy to hear any suggestions on doing this better. Thanks, Andreas Mertens -- Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year.

Re: [WiX-users] Deploying mshtml PIA assembly

2009-10-22 Thread Andreas Mertens
I took a look at vs_piaredist.exe, and found you can extract the .cab or .msi from it (using WinRAR or other such tools). Perhaps you can just grab one of those and package that up in your install? Andreas Mertens -Original Message- From: John Hall [mailto:john.h

Re: [WiX-users] Too large a feature - How do I split it down?

2009-08-30 Thread Andreas Mertens
I am new to Wix, but I have done something similar myself. My opinion is to take that huge feature and identify the various component "groups" (related functionality). Create a separate .wxs file for each such group of components and move them into that. Create in each file a single Feature elem

Re: [WiX-users] merge modules for C++ runtime (2005/2008) with ATLsecurity fix?

2009-08-07 Thread Andreas Mertens
part of the path. Andreas Mertens -Original Message- From: Richard [mailto:legal...@xmission.com] Sent: August-07-09 11:05 AM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] merge modules for C++ runtime (2005/2008) with ATLsecurity fix? In article , "Alex Iv