Re: [WiX-users] dynamic library registration

2006-08-12 Thread Tony Hoyle
Standa Kunc wrote: > ACTION: SharedFile: "C:\WINNT\system32\COMDLG32.OCX" > (File was now found or had older version -- new file was copied) Avoid modifying system32. Definately don't 'upgrade' anything found there - you have no idea what other applications you're breaking whilst attempting to

[WiX-users] dynamic library registration

2006-08-12 Thread Standa Kunc
Hello, I am creating new (MSI based) installer for some application because original installer is not compatible with Group Policy. When I launch the application, error warning arises: Component 'PICCLP32.OCX' or one of its dependencies not correctly registred: a file is missing or invalid. The

Re: [WiX-users] Upgrades All/Current User

2006-08-12 Thread Bob Arnson
[EMAIL PROTECTED] wrote: > I have an MSI file with a user-interface that gives the choice to install for > all users or only for current user. When the user installs a new version of > the product there should be the choice to remove the older version or to > continue with installation and insta

Re: [WiX-users] Vista -Error in SchedServiceConfig

2006-08-12 Thread Bob Arnson
Chesong Lee wrote: sc.exe in Vista (5472) does work fine for querying services and does not work for starting/stopping services without privileged access. If the current SchedServiceConfig does not work fine, it may require review for Vista UAC friendliness, not for changing it

Re: [WiX-users] Vista -Error in SchedServiceConfig

2006-08-12 Thread Chesong Lee
I don’t think that should be a deferred CA. If it is indeed (because of UAC in Vista), it could be very frustrating and undesirable effects in other custom actions also.   Scheduling CA (immediate CA, SchedServiceConfig) uses (or should use) non-administrative privileges - SC_MANAGER_

[WiX-users] Upgrades All/Current User

2006-08-12 Thread mailing-to-soeren-petrat
Hi, I have a known problem with major upgrades and just want to be sure that there is really no solution for it. I have an MSI file with a user-interface that gives the choice to install for all users or only for current user. When the user installs a new version of the product there should be

Re: [WiX-users] COM+ extension in Wix3

2006-08-12 Thread Mark Weaver
Bob Arnson wrote: > Rob Mensching wrote: >> Sorry, I thought you were just looking for the release point. It does >> appear that pcaext.dll is gone. Bob and/or Fredrik should be able to >> explain why pcaext.dll has gone missing. >> > I think it's an artifact of how we maintain the public bran