Re: [WiX-users] How to modify iis administration.config file

2010-08-07 Thread ahmet aslan
[WindowsFolder]\system32\inetsrv\config won't work for me. Path in error message (c:\Windows\system32\inetsrv\config\administration.config) is ok, file exist; but got the same error message. [SystemFolder]\inetsrv\config generates wrong path that is c:\Windows\SysWOW64\inetsrv\config\administ

Re: [WiX-users] How to modify iis administration.config file

2010-08-07 Thread ahmet aslan
by the way; please find the generated log for the installation below: MSI (s) (3C:84) [13:39:30:148]: Executing op: ActionStart(Name=ExecXmlConfig,,) Eylem 13:39:30: ExecXmlConfig. MSI (s) (3C:84) [13:39:30:150]: Executing op: CustomActionSchedule(Action=ExecXmlConfig,ActionType=3073,Source=Bina

Re: [WiX-users] ICE34 error or Unresolved reference

2010-08-07 Thread Bob Arnson
On 8/6/2010 1:29 PM, Chad Petersen wrote: > error LGHT0094 : Unresolved reference to symbol > 'Property:MaintenanceMode' in section 'Fragment:UpdateUIStandard'. > The message says you need a Property. All you have now are references to a property. -- sig://boB http://joyofsetup.com/ -

Re: [WiX-users] Remove Assembly from GAC only, if it didn't exist before

2010-08-07 Thread Bob Arnson
On 8/5/2010 5:56 AM, SimonKnight6600 wrote: > Maybe the problem is that MSI reference counts components and doesn't use > the GAC reference counter... > Yes it does. -- sig://boB http://joyofsetup.com/ -- This SF.n

Re: [WiX-users] CustomAction doesn't execute

2010-08-07 Thread Bob Arnson
On 8/5/2010 5:50 AM, Christian Tusch wrote: > could anybody tell me why this won't show me a message box? > Do you have a full UI in your package? Silent installations don't show UI. -- sig://boB http://joyofsetup.com/ ---

Re: [WiX-users] Restart Service on Change/Repair

2010-08-07 Thread Bob Arnson
On 8/3/2010 7:30 PM, Steffen Enni wrote: > The only explanation I've found is > http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Restart-Service-on-Change-Repair-tt3468316.html#a3468707. > Here it basically says that to have the service restarted requires the > component to be modified

Re: [WiX-users] Logging while uninstalling from Control Panel

2010-08-07 Thread Bob Arnson
On 8/6/2010 3:13 PM, Ivo Beltchev wrote: > I think you can edit the registry (via custom action or another way) to > set WindowsInstaller to 0, and change UninstallString to "MsiExec.exe /x > {blah} /l*v C:\q.txt". > No, ARP ignores that string. -- sig://boB http://joyofsetup.com/ -

Re: [WiX-users] Upgrade from WiX 2.0 to Wix 3.0.5419.0

2010-08-07 Thread Bob Arnson
On 7/27/2010 7:41 PM, Chad Petersen wrote: > I can't imagine using more ComponentRef elements since they are all specified > in the Features\*.wxs. All you need is one reference to pull in an entire fragment. -- sig://boB http://joyofsetup.com/

Re: [WiX-users] Newbie x64 msi question

2010-08-07 Thread Bob Arnson
On 8/4/2010 9:57 AM, Pally Sandher wrote: > You need to set the Win64 attribute on your components. If it's not set > they default to 32-bit components in an x64 package. > An easy way to do it is to use a pre-processor variable set to "no" or > "yes" whether you're building x86 or x64 packages res

Re: [WiX-users] How to modify iis administration.config file

2010-08-07 Thread Blair
Is the component your XmlConfig is in marked as a 64-bit component? -Original Message- From: ahmet aslan [mailto:artic...@yahoo.com] Sent: Saturday, August 07, 2010 3:52 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] How to modify iis administration.

Re: [WiX-users] How to modify iis administration.config file

2010-08-07 Thread ahmet aslan
Well, actually no. Problem solved when I mark the component as x64. Now, it works for [WindowsFolder]System32\inetsrv\config\administration.config as well as [System64Folder]inetsrv\config\administration.config . Thanks - Original Message From: Blair To: General discussion for Wind

[WiX-users] Component reference counting & DLL sharing

2010-08-07 Thread Lucius Fleuchaus
We have the following "file-in-use" problem. Five Windows Services are installed on a machine. All services use a shared DLL. All services have their own MSI. The shared DLL is authored in its own WIX fragment, which is #included in the five service WIX files, hence the shared DLLs ComponentI

Re: [WiX-users] Component reference counting & DLL sharing

2010-08-07 Thread Blair
The file is identical, including every bit in the version resource (all four parts of the version number, etc.)? The file is placed in the exact same directory? -Original Message- From: Lucius Fleuchaus [mailto:luci...@microsoft.com] Sent: Saturday, August 07, 2010 12:11 PM To: wix-users

Re: [WiX-users] Component reference counting & DLL sharing

2010-08-07 Thread Lucius Fleuchaus
Yes and yes. In addition the shared DLL and all service executables are in the same directory as well. From: Blair [os...@live.com] Sent: Saturday, August 07, 2010 1:33 PM To: 'General discussion for Windows Installer XML toolset.' Subject: Re: [WiX-users]

Re: [WiX-users] Component reference counting & DLL sharing

2010-08-07 Thread Blair
Is that shared DLL the keypath of its own component? Do any two files share any component? >From the log, what are the values of REINSTALLMODE and the indications during costing of the component's state and action? -Original Message- From: Lucius Fleuchaus [mailto:luci...@microsoft.com]

Re: [WiX-users] Component reference counting & DLL sharing

2010-08-07 Thread Lucius Fleuchaus
The shared library uses the File element without the KeyPath attribute. -Original Message- From: Blair [mailto:os...@live.com] Sent: Saturday, August 07, 2010 7:01 PM To: 'General discussion for Windows Installer XML toolset.' Subject: Re: [WiX-users] Component reference counting