[WiX-users] WiX 3 - LGHT0130 primary key duplicated in Registry

2008-10-16 Thread ben
e error about the duplicate key in Registry when compiling. Note that I have another 1100 entries much like the above. My question is simple. What do I need to change in the WiX file to get the system to register things in the same was as regasm /codeb

[WiX-users] Ongoing problems

2008-10-21 Thread ben
aving previously jettisoned the dreadful InstallShield. Thank you, Ben. - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & w

Re: [WiX-users] outlook com addin

2007-11-23 Thread Ben
Try running heat on a directory (not just a file) that contains all the assemblies you need to register. Ben Reichelt wrote: I am making an installer for an Outlook vb6 COM addin. The addin consists of 7 COM assemblies that need to be copied to the target machine and then have regsvr32

[WiX-users] LGHT0216: An unexpected Win32 exception with error code 0x643 occurred: Fatal error during installation

2008-01-15 Thread ben
Alternatively any suggestions on how I might perform a remote build from a Unix machine within using Cygwin's SSH. I guess I could install a native ssh server (e.g. freeSSHd). Any other recommendations? Many thanks, Ben. -

[WiX-users] Simple splash screen

2011-06-30 Thread Ben Peikes
I'm new to WIX. I downloaded 3.5 and am using it integrated with VS 2010. I have my first installer working. It just installs two files. I'd like to add a splash screen which can prompt the user to continue/cancel. I've tried following the tutorial, but I can't even seem to get the example using "C

[WiX-users] Creating a "hotfix" patch for an installer built with VS

2011-07-12 Thread Ben Peikes
We have an old project whose installer was built using VS. I need to replace one of the files, so I want to create an installer with WIX which just installs a single file. The "hotfix" installer I've created works fine when installed, but when it gets uninstalled, it removes the file. I'd like it t

[WiX-users] Is ClickThrough project still alive?

2010-09-04 Thread Ben Lau
Hi , I find ClickThrough information from wix.sourceforge.net/clickthrough.html , however , I can not find any link to download and document talk about how it works. I wonder is it still alive? Is there any other tool can replace ClickThrough? Thanks for any advise. -

Re: [WiX-users] Is ClickThrough project still alive?

2010-09-05 Thread Ben Lau
Hi Rob, Thanks for reply. As 4.0 is not released yet , can I use ClickThrough with 3.5/3.6? On Sun, Sep 5, 2010 at 1:57 PM, Rob Mensching wrote: > ClickThrough was moved to WiX v4.0. > > On Sat, Sep 4, 2010 at 11:09 AM, Ben Lau wrote: > >> Hi , >> >>  I find

[WiX-users] Digitially signing a bundle

2012-10-06 Thread Ben Clothier
ets as I _think_ it does no harm to have them in there since I'm just changing the built-in targets so that WiX will sign anything that's includedŠ right? Ben -- Don't let slow site performance ruin your bus

Re: [WiX-users] Digitially signing a bundle

2012-10-07 Thread Ben Clothier
the PostBuild and deleted the empty PostBuild element from both wixproj. Is there something else I'm missing? Ben On 10/6/12 11:15 AM, "Milan Kaše" wrote: >In your bundle a MSIs wixprojs set SignOutput to true: > > > >... >true > > >Then for M

Re: [WiX-users] Digitially signing a bundle

2012-10-07 Thread Ben Clothier
much, Milan! Ben On 10/7/12 9:40 AM, "Ben Clothier" wrote: >Milan, > >Thank you very much for your helpful advice. > >I've added SignOutput to both my MSI and Bundle WIX projects. There were >multiple PropertyGroup elements in both but since they had no attributes I

[WiX-users] Zip File Manipulation

2014-05-15 Thread Ben Metheny
Are there any existing custom actions that can compress a directory or list of files into a zip? I need this because part of the install payload is an 'App Package', this is a '.app' file which is just a zip with alternate extension. I need to modify an XML file which is the 'manifest' for this 'Ap

Re: [WiX-users] unsubscribe

2014-05-16 Thread Ben Metheny
gt; Build & Install Engineer - ESA > Jack Henry & Associates, Inc.® > Shawnee Mission, KS 66227 > Office: 913-341-3434 x791011 > jocoo...@jackhenry.com > www.jackhenry.com<http://www.jackhenry.com> > > > > -Original Message- > From: Ben Metheny [m

[WiX-users] Uninstall then Reinstall Same Package

2014-05-30 Thread Ben Metheny
I have a requirement to allow 'overwrite' of same version. I've tried various combinations of , here is my current: and in InstallExecuteSequence I have: I think the 'right' thing to do is to require uninstall and then reinstall 'manually', but my requirement is to allow u

Re: [WiX-users] Uninstall then Reinstall Same Package

2014-05-30 Thread Ben Metheny
gt; jocoo...@jackhenry.com > www.jackhenry.com > > > > -Original Message- > From: Ben Metheny [mailto:benmeth...@gmail.com] > Sent: Friday, May 30, 2014 11:03 AM > To: WiX-users@lists.sourceforge.net > Subject: [WiX-users] Uninstall then Reinstall Same Package

Re: [WiX-users] Re-using a component multiple times in different features

2009-06-22 Thread Ben Hegarty
What I really need is for the component to be action-ed for each of the features that are selected, because the feature name is going to be different for each one...Is this even possible or do I need to basically duplicate the sql for each feature.. On Mon, Jun 22, 2009 at 10:34 AM, Kim Gybels wr

[WiX-users] Change Add/Remove Programs buttons

2009-07-28 Thread Ben Hegarty
Hi, Does anyone know how to change the behaviour of the add/remove programs window so that it has a combined 'change/remove' button instead of separate ones? Cheers -- Let Crystal Reports handle the reporting - Free Crystal

Re: [WiX-users] Change Add/Remove Programs buttons

2009-07-28 Thread Ben Hegarty
yler.com > wrote: > Hi Ben, > > The only valid options are using ARPNOMODIFY and ARPNOREMOVE to > disable the change and/or remove button. The ARP control panel seems > to know when a Windows Installer package handles Modify different from > Remove, so you'd have to remove

[WiX-users] location of the definition of $(WIX) vcproj macro

2009-08-05 Thread Ben Hegarty
Does anyone know where this macro id defined? I'm having some isses building a C++ custom action in wix 3.5... Regards -- Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your rep

Re: [WiX-users] location of the definition of $(WIX) vcproj macro

2009-08-05 Thread Ben Hegarty
paths contain the $(WIX)sdk\inc path, any ideas? Regards Ben On Wed, Aug 5, 2009 at 12:14 PM, Kim Gybels wrote: > > > Does anyone know where this macro id defined? I'm having some isses > building > > a C++ custom action in wix 3.5.. > Isn't this an environment var

[WiX-users] util:xmlfile writing the entire xml to a single line

2009-08-26 Thread Ben Hegarty
Hi, Does anyone know why if we have a whole hunk of xml to write and we do so using the util:xmlfile it all gets output into the xml file as a single line? Regards Ben -- Let Crystal Reports handle the reporting - Free

[WiX-users] Bootstrap x86 + x64 Framework v2?

2009-02-27 Thread Ben Cheetham
completed so far. It's just the deployment of the x64 version of the framework I'm stuck with. Any advice gratefully received! Thanks, Ben -- Open Source Business Conference (OSBC), March 24-25, 2009, S

Re: [WiX-users] Bootstrap x86 + x64 Framework v2?

2009-02-27 Thread Ben Cheetham
Hi, Combine them how? Do you mean you actually combined the files into one single executable? Thanks, Ben -Original Message- From: Anu Dev [mailto:queryl...@yahoo.com] Sent: 27 February 2009 11:38 To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Bootstrap x86 + x64

Re: [WiX-users] Help needed

2009-02-27 Thread Ben Cheetham
I found the Bootstrapper Manifest Generator useful for this. http://code.msdn.microsoft.com/bmg Ben -Original Message- From: Christopher Karper [mailto:christopher.kar...@gmail.com] Sent: 27 February 2009 13:43 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX

Re: [WiX-users] Bootstrap x86 + x64 Framework v2?

2009-03-03 Thread Ben Cheetham
could send to the mailing list (or me directly)? Thanks, Ben -Original Message- From: Anu Dev [mailto:queryl...@yahoo.com] Sent: 01 March 2009 05:32 To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Bootstrap x86 + x64 Framework v2? Hi Ben If you have the bootstrapper package

[WiX-users] System Restore

2009-03-03 Thread Ben Cheetham
Is a System Restore Point automatically created either before and/or after a Windows Installer installation is run? If not, is it possible to force the creation of one via a custom action or otherwise? Thanks, Ben

[WiX-users] New Wix User v3

2009-04-07 Thread Ben Charlton
Sorry to ask stupid questions all but I am a new wix user – I decided to skip learning v2 and just throw myself into v3 Going pretty well but it seems to me the v3 installer doesn’t include the .wix libraries ie wixui.wixlib etc or the localization files…. I did try the v2 files but obviously the

Re: [WiX-users] New Wix User v3

2009-04-08 Thread Ben Charlton
Fixed - I worked it out thanks anyhow --- now dlls... all ok -Original Message- From: Ben Charlton [mailto:benjamin.charl...@ascotvetsurgery.com.au] Sent: Wednesday, 8 April 2009 4:11 PM Subject: [WiX-users] New Wix User v3 Sorry to ask stupid questions all but I am a new wix user – I

[WiX-users] Problem with my Custom UI in Wix v3

2009-04-09 Thread Ben Charlton
Here is my Ui text from my wix installer...(see bottom) I am trying to add a custom dialog after the license and before the SetupTypedlg - compiles fine no errors but the MSI doesn’t do as intended Jumps from Licence to setup? Any tips on how to get this working...I tried including DialogRefs li

[WiX-users] User's Environment Variable in DirectorySearch

2009-04-30 Thread Ben Axelrod
ork. Note that I am not looking to use pre-processor variables such as $(env.HOMEDRIVE)$(env.HOMEPATH) because then the string would be tied to my user directory, and not the person who is running the installer. Is this possible, or do I have to get this info out of the registry? Th

[WiX-users] help, custom action preventing uninstall

2009-05-03 Thread Ben Axelrod
y, my custom action should only be run during the install phase... is there some handy condition that I should use? Thanks, -Ben 1 1 1 1 1 1 -- Register Now & Save for Velocity

[WiX-users] Set the InstallExecuteSequence condition on a Custom Action from a Merge Module

2008-10-13 Thread Ben Greenberg
, Ben - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event

Re: [WiX-users] Defining variable

2008-10-13 Thread Ben Greenberg
Just do it like this: No need for $(var.X) syntax in this case. Ben Alex Ivanoff wrote: > Why does the following not work: > > > > > > What I am trying to do is define variable if it was not defined through > comma

Re: [WiX-users] Set the InstallExecuteSequence condition on a Custom Action from a Merge Module

2008-10-14 Thread Ben Greenberg
Is this by design? Any suggestions for a reasonable work around? Thanks, Ben Bob Arnson wrote: > Ben Greenberg wrote: > >> I am including a Merge Module in my MSI that includes a few CAs. I want >> to allow the user to pass a command line property to skip these CAs. &g

[WiX-users] Does this violate component rules?

2008-10-14 Thread Ben Greenberg
question, I know, but the community is great on this list. Thanks, Ben - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK &

Re: [WiX-users] Does this violate component rules?

2008-10-15 Thread Ben Greenberg
ll it remain at 1.0? Thanks Ben Rob Mensching wrote: > No. Components installed in different directories is handled by the Windows > Installer. As long as the Components have the same Resources the reference > counting is correct. > > -Original Message- > From: Ben G

[WiX-users] How to manually remove a permanent component

2008-10-20 Thread Ben Greenberg
Is there a way to remove permanent components from the WI database after the owner product has been removed? I realize you cannot do this within an MSI package, but I'm looking for a msizap type approach. Thanks

Re: [WiX-users] How to manually remove a permanent component

2008-10-20 Thread Ben Greenberg
Yes, but like msizap, it only removes products, not individual components. Ryan O'Neill wrote: > Have you tried Windows Installer cleanup utility from MS? Much nicer than > MSIZap. > > -Original Message- > From: Ben Greenberg [mailto:[EMAIL PROTECTED] > Sent: 20

Re: [WiX-users] Votive under VS2005 reports "This installation is forbidden by system policy" when running as LUA

2007-05-29 Thread Ben Day
e), how do I specify "-sval"? Thanks, -Ben Day Microsoft MVP for C# Rob Mensching-2 wrote: > > Validation (which is executed by default) starts up the Windows Installer > engine. If you have the Windows Installer engine disabled, validation > will always fail. Yo

Re: [WiX-users] Votive under VS2005 reports "This installation is forbidden by system policy" when running as LUA

2007-05-29 Thread Ben Day
n the "Light Advanced Settings" dialog, click the "Suppressions" tab 6. Check "Supress MSI/MSM validation" 7. Click OK 8. Save the file (CTRL-S) This fixed my immediate LGHT0216 error but I'd still like to solve the underlying issue. Thanks, -Ben Ben Day w

Re: [WiX-users] wix as a wrapper for NSIS

2007-06-08 Thread Ben Greenberg
You may want to consider writing a bootstrapper that strings together your MSI and NSIS packages and installs them sequentially. You can write the bootstrapper in NSIS as well. Then all you need is a simple NSIS uninstall script that calls uninstall on your packages. This way you can avoid a

[WiX-users] Dynamically grab directory value

2007-08-16 Thread Ben Greenberg
ted a runtime? Thanks, Ben - 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 co

[WiX-users] WixDifxAppExtension Build

2007-08-17 Thread Ben Greenberg
'CustomAction:MsiProcessDrivers' in section 'Fragment:'. I recall there being a bug in WiX 3.0 regarding this extension. Am I doing something wrong, is there a work around, or do the latest nightlies fix this? Thanks, Ben -

[WiX-users] How to display text in /qb! dialog

2007-08-22 Thread Ben Greenberg
attribute set in the Package element of my package. Does anyone have any ideas? Thanks, Ben - This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log

Re: [WiX-users] How to display text in /qb! dialog

2007-08-23 Thread Ben Greenberg
, Ben On Thu, 23 Aug 2007 08:57:55 -0700, Bob Arnson <[EMAIL PROTECTED]> wrote: > Ben Greenberg wrote: >> I have created an MSI with WiX that I am installing via a bootstrapper. > I install the MSI by passing /qb! to msiexec. I have seen packages > installed this way where M

[WiX-users] Setting System Path After Restart

2007-08-24 Thread Ben Greenberg
Path, and when I click OK, it refreshes and works properly. Is this an issue with Windows Installer or is it designed behavior? Is there a proper workaround to this issue? Thanks, Ben - This SF.net email is sponsored by

[WiX-users] SqlExtension Rollback

2007-09-17 Thread Ben Greenberg
After a SqlScript element is successfully executed, will it be rollbacked if the installer fails after that point? I see that a RollbackExecuteSqlStrings CA is created. If it does rollback, how is this accomplished at the SQL Server level? Thanks, Ben

Re: [WiX-users] MSBuild

2007-09-27 Thread Ben Greenberg
MSBuild only operates on Visual Studio project and solution files. You need to create a WiX project using Votive, and include your wxs in it. Then you can run MSBuild on that project file. bg On Thu, 27 Sep 2007 15:24:26 -0500, Jessi Darling <[EMAIL PROTECTED]> wrote: > Instead of using a solu

[WiX-users] Attaching Condition to a CA from Merge Module

2007-10-01 Thread Ben Greenberg
since MsiProcessDrivers is declared in the Difx MSM, light doesn't know about it and complains that CustomAction:MsiProcessDrivers is an unresolved symbol reference. Is there a way to do this in WiX? Thanks, Ben - This

Re: [WiX-users] Driver installation linker error

2007-10-02 Thread Ben Greenberg
I got this to work in WiX3 by linking to WixDifxAppEntension and adding the Custom Actions manually: Those DLLs are from Difx distribution. bg On Tue, 02 Oct 2007 09:08:10 -0700, Bob Arnson <[EMAIL PROTECTED]> wrote: > bcs wrote: >> I am trying to install

Re: [WiX-users] Zip files and Wix Can It Be Done

2007-10-04 Thread Ben Greenberg
If you are distributing a bundle of files via Windows Installer, you should really use Windows Installer's notion of components for handling paths and everything else. If you simply embed another file package inside of an MSI, there is really no point to be using the MSI in the first place.

Re: [WiX-users] Samples for 3.0

2007-10-08 Thread Ben Greenberg
The WiX Wiki (http://www.wixwiki.com), is far from complete, but does have some good examples for Custom Actions, UI, and some of the WiX extensions. bg On Mon, 08 Oct 2007 07:36:50 -0700, Craig Miller <[EMAIL PROTECTED]> wrote: > x2 > > I have the same need, but haven't said anything since it

[WiX-users] Removing files from components

2007-10-08 Thread Ben Greenberg
point? Thanks, Ben - 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

[WiX-users] System.Security.SecurityException when running candle

2006-09-11 Thread Ben Weatherman
use CasPol? Thanks in advance, Ben - 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

[WiX-users] Votive 3 Project Variables

2006-12-06 Thread Ben Rampling
I've recently upgraded some Votive projects from version 2 to version 3. In version 2, the following preprocessor variables existed: var..ConfigurationName var..ProjectDir var..ProjectDosFileName var..TargetDir var.SolutionDir (etc) In Votive 3, they don't seem to exist. I've checked the source t

Re: [WiX-users] Embedding a directory with files

2006-12-08 Thread Ben Rampling
://www.tramontana.co.hu/wix/lesson5.php#5.2 (If you are using version 3, Heat.exe has replaced Tallow.exe) Regards, Ben On 28/11/2006, at 7:01 PM, Subscriber wrote: > Hi, > > I would like to embed an entire directory including subfolders and > files > into my MSI package, but how do I do

[WiX-users] WiX and PocketPC installations

2007-01-18 Thread Ben Sion
PocketPC? If this is not possible does anyone know of another tool that can create PocketPC installers AND be integrated into a build environment outside Visual Studio? thanks in advance, Ben - Take Surveys. Earn Cash

[WiX-users] Inconsistently uninstalling windows service

2007-11-12 Thread Ben Reichelt
es but I haven't seen anything that would be allowing me to create the registry keys, but then not allow me to remove them. Has anyone seen this behavior before, with or without Citrix? Thanks in advance Ben - This SF.net

Re: [WiX-users] Inconsistently uninstalling windows service

2007-11-13 Thread Ben Reichelt
, 2007 10:35 AM, Bob Arnson <[EMAIL PROTECTED]> wrote: > Ben Reichelt wrote: > > The msi package installs and uninstalls correctly on my dev machine > > (WinXP) and another dev server (Win2k3). There are two servers that > > the msi fails to uninstall correctly. The files are

Re: [WiX-users] Inconsistently uninstalling windows service

2007-11-13 Thread Ben Reichelt
I solved the problem, an earlier version of the application had been installed using the msi packages, and then manually deleted without actually uninstalling it. Uninstalling these older msi's fixed my windows service issues. Thanks for your help Bob On Nov 13, 2007 12:43 PM, Ben Rei

[WiX-users] outlook com addin

2007-11-23 Thread Ben Reichelt
I am making an installer for an Outlook vb6 COM addin. The addin consists of 7 COM assemblies that need to be copied to the target machine and then have regsvr32 called on each assembly. I have read that calling out to regsvr32.exe from the msi is not recommended and instead you should manually cr

Re: [WiX-users] outlook com addin

2007-11-24 Thread Ben Reichelt
I tried running heat on the directory with my .dlls and .ocxs, but it would just hang :( I tried the suggestion of setting the SelfRegCost='1' on each component and that did the trick, thanks for the replies. ben On Nov 23, 2007 7:20 PM, Ben <[EMAIL PROTECTED]> wrote: > Tr

Re: [WiX-users] Detecting Which version of SQL is installed

2007-11-24 Thread Ben Reichelt
I would guess you'd have to write a custom action to investigate what they had installed and set it to a variable (like you suggested). However, just because someone has Sql Server or Sql Express doesn't guarantee that it will just be [COMPUTERNAME] or [COMPUTERNAME]\SQLEXPRESS. You can install ei

Re: [WiX-users] LGHT0216: An unexpected Win32 exception with

2008-01-16 Thread Ben Middleton
works as expected. It must have been an issue with the combination of running sshd as a different user to the build login user (on the face of it, both users had identical permissions). Thanks for your help. Ben - This SF.n

[WiX-users] Problem Patching: Error 2920: Source directory not specified for file

2008-01-16 Thread Ben Greenberg
problem with this package. The error code is 2920. The arguments are: MyNewDll.dll, , Does anyone have any ideas? I realize that this may be a Patchwiz problem, not a WiX problem, but since I'm doing most everything in

Re: [WiX-users] Advanced bootstrapper, does it exist?

2008-01-22 Thread Ben Greenberg
de samples around for complex tasks, and the community forums are active and helpful. Ben Christopher Painter wrote: All of the bootstrapper I've seen from every vendor is limited in one way or another. Eventually you will find you rolling your own. */Igor Lemsky <[EMAIL PROTECTED]>

Re: [WiX-users] Bootstrapper and MsiInstallProduct

2008-01-22 Thread Ben Greenberg
Perhaps you can try shelling out and running msiexec.exe with logging enabled. Even if it still doesn't work, you may have a more descriptive error message. bg Krause, Henning wrote: > Hello, > > I'm writing a setup-bootstrapper which installs some required software > before the actual MSI is

[WiX-users] REINSTALLMODE and the v option

2008-01-24 Thread Ben Greenberg
it not be used when installing a new feature? I've used it in the past for patching scenarios where the patch introduces a new feature that needs to be added. Thanks, Ben - This SF.net email is sponsored by: Mic

[WiX-users] Is there a way to override the Permanent attribute on a component?

2008-01-25 Thread Ben Greenberg
internally, I would like components to be removed when the MSI is uninstalled. Is there a way to override the Permanent attribute on components at install time, or a way to force permanent components to be removed at uninstall? Thanks, Ben

Re: [WiX-users] Unzip a .zip file in MSI

2008-01-27 Thread Ben Greenberg
Xin Liu (Intl Vendor) wrote: > > Hi Wix: > > In our msi there is a .zip file needed to be unzipped to target folder > during installation. Does Wix directly support this kind of action? > > > > Thanks, > > Xin Liu > No. See this thread for a discussion of this topic: http://www.nabble.com/Zip-

Re: [WiX-users] Unzip a .zip file in MSI

2008-01-29 Thread Ben Greenberg
[EMAIL PROTECTED] wrote: Another Richard wrote: There are times when I think the "unzip files" approach is legitimate. For instance, suppose you have a bunch of data files that represent a snapshot in time for a dynamically updating service. The service, when run, will consume th

[WiX-users] Asking the user a yes/no question

2008-04-29 Thread Ben Greene
Hi, I've been searching the archives trying to find out if I can do this, but I can't find out how I'd go about it. I would like to be able to pop up a message box, asking the user a question, with 'yes' and 'no' buttons. If the user presses 'Yes', I would like a CustomAction to execute. Is t

Re: [WiX-users] Asking the user a yes/no question

2008-04-30 Thread Ben Greene
ribute, but then the AskConfigureSQL dialog didn't show at all. Here's the relevant section of my customized WixUI_Modo.wxs file: 1 1 Can anyone offer any advice? Thanks From: Christopher Painter [mailto:[EMAIL PROTECTED] Sent: Wednesday, 30 April 2008 10:25 PM To: Ben Greene; wix-users

[WiX-users] CustomAction to install the JRE to a subdirectory of TARGETDIR

2008-05-05 Thread Ben Greene
Hi, I'm having some trouble installing the JRE into a subdirectory of the install directory (we need a certain version of JRE and don't want to interfere with other versions). I'm trying to do this with the following CustomAction: This doesn't seem to work though. When I run it either nothi

[WiX-users] Error 2909 in ComponentUnregister for every component

2008-06-11 Thread Ben Greene
Hi, I'm working on a WiX installer which has been working fine for a while now. Recently I added some custom actions to restart services and now, at the end of the install, I get the following error: MSI (s) (04:50) [14:36:33:699]: Executing op: ComponentUnregister(ComponentId={D897E9C1-0F01-48

[WiX-users] ComponentRegister/ComponentUnregister problem on reinstall

2008-06-16 Thread Ben Greene
n each one, the product installs correctly. After this, if I try to uninstall again there doesn't seem to be a problem, but no files get removed. Does anyone know how I could fix this? I think I could add an entry to the error table to suppress the messages, but the uninstall still see

[WiX-users] Problem with ComponentUnregister on reinstall

2008-06-24 Thread Ben Greene
Hi, I've posted this issue before and didn't get any replies, so if there's a better (MSI-specific?) place to post this, I'm happy to do that. I'm having an issue with an installer I've created with WiX. I'm using the latest weekly version, and before that was using a version 4 or 5 releases b

Re: [WiX-users] Problem with ComponentUnregister on reinstall

2008-06-26 Thread Ben Greene
ks trying different things to fix this problem. Ben -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Brian Rogers Sent: Wednesday, 25 June 2008 3:37 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Problem with ComponentUnr

Re: [WiX-users] Problem with ComponentUnregister on reinstall

2008-06-30 Thread Ben Greene
Brian, I see your point. I'll give your other suggestions a try. However, I still needed to reduce the number of components, as on a completely fresh install of XP SP3 my product alone overloaded the key. Ben -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTE

Re: [WiX-users] Reset button in CustomizeDlg doesn't reset Location Text

2007-06-22 Thread Ben Kaizi-Lutu
From: Ben Kaizi-Lutu Sent: Friday, June 22, 2007 4:00 PM To: Windows Installer XML; Windows Installer Xml Virtual Team Subject: Reset button in CustomizeDlg doesn't reset Location Text Hi, I have been struggling to fix an issue and I am finally giving up and looking for help. Here is the

Re: [WiX-users] Reset button in CustomizeDlg doesn't reset Location Text

2007-06-23 Thread Ben Kaizi-Lutu
I really wanted this to work. Is there a way that I can change the Feature location e.g through a custom action? From: Bob Arnson [mailto:[EMAIL PROTECTED] Sent: Friday, June 22, 2007 10:02 PM To: Ben Kaizi-Lutu Cc: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Reset button in

[WiX-users] CustomAction in a Module to be executed as a Launchcondition?

2008-04-03 Thread BEN, Bent Nicolaisen, AT
Hi all! I have a small problem. In a Module I would like to test that another module is already installed. In the Product I can use the following: OLD_CORE_IS_INSTALLED OR Installed That will give the error dialog and the install aborts, just as I

Re: [WiX-users] CustomAction in a Module to be executed as a Launchcondition?

2008-04-04 Thread BEN, Bent Nicolaisen, AT
Hi Bob That works like I wanted it, thanks! Bent From: Bob Arnson [mailto:[EMAIL PROTECTED] Sent: 4. april 2008 01:56 To: BEN, Bent Nicolaisen, AT Cc: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] CustomAction in a Module to be executed as

[WiX-users] Visite mon profil Netlog

2008-04-20 Thread selam ben ece 0546 332 12 20 telefonum ararmisin 0546 332 12 20 tanisalim
tlog et de créer gratuitement ton propre profil. A tout de suite ! selam ben ece 0546 332 12 20 Voici le lien : http://fr.netlog.com/go/mailurl/type=invite&mailid=42194894&id=1&url=-L2dvL3JlZ2lzdGVyL2lkPTc4MTM1MTY2MiZpPXQ0MjE5NDg5NDE_ ---