[WiX-users] condition for install state of shared component across MSIs

2009-06-24 Thread dangle123
Given two MSIs that have a shared component (same component GUIDs), how could I condition a custom action based on the install state of the shared component? If the component is already installed by one MSI, when installing the second MSI, the condition in the second MSI should evaluate to tru

[WiX-users] Redefining localizable string to non-localizable strings.

2006-09-13 Thread dangle123 ...
How do you redefine the data type of the attributes of the Registry table that are localizable string to non-localizable string in WIX? - Using Tomcat but need to do more? Need to support web services, security? Get stuff don

Re: [WiX-users] Error 1303. The installer has insufficientprivilegesto access this directory..

2006-09-07 Thread dangle123 ...
6.0.3790.1830);Thu, 7 Sep 2006 15:19:21 -0700 Verify that the SYSTEM account is allowed access? Should be Full Control, I believe.   Phil Wilson From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of dangle123 ...Sent: Thursday, September 07, 2006 1:15 PMTo: wix-users@lists.sourceforge.n

[WiX-users] Error 1303. The installer has insufficient privileges to access this directory..

2006-09-07 Thread dangle123 ...
Any reason why we are getting this error even though the logged on user has admin privilege? Error 1303. The installer has insufficient privileges to access this directory: C:\Config.Msi. Thanks in advance! - Using Tomcat but

[WiX-users] The property name that I set on the command line becomes all upper cased

2006-08-16 Thread dangle123 ...
When I try to set a property throught the command line as follows, the name received as upper case by the MSI. msiexec.exe /i sample.msi /l*v c:\sample.log PropertyName="SomeValue" PropertyName becomes PROPERTYNAME as indicated in the log.   Is there a way to prevent the property name from changing

[WiX-users] ProgramMenuFolder and validation error

2006-07-29 Thread dangle123 ...
When defining a component with "ProgramMenuFolder" as the directory path for a menu item, an ICE38 validation error occur indicating that the component installs to user profile and that it must use a reg key under HKCU as its KeyPaths.  Since I have the property ALLUSERS=1 set doesn't this indicate

[WiX-users] shortcut and validation error

2006-07-28 Thread dangle123 ...
I have a shortcut component in my setup package that fails ICE validation because it doesn't "use a registry key under HKCU as its KeyPath".   I have the ALLUSERS property set to 1.   This will set the ProgramMenuFolder to the "All Users" profile.  Why does it still need to have a registry key unde

[WiX-users] How to check for install state of a WI product.

2006-06-27 Thread dangle123 ...
Is calling "MsiEnumRelatedProduct" with an upgrade code and then call "MsiQueryProductState"  the correct way to check whether a WI product is installed? thx! -- Leo Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to

[WiX-users] What's the best way to check whether IIS 6.0 or higher is installed on system?

2006-06-26 Thread dangle123 ...
  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=lnk&kid=120709&bid=263057&dat=12

Re: [WiX-users] Determine if in rollback mode fromnon-deferred customaction.

2006-06-16 Thread dangle123 ...
ere are files in a folder that was not created by the installer package it will not remove the folder... --- Leo From:  Bob Arnson <[EMAIL PROTECTED]>To:  "dangle123 ..." <[EMAIL PROTECTED]>CC:  wix-users@lists.sourceforge.netSubject:  Re: [WiX-users] Determine if in ro

Re: [WiX-users] Determine if in rollback mode from non-deferred customaction.

2006-06-15 Thread dangle123 ...
How do I rollback an immediate (not deferred) custom action? Thanks, ---Leo From: "dangle123 ..." <[EMAIL PROTECTED]>To: wix-users@lists.sourceforge.netSubject: [WiX-users] Determine if in rollback mode from non-deferred customaction.Date: Thu, 15 Jun 2006 17:34:10 -0700MI

[WiX-users] Determine if in rollback mode from non-deferred custom action.

2006-06-15 Thread dangle123 ...
How do I check from a non-deferred custom action that an install/uninstall was rolled back? Thanks, --Leo ___ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users

Re: [WiX-users] Why doesn't Windows Installer remove the old version in an upgrade?

2006-06-09 Thread dangle123 ...
Message Follows From: Bob Arnson <[EMAIL PROTECTED]> To: "dangle123 ..." <[EMAIL PROTECTED]> CC: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Why doesn't Windows Installer remove the old version in an upgrade? Date: Fri, 09 Jun 2006 14:59:45 -0700

[WiX-users] Why doesn't Windows Installer remove the old version in an upgrade?

2006-06-09 Thread dangle123 ...
I have the custom action specified in the install execute sequence table but the old version does not get removed? Why? Thanks, -- Leo ___ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/