[WiX-users] Major upgrade problem

2007-10-18 Thread daniel . gibbons
Hi,
 
I'm using v2.0.5206.0 and currently trying to perform a major upgrade.  I've 
set the main guids and version number to be unique and I'm using:
 
InstallExecuteSequence
  RemoveExistingProducts After=InstallValidate /
/InstallExecuteSequence
 
and 
 
Upgrade Id=7316DF0A-2C41-4AC2-8A8B-2E1BEC44AAA6
  UpgradeVersion Property=PATCHFOUND Minimum=4.0.0.0 /
/Upgrade
 
However when the product is installed and I run a new version it detects the 
previous version, removes the old product and installs the new but I receive 
the following error:
 
MSI (s) (98:78) [11:23:13:396]: Invoking remote custom action. DLL: 
C:\WINDOWS\Installer\MSIEA.tmp, Entrypoint: ComPlusInstallExecute
ComPlusInstallExecute:  ExceptionInfo: Code='0', 
Source='System.EnterpriseServices', Description='FATAL: Could not find 
component 'Freshfields.FeeEarnerTools.Security.Component.SecurityComponent' we 
just installed.', HelpFile='', HelpContext='0'
ComPlusInstallExecute:  Error 0x80020009: Failed to invoke 
RegistrationHelper.InstallAssembly() method
ComPlusInstallExecute:  Error 0x80020009: Failed to register .NET assembly
ComPlusInstallExecute:  Error 0x80020009: Failed to register assembly, key: 
CCLComPlusAssembly
ComPlusInstallExecute:  Error 0x80020009: Failed to register assemblies
 
If I uninstall from control panel and reinstall it all works fine.
 
Any ideas what I might be doing wrong?
 
Thanks
 
Dan

This e-mail is confidential and may well also be legally privileged. If you 
have received it in error, you are on notice of its status. Please notify us 
immediately by reply e-mail and then delete this message from your system. 
Please do not copy it or use it for any purposes, or disclose its contents to 
any other person: to do so could be a breach of confidence. Thank you for your 
co-operation. Please contact our IT Helpdesk on +44 (0) 20 7785 2000 or email 
[EMAIL PROTECTED] if you need assistance.

Please refer to http://www.freshfields.com/legalnotice/uk.asp for regulatory 
information relating to the provision of insurance mediation services. 

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Change IIS asp.net version

2007-08-22 Thread daniel . gibbons
Thanks for the response.
I added your code but now when I run the install it modifies the extension and 
only puts one ad entry in so all the others like asp, aspx, ascx are gone so 
nothing works!
 
How do you get around that problem?
 
Thanks
 
Dan
 




From: david adams [mailto:[EMAIL PROTECTED] 
Sent: 21 August 2007 19:19
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Change IIS asp.net version


We use the following to set the ASP.NET version to 2.0.
 
The property identifies the 2.0 framework location from the system 
registry and the WebApplicationExtension sets the 2.0 ASPNET_ISAPI assembly 
for the particular web application.
 
 
Property Id=FRAMEWORKROOT
  RegistrySearch Id=FrameworkRootDir Root=HKLM 
Key=SOFTWARE\Microsoft\.NETFramework Type=directory Name=InstallRoot /
/Property
...
WebApplication Id=TemplateWebApplicationDev AllowSessions=yes 
Buffer=yes ClientDebugging=no DefaultScript=VBScript 
Name=[WEBAPPLICATIONNAME] ServerDebugging=no SessionTimeout=20 
WebAppPool=TemplateAppPool
WebApplicationExtension Extension=ad CheckPath=yes 
Script=yes Executable=[FRAMEWORKROOT]v2.0.50727\aspnet_isapi.dll 
Verbs=GET,HEAD,POST /
...
/WebApplication

David Adams, MCSD 
MSN MessengerID: [EMAIL PROTECTED]






Date: Tue, 21 Aug 2007 16:35:38 +0100
From: [EMAIL PROTECTED]
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Change IIS asp.net version


Hi,
 
I'm using wix v2.0.5206.0.  Is there anyway I can change the 
asp.net version for an IIS application either using built in command or custom 
action?  I've been looking around but can't find much on this.
 
Thanks
 
Dan

This e-mail is confidential and may well also be legally 
privileged. If you have received it in error, you are on notice of its status. 
Please notify us immediately by reply e-mail and then delete this message from 
your system. Please do not copy it or use it for any purposes, or disclose its 
contents to any other person: to do so could be a breach of confidence. Thank 
you for your co-operation. Please contact our IT Helpdesk on +44 (0) 20 7785 
2000 or email [EMAIL PROTECTED] if you need assistance. 


Please refer to http://www.freshfields.com/legalnotice/uk.asp 
for regulatory information relating to the provision of insurance mediation 
services. 





New home for Mom, no cleanup required. All starts here. 
http://www.reallivemoms.com?ocid=TXT_TAGHMloc=us  


This e-mail is confidential and may well also be legally privileged. If you 
have received it in error, you are on notice of its status. Please notify us 
immediately by reply e-mail and then delete this message from your system. 
Please do not copy it or use it for any purposes, or disclose its contents to 
any other person: to do so could be a breach of confidence. Thank you for your 
co-operation. Please contact our IT Helpdesk on +44 (0) 20 7785 2000 or email 
[EMAIL PROTECTED] if you need assistance.

Please refer to http://www.freshfields.com/legalnotice/uk.asp for regulatory 
information relating to the provision of insurance mediation services. 

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now   http://get.splunk.com/___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Change IIS asp.net version

2007-08-21 Thread daniel . gibbons
Hi,
 
I'm using wix v2.0.5206.0.  Is there anyway I can change the asp.net version 
for an IIS application either using built in command or custom action?  I've 
been looking around but can't find much on this.
 
Thanks
 
Dan

This e-mail is confidential and may well also be legally privileged. If you 
have received it in error, you are on notice of its status. Please notify us 
immediately by reply e-mail and then delete this message from your system. 
Please do not copy it or use it for any purposes, or disclose its contents to 
any other person: to do so could be a breach of confidence. Thank you for your 
co-operation. Please contact our IT Helpdesk on +44 (0) 20 7785 2000 or email 
[EMAIL PROTECTED] if you need assistance.

Please refer to http://www.freshfields.com/legalnotice/uk.asp for regulatory 
information relating to the provision of insurance mediation services. 

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now   http://get.splunk.com/___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Logon as service right v2.0.4820.0

2007-04-27 Thread daniel . gibbons
Hi,
 
I'm installing a Windows service and I've been looking around in the 
documentation for a way to grant a user the logon as service right but couldn't 
find anything.  Does anyone have an example or know how this can be 
accomplished.
 
Thanks
 
Dan

This e-mail is confidential and may well also be legally privileged. If you 
have received it in error, you are on notice of its status. Please notify us 
immediately by reply e-mail and then delete this message from your system. 
Please do not copy it or use it for any purposes, or disclose its contents to 
any other person: to do so could be a breach of confidence. Thank you for your 
co-operation. Please contact our IT Helpdesk on +44 (0) 20 7785 2000 or email 
[EMAIL PROTECTED] if you need assistance.

Please refer to http://www.freshfields.com/legalnotice/uk.asp for regulatory 
information relating to the provision of insurance mediation services. 

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Tallow generates invalid names

2007-04-03 Thread daniel . gibbons
Morning Adrian!
 
We originally saw the problem using mallow and during our problem hunting we 
tried tallow just to try and narrow down the problem.  One thing I noticed 
today is that our build server had reset NtfsDisable8dot3NameCreation back to 1 
so looks like we have a policy that is resetting it, but after changing it back 
to 0 and rebooting it works ok with dir names so I'm not sure, sorry!  
 
You could try mallow just to see if it gives you the same result, although I 
expect it will but worth a try anyway.
 
Dan
 
 



From: Adrian Alonso [mailto:[EMAIL PROTECTED] 
Sent: 02 April 2007 19:40
To: GIBBONS, Daniel
Cc: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Tallow generates invalid names


Hi Dan, thanks!... that worked for Files but it not for Directories... do you 
have a similar issue with directories as well?


On 4/2/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: 

Hi,
 
We had this problem recently as well.
 
Have a look at registry setting:

HKLM\System\CurrentControlSet\Control\FileSystem\NtfsDisable8dot3NameCreation 
 
We've got it set to 0 on our build server that was giving us grief 
before.
 
Dan



From: Adrian Alonso [mailto:[EMAIL PROTECTED] 
Sent: 02 April 2007 15:00
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Tallow generates invalid names



Hi, I am experimenting a very weird tallow behavior. Basically I'm 
executing the tallow.exe from a command line and it's generating invalid names 
(with more than 8+3 characters) instead of name/longnames. I'm also using 
tallow in a build process so it produces candle crashes due to invalid names. 
This strange behavior only happens in one machine (tallow had worked fine until 
now and we can't reproduce this behavior in our dev boxes). 

For example: Tallow generates the following:


   Directory Id=directory4 Name=Solutions
  Component Id=component3 DiskId=1 Guid=PUT-GUID-HERE
  File Id=file6 Name=SampleSolution.ico 
src=c:\MySolution\SampleSolution.ico /
  /Component   
   /Directory 


It should has produced Name=Sample~1.ico 
LongName=SampleSolution.ico. Any ideas? Has someone experimented something 
similar?

Thanks,
-Adrian





This e-mail is confidential and may well also be legally privileged. If 
you have received it in error, you are on notice of its status. Please notify 
us immediately by reply e-mail and then delete this message from your system. 
Please do not copy it or use it for any purposes, or disclose its contents to 
any other person: to do so could be a breach of confidence. Thank you for your 
co-operation. Please contact our IT Helpdesk on +44 (0) 20 7785 2000 or email 
[EMAIL PROTECTED] if you need assistance. 



Please refer to http://www.freshfields.com/legalnotice/uk.asp for 
regulatory information relating to the provision of insurance mediation 
services. 





This e-mail is confidential and may well also be legally privileged. If you 
have received it in error, you are on notice of its status. Please notify us 
immediately by reply e-mail and then delete this message from your system. 
Please do not copy it or use it for any purposes, or disclose its contents to 
any other person: to do so could be a breach of confidence. Thank you for your 
co-operation. Please contact our IT Helpdesk on +44 (0) 20 7785 2000 or email 
[EMAIL PROTECTED] if you need assistance.

Please refer to http://www.freshfields.com/legalnotice/uk.asp for regulatory 
information relating to the provision of insurance mediation services. 

-
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 surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Tallow generates invalid names

2007-04-02 Thread daniel . gibbons
Hi,
 
We had this problem recently as well.
 
Have a look at registry setting:
HKLM\System\CurrentControlSet\Control\FileSystem\NtfsDisable8dot3NameCreation
 
We've got it set to 0 on our build server that was giving us grief before.
 
Dan



From: Adrian Alonso [mailto:[EMAIL PROTECTED] 
Sent: 02 April 2007 15:00
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Tallow generates invalid names


Hi, I am experimenting a very weird tallow behavior. Basically I'm executing 
the tallow.exe from a command line and it's generating invalid names (with more 
than 8+3 characters) instead of name/longnames. I'm also using tallow in a 
build process so it produces candle crashes due to invalid names. This strange 
behavior only happens in one machine (tallow had worked fine until now and we 
can't reproduce this behavior in our dev boxes). 

For example: Tallow generates the following:


   Directory Id=directory4 Name=Solutions
  Component Id=component3 DiskId=1 Guid=PUT-GUID-HERE
  File Id=file6 Name=SampleSolution.ico 
src=c:\MySolution\SampleSolution.ico /
  /Component   
   /Directory 


It should has produced Name=Sample~1.ico LongName=SampleSolution.ico. Any 
ideas? Has someone experimented something similar?

Thanks,
-Adrian


This e-mail is confidential and may well also be legally privileged. If you 
have received it in error, you are on notice of its status. Please notify us 
immediately by reply e-mail and then delete this message from your system. 
Please do not copy it or use it for any purposes, or disclose its contents to 
any other person: to do so could be a breach of confidence. Thank you for your 
co-operation. Please contact our IT Helpdesk on +44 (0) 20 7785 2000 or email 
[EMAIL PROTECTED] if you need assistance.

Please refer to http://www.freshfields.com/legalnotice/uk.asp for regulatory 
information relating to the provision of insurance mediation services. 

-
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 surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] COM+ install not working on servers

2007-02-07 Thread daniel . gibbons
Hi,
 
I have a COM+ installation (built with Wix 2.0.4820.0) that works on W2K Pro 
machines but not on any servers.  I tested the install on 3 clean W2K clients 
but when it comes to any server install (W2K or W2K3 SP1) I get the following 
error:
 
MSI (s) (24:FC) [10:12:17:137]: Invoking remote custom action. DLL: 
C:\WINDOWS\Installer\MSI139.tmp, Entrypoint: ComPlusInstallExecute
ComPlusInstallExecute:  ErrorInfo: Name='C:\Program 
Files\Freshfields\CMO\cmoaml.dll', ErrorCode='-2146368472', 
MajorRef='C:\Program Files\Freshfields\CMO\cmoaml.dll', MinorRef='invalid'
ComPlusInstallExecute:  Error 0x80110401: Failed to install components
ComPlusInstallExecute:  Error 0x80110401: Failed to register native assembly
ComPlusInstallExecute:  Error 0x80110401: Failed to register assembly, key: 
AMLComPlusAssembly
ComPlusInstallExecute:  Error 0x80110401: Failed to register assemblies
Action ended 10:12:18: InstallFinalize. Return value 3.
MSI (s) (24:4C) [10:12:18:090]: User policy value 'DisableRollback' is 0
MSI (s) (24:4C) [10:12:18:090]: Machine policy value 'DisableRollback' is 0

Here's the PCA fragment:
 
Component Id=CMOAMLCOMP 
Guid=2200C6F4-F670-445D-A951-AF1D709E3AD3 KeyPath=no
  File Id=CMOAMLDLL Name=cmoaml.dll LongName=cmoaml.dll 
Source=..\CMOAML\CMOAML.dll Vital=yes DiskId=1 Assembly=no 
KeyPath=yes SelfRegCost=1
  /File
  pca:ComPlusApplication Id=CMOAMLCOMPLUS Name=Anti Money 
Laundering ApplicationAccessChecksEnabled=no Identity=*** Password=***
pca:ComPlusApplicationRole Id=AMLAdminRole Name=BATAdmin
/pca:ComPlusApplicationRole
pca:ComPlusAssembly Id=AMLComPlusAssembly Type=native 
DllPath=[#CMOAMLDLL]
  pca:ComPlusComponent Id=CMOAML.AdhocProcess 
CLSID=053E8427-17A3-4A21-A8C1-BBC71853F9F3 Transaction=none /
  pca:ComPlusComponent Id=CMOAML.AuditRegister 
CLSID=E7E574C5-EB9D-41E9-9B28-E41DF1BB5590 Transaction=requiresNew /
  pca:ComPlusComponent Id=CMOAML.AustrianStubProcess 
CLSID=5E62B7E1-1DBE-47C9-BC65-E7DE4C4E7EBD Transaction=none /
/pca:ComPlusAssembly
  /pca:ComPlusApplication
/Component
 
I've tried copying the msi and related files locally and network installations 
but nothing seems to work for server installs.
 
Any ideas as I'm stuck and need to get it working!!
 
Thanks in advance
 
Dan
 
 

This e-mail is confidential and may well also be legally privileged. If you 
have received it in error, you are on notice of its status. Please notify us 
immediately by reply e-mail and then delete this message from your system. 
Please do not copy it or use it for any purposes, or disclose its contents to 
any other person: to do so could be a breach of confidence. Thank you for your 
co-operation. Please contact our IT Helpdesk on +44 (0) 20 7785 2000 or email 
[EMAIL PROTECTED] if you need assistance.

Please refer to http://www.freshfields.com/legalnotice/uk.asp for regulatory 
information relating to the provision of insurance mediation services. 

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] IniFileSearch

2006-12-12 Thread daniel . gibbons
Hi,
 
Does anyone know if there is a way I can get IniFileSeach to look in the 
current directory where the MSI is rather than the Windows directory?
 
What I'm doing is storing server specific database details do that when I run 
the installer it picks up the correct environment details based on the computer 
name.
I've got this working with ini file in the Windows directory but it's not ideal.
 
And any thoughts on how upgrading or repairing would work afterwards as well?  
I.e. where would it try and look for the ini file again.
 
Thanks
 
Dan

This e-mail is confidential and may well also be legally privileged. If you 
have received it in error, you are on notice of its status. Please notify us 
immediately by reply e-mail and then delete this message from your system. 
Please do not copy it or use it for any purposes, or disclose its contents to 
any other person: to do so could be a breach of confidence. Thank you for your 
co-operation. Please contact our IT Helpdesk on +44 (0) 20 7785 2000 or email 
[EMAIL PROTECTED] if you need assistance.

Please refer to http://www.freshfields.com/legalnotice/uk.asp for regulatory 
information relating to the provision of insurance mediation services. 

-
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 surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users