Re: [WiX-users] Wix3: File/@Name as part of @Source

2007-12-29 Thread Alexander Biryukov
> pursue it. Feel free to file a feature request -- it's not a bad idea > and I think we could check for the combination in WixCop. > Bob, while it feature is NEW, you can improve it without damage of bracking changes. If yo

Re: [WiX-users] Upgrade XML config files

2006-12-21 Thread Alexander Biryukov
Yes, XmlConfig useful for me in some cases. Is exist a plans for port this CA to Wix2 ? -- Alexander Biryukov On Thu, 21 Dec 2006 20:04:53 +0300, Bob Arnson <[EMAIL PROTECTED]> wrote: > Alexander Biryukov wrote: >> Can anybody suggest universal mechanism to upgrade XML config f

[WiX-users] Upgrade XML config files

2006-12-20 Thread Alexander Biryukov
Hi, Can anybody suggest universal mechanism to upgrade XML config files (such as Web.config) ? I need to upgrade/reinstall product with XML config file, but modified by user XML attributes and added elements must be stay. Thanks. -- Alexander Biryukov

Re: [WiX-users] Install .Net COM+ without .TLB

2006-12-20 Thread Alexander Biryukov
Maybe you confuse COM with COM+ ? If you installing COM+, than why you do't use standart Wix CA (ComPlusApplication element) ? -- Alexander Biryukov On Wed, 20 Dec 2006 20:27:54 +0300, Christer Solskogen <[EMAIL PROTECTED]> wrote: > On Mon, 18 Dec 2006 15:29:41 +0300 > &q

Re: [WiX-users] Install .Net COM+ without .TLB

2006-12-19 Thread Alexander Biryukov
d to generate TLB and less WiX script code. > If you have dependencies on external TLB's you should be able to register > these separately, no? In my case, external depended assemblies is not COM+ and have not generated TLB files. -- Alexander Biryukov > Fredrik > &g

[WiX-users] Install .Net COM+ without .TLB

2006-12-18 Thread Alexander Biryukov
regsvcs.exe .Net utility. I can send simply modified code of ca\pubca\pcaexec\cpiasmexec.cpp, that install .Net COM+ without TLB file. It code already work properly during 2-3 monthes in our products installers. P.S. It all about Wix2 (i think

Re: [WiX-users] Conditional Install

2006-12-13 Thread Alexander Biryukov
Feature conditions are evaluated during the CostFinalize action, which comes before WelcomeDlg action. Modify your code : And modify condition code to valid syntax : -- Alexander Biryukov On Thu, 14 Dec 2006 09:10:54 +0300, Jonas Abrams <[EMAIL PROTECTED]> wrote: > Hey everyo

Re: [WiX-users] Detecting if a service is running or not

2006-11-09 Thread Alexander Biryukov
Wix has no such opportunity. It is necessary to write new custom action. -- Alexander Biryukov On Thu, 09 Nov 2006 06:15:44 +0300, Harvey Werner <[EMAIL PROTECTED]> wrote: > Can anyone tell me how to use WiX to detect if a Windows service is > running? > --

Re: [WiX-users] Installing to GAC

2006-11-09 Thread Alexander Biryukov
Write this for install .Net assembly to GAC : During uninstall this assembly will be removed from GAC by Windows Installer. -- Alexander Biryukov On Thu, 09 Nov 2006 15:40:11 +0300, vij <[EMAIL PROTECTED]> wrote: > Hi all, > Using WiX, how to install a file to G

[WiX-users] Some questions about XmlFile element

2006-08-24 Thread Alexander Biryukov
My installer should work with XML file which can (or not) exist. 1) Can XmlFile create new XML file if it does not exist ? 1) Is possible do not overwrite existing XML attributes, but create if not exists ? -- Alexander Biryukov

Re: [WiX-users] Citrix and FilesInUse

2006-08-22 Thread Alexander Biryukov
: -- File "c:\MyProgram\lib.dll" is locked ! -- [Retry] [Abort] -- --- Alexander Biryukov On Tue, 22 Aug 2006 18:10:32 +0400, Chesong Lee <[EMAIL PROTECTED]> wrote:

Re: [WiX-users] Solution to fix bug "Adding component to COM+ if it is in the GAC" [1487586]

2006-08-22 Thread Alexander Biryukov
Sorry, change fixed file d:\wix\source\src\ca\pubca\pcaexec\cpiasmexec.cpp at line 854 : LPWSTR pwzSubStr = wcsstr(pwzAssemblyName, L", ProcessorArchitecture"); to LPCWSTR pwzSubStr = wcsstr(pwzAssemblyName, L", ProcessorArchitecture"); ^^^ -- Alexander Biryukov On Tu

Re: [WiX-users] Detecting .NET Framework version installed

2006-08-21 Thread Alexander Biryukov
al > machine. The install needs to detect if .NET 2.0 is installed or not. > Can someone please point me in the right direction? > Thanks. > -- > Harvey Werner / [EMAIL PROTECTED] / 971.327.5279 > -- Alexander Biryukov

[WiX-users] Solution to fix bug "Adding component to COM+ if it is in the GAC" [1487586]

2006-08-15 Thread Alexander Biryukov
simultaneously. Bug at sourceforge : http://sourceforge.net/tracker/index.php?func=detail&aid=1487586&group_id=105970&atid=642714 Is it possible to add this code to main WiX code tree ? -- Alexan

Re: [WiX-users] How to show "FilesInUse" dialog _always_ ?

2006-08-07 Thread Alexander Biryukov
It's good, but how to catch "file in use" moment (before any file copy operation) to show dialog ? Maybe somehow that : MyFileInUseCheck is custom action, that check file and show FilesInUse dialog, when file locked. It will work ? -- Alexander Biryukov On M

Re: [WiX-users] How to show "FilesInUse" dialog _always_ ?

2006-08-05 Thread Alexander Biryukov
Unfortunately, ServiceControl with Stop='install' always stops service, it is not dependent on that updating service or not. Also it does not solve the problem with locked non executable files. Bob Arnson <[EMAIL PROTECTED]> wrote: > Alexander Biryukov wrote: >>

[WiX-users] How to show "FilesInUse" dialog _always_ ?

2006-08-04 Thread Alexander Biryukov
ed with it. - Is exist a way to display FilesInUse dialog (or some custom dialog with file names) always, for _all_ "files in use" which should be updated ? -- Alexander Biryukov - Take Surveys. Earn Cash. Influence t

[WiX-users] What use, WiX 2 or WiX 3 ?

2006-07-20 Thread Alexander Biryukov
. -- Alexander Biryukov - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surve