[WiX-users] Uninstall / Update forgetting files ... still

2009-04-01 Thread Adam Burton
Hi, I never got sent the email I sent to wix-users so couldn't see how to reply to my previous email, so forced to re-post. Below is my previous email. >Hi, >there is something I am obviously doing seriously wrong with a particular >installer I have, but I am clueless as to what. > >Installing, wo

Re: [WiX-users] Heat missing some RegistryValue elements (Programmable) from VB6 code?

2009-04-01 Thread Roy Abou Assaly
I have just tried the latest version 3.0.5120.0 and the programmable attribute on is set for your dll on the ClassId e.g. If you are not already you may also want to try the -svb6 option with Heat as that will remove the VB6 runtime properties that are not required (see help file). Neil Hi

[WiX-users] CA before RemoveFiles

2009-04-01 Thread Michael
Hi, I have set of CA(commit) to executes on uninstall. I'm running CA after 'MsiUnpublishAssemblies'. While executing CA, I'm getting error in CA dll that file not found. I want to execute CA before all files are removed. help me. Regards, -SMR -

[WiX-users] ServiceInstall not removing service?

2009-04-01 Thread Josh Pepper
Hi folks - I just made a very simple Hello World service install with ServiceInstall. It installed fine. But when I uninstalled, the service itself remained, despite the fact that the service exe was removed. It seems to be that the service should have been removed, or the MSI should have f

Re: [WiX-users] ServiceInstall not removing service?

2009-04-01 Thread Chad Petersen
Hi Josh - Attachments don't come through on the mailing list, but I think you just need to add a ServiceControl element with a Remove="uninstall" attribute. Check it out and see if that helps. Chad -Original Message- From: Josh Pepper [mailto:josh.pep...@microsoft.com] Sent: Wednesday, A

Re: [WiX-users] "This installation package could not be opened."

2009-04-01 Thread Michael.A.Kelley
Here's the log file from the failed install. This looks like it could be file corruption error, unless someone else can tell me otherwise? === Verbose logging started: 4/1/2009 11:02:16 Build type: SHIP UNICODE 3.01.4001.5512 Calling process: C:\WINDOWS\system32\msiexec.exe === MSI (c) (28:

Re: [WiX-users] Heat missing some RegistryValue elements (Programmable) from VB6 code?

2009-04-01 Thread Neil Sleightholm
I just tried this again and didn't see an error, has the dll changed from the one you sent me? Neil Neil Sleightholm X2 Systems Limited n...@x2systems.com From: Roy Abou Assaly [mailto:royass...@gmail.com] Sent: Wed 01/04/2009 1

Re: [WiX-users] custom action 51

2009-04-01 Thread Arthur Curvello
Hmmm my fault.. Solved.. Thanks Chad and Don Arthur Curvello arthur.curve...@conv.com.br tel +55 21 2494-5476 cel +55 21 9762-4284 Confidencialidade: A informação contida nesta mensagem de e-mail, incluindo quaisquer anexos, é confidencial e está reservada apenas à pessoa ou entidade para a qu

[WiX-users] Add/Remove Programs Fatal Error 1603 after abort uninstall because of in-use/locked file

2009-04-01 Thread Paul Lewis
Hi Folks, When uninstalling from Add/Remove Programs if the uninstall is canceled because a file is in-use (click Cancel at the Retry/Cancel problem, then confirm Yes at the "Are you sure you wish to cancel" prompt) Add/Remove Programs reports a "Fatal error during installation". Is there anyw

Re: [WiX-users] "This installation package could not be opened."

2009-04-01 Thread Karl Denning
I just tried my msi when locked by orca, and when it is on a nw share (I don't manage the nw share, and I have no idea why I cannot open it when it's on that particular share). In both cases i get error 1619. So it's not what I think it might be. I'd guess it's corrupt to. However... http://w

Re: [WiX-users] ServiceInstall not removing service?

2009-04-01 Thread Josh Pepper
Thanks for the reply Chad. I have the Remove="uninstall" set in the ServiceControl any other thoughts as to why it wouldn't remove the service on uninstall? I've included the relevant wxs below. Thanks Josh

Re: [WiX-users] ServiceInstall not removing service?

2009-04-01 Thread Chad Petersen
Isn't your ServiceControl using a different name than your ServiceInstall? My installer is set to use the same name for both for each given service. Not seeing that consistency with your code, but not 100% sure it's critical. Might be worth a try. Here's an example that works 100% What I'm

Re: [WiX-users] ServiceInstall not removing service?

2009-04-01 Thread Wilson, Phil
It looks like a Name issue to me. I believe the Name values need to be identical - they map to the actual name of the service in the ServiceControl/ServiceInstall tables in the MSI file. Phil Wilson -Original Message- From: Josh Pepper [mailto:josh.pep...@microsoft.com] Sent: Wednesd

Re: [WiX-users] ServiceInstall not removing service?

2009-04-01 Thread Alex Cater
The Name attribute of the ServiceControl element must correspond to the name of the service. http://n2.nabble.com/ServiceInstall-not-removing-service--tp2570445p2571646.html Sent from the wix-users mailing list archive at Nabble.com.

Re: [WiX-users] Uninstall / Update forgetting files ... still

2009-04-01 Thread Alex Cater
I suggest you break the problem down to isolate the cause: 1. Simplify the authoring to just install the web files (or simply a reduced set) and test: a) Install, uninstall b) Install, upgrade, uninstall Then flesh it out gradually... 2. Cut to the chase and use the ComPlusExtension to

[WiX-users] Editing resitry values on Change option.

2009-04-01 Thread Sachin Dubey (Tata Consultancy Services)
Hi All, I have created MSI using Wix 3.0. At the installation, I am creating a registry key using "". This works all fine. Now the requirement came is to enable "Change" option and edit the value of the registry created on installation. I enabled the "Change", and now if the product is already in

Re: [WiX-users] Uninstall / Update forgetting files ... still

2009-04-01 Thread Adam Burton
On Wednesday 01 April 2009 22:47:46 Alex Cater wrote: > I suggest you break the problem down to isolate the cause: > > 1. Simplify the authoring to just install the web files (or simply a > reduced set) and test: a) Install, uninstall > b) Install, upgrade, uninstall > > Then flesh it out gradu

[WiX-users] Upgrading an older version of product

2009-04-01 Thread Sudripta Nandy (Sarangsoft Corporation)
I have two versions of my MSI... one is version 1.0.0.0 and another is 2.0.1000.0. The upgrade code for both the MSIs are the same. But, there are many significant differences between version 1.0.0.0 and 2.0.1000.0, including different install directories and files-to-install. Version 1.0.0.0 in

Re: [WiX-users] Upgrading an older version of product

2009-04-01 Thread Jim Williams
Do you have a RemoveExistingProducts action defined in your execution sequence? Jim Williams -Original Message- From: Sudripta Nandy (Sarangsoft Corporation) [mailto:v-su...@microsoft.com] Sent: Wednesday, April 01, 2009 4:03 PM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Up

Re: [WiX-users] Uninstall / Update forgetting files ... still

2009-04-01 Thread Alex Cater
Developers above me. I originally set up using the COM+ extension then when someone found out, I was queried and basically asked to move back to the custom scripts we had used before. In the end its not my decision. I can sort of understand their thinking, "its never failed us before so why ch

Re: [WiX-users] Upgrading an older version of product

2009-04-01 Thread Wilson, Phil
. and are the ALLUSERS values the same? I believe there's a permachine / perUser choice but the MSI default is per user I believe. Phil Wilson -Original Message- From: Jim Williams [mailto:jimwilliam...@comcast.net] Sent: Wednesday, April 01, 2009 4:21 PM To: 'General discussion f

Re: [WiX-users] Upgrading an older version of product

2009-04-01 Thread Sudripta Nandy (Sarangsoft Corporation)
Yes, I have the following element defined within InstallExecuteSequence of version 2.0.1000.0. Another thing is that in the new version of the product, I have completely new components with different IDs. Also the files-to install and the target directory are different. Another important thi

Re: [WiX-users] Upgrading an older version of product

2009-04-01 Thread Sudripta Nandy (Sarangsoft Corporation)
The older version hadn't any ALLUSERS value set. The new version has ALLUSERS set to 1. But, I am installing both the versions from the same user account and it's still failing. One more important aspect is that the older version had 'ARPNOMODIFY' set to 1. But, it hadn't any 'ARPNOREMOVE' prop

Re: [WiX-users] Upgrading an older version of product

2009-04-01 Thread Karl Denning
Hi Have you remembered to add "SecureCustomProperties" to your property table? (Or does candle/light do that for you??) K. Yes, I have the following element defined within InstallExecuteSequence of version 2.0.1000.0. Another thing is that in the new version of the product, I have comp

Re: [WiX-users] Upgrading an older version of product

2009-04-01 Thread Wilson, Phil
It's nothing to do with the same user account. It's about the value of the MSI's ALLUSERS property. If you didn't set it before then it defaulted to a per-user install. Your current setup is a per system install with ALLUSERS=1 that will not upgrade the other version. Produce a log while doing

Re: [WiX-users] Heat missing some RegistryValue elements (Programmable) from VB6 code?

2009-04-01 Thread Roy Abou Assaly
Hi, No, I was using version 11.34. The same one attached in the email. I just redownloaded the DLL I had attached to you and ran it in 3.0.5120.0...still the same exception. Strange. On Wed, Apr 1, 2009 at 3:36 PM, Neil Sleightholm (via Nabble) < ml-user+58265-122838...@n2.nabble.com > wrote:

[WiX-users] how to configure windows service recovery behavior

2009-04-01 Thread Zhisheng Huang
Hi, Could anyone please help on how to configure windows service recovery behavior in wix? The recovery behavior refers to the Recovery tab of a windows service from management console, like   First failure: Take No Action | Restart the service | Run a program | restart the computer  

Re: [WiX-users] Upgrading an older version of product

2009-04-01 Thread Sudripta Nandy (Sarangsoft Corporation)
Thanks Phil. Your have hit the bullseye. You are right. I saw the log and it seemed the ALLUSERS property which was the reason. Using ORCA I added ALLUSERS as a new row in the property table and set its value to 1. After that the upgrade worked perfectly. So, now my next question is...

Re: [WiX-users] Heat missing some RegistryValue elements (Programmable) from VB6 code?

2009-04-01 Thread Brian Rogers
Hey Roy, If you are still able to reproduce this please file a bug in heat and upload the DLL. I would recommend that the DLL ONLY contain required information to reproduce the issue IF possible. Thanks, Brian Rogers "Intelligence removes complexity." - Me http://icumove.spaces.live.com On Wed

Re: [WiX-users] extracting wix xml from wixlibs

2009-04-01 Thread Brian Rogers
Adam, I wouldn't suggest going about it this way. If there is a change to the way WIX generates the Lib files this could impact you. The XML/Binary format is not documented short of looking through the code itself. However, from a built MSI you could use dark.exe to decompile it into WIX Source.

[WiX-users] .Net Framework question

2009-04-01 Thread Andy2k8
Does .Net framework vary across languages? Can I use the same Dotnetfx.exe to install .Net framework on different language OSs? - Andy MSI Developer Schneider Electric:working: -- View this message in context: http://n2.nabble.com/.Net-Framework-question-tp2573430p2573430.html Sent from t

[WiX-users] set-up a redirect for a WebVirtualDir element using WiX

2009-04-01 Thread sunil bisoyi
Hi I want to create a virtual directory that performs a redirect only. You can set this up in IIS by right-clicking on the virtual directory, viewing properties and then going to the Virtual Directory tab and selecting “A redirection to a URL” and then defining the value. this step is manual i

Re: [WiX-users] Upgrading an older version of product

2009-04-01 Thread Neil Sleightholm
I am not sure this will work but it is worth a try. Change you v2 upgrade code then add this: What this does is detect any version of the old product and always remove it. Neil Neil Sleightholm X2 Systems Limited n...@x2systems.com _