Re: [WiX-users] WIX Uninstall and Repair not working

2013-10-28 Thread Selva
Hi Bob, I'm really blank about using this variable "DelayStart" for 5sec ,please guide me to do this. thanks for your reply. -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/WIX-Uninstall-and-Repair-not-working-tp7590029p7590069.html Sent from the

Re: [WiX-users] Signing binaries and msi...

2013-10-28 Thread Blair Murri
SignCabs only signs cabs that are not embedded in the MSI (external cabs). WiX does NOT provide any target explicitly for signing your payload before it is cabbed (or any other such manipulation of your payload). You can either write a Binder Extension that ensures that files are signed before

Re: [WiX-users] Is it possible to share a Payload between MSI and MBA?

2013-10-28 Thread Blair Murri
The only idea that occurs to me is to provide the manual as a payload only to the MBA and to pass its location to the MSI via an MSI property that you use in the CopyFile table. Blair From: Michael Stoll Sent: ‎Wednesday‎, ‎October‎ ‎23‎, ‎2013 ‎3‎:‎31‎ ‎AM To: General discussion for W

Re: [WiX-users] How to pass to burn custom argument with spaces?

2013-10-28 Thread Blair Murri
Not sure, but did you try setup.exe /install /silent "InstallFolder=C:\Program Files (x86)\XXX" ? Blair From: tom Sent: ‎Wednesday‎, ‎October‎ ‎23‎, ‎2013 ‎1‎:‎14‎ ‎AM To: General discussion for Windows Installer XML toolset. I am using such command line for my MBA setup.exe

Re: [WiX-users] Force replace files when applying patch

2013-10-28 Thread Christoffel le Roux
Hey Phil, not all files are xml some are MVC html views, we would rather replace all the files than let the user try to merge changes back into their dev or live environments. I saw someone else asked a similar question yesterday on overwriting all files on repair which is basically what happen

Re: [WiX-users] Chained MSIs as separate packages?

2013-10-28 Thread Blair Murri
Search this list. It’s been discussed several times. Blair From: Robert Nell Sent: ‎Tuesday‎, ‎October‎ ‎22‎, ‎2013 ‎4‎:‎47‎ ‎PM To: General discussion for Windows Installer XML toolset. Can a bootstrapper with multiple chained MSIs be made to avoid multiple Add/Remove Program entri

Re: [WiX-users] Development proposal for WixNetFxExtension

2013-10-28 Thread Blair Murri
If it finds the one installer package and not the other, and they are both using a similar path, that smells like a bug to me. Blair From: Pally Sandher Sent: ‎Tuesday‎, ‎October‎ ‎22‎, ‎2013 ‎2‎:‎58‎ ‎AM To: General discussion for Windows Installer XML toolset. It may well do that

Re: [WiX-users] Burn. How to set UILevel == 3 (INSTALLUILEVEL_BASIC) or 4 (INSTALLUILEVEL_REDUCED) for msi.

2013-10-28 Thread Blair Murri
It’s a combination of setting “DisplayInternalUI” to “yes” AND setting the “display” arguments to BOOTSTRAPPER_DISPLAY_PASSIVE (which happens for you when you pass the “/passive” argument to burn). That will get you INSTALLUILEVEL_REDUCED (4). INSTALLUILEVEL_BASIC (3) isn’t currently available

[WiX-users] Burn. How to set UILevel == 3 (INSTALLUILEVEL_BASIC) or 4 (INSTALLUILEVEL_REDUCED) for msi.

2013-10-28 Thread Alexey Larsky-RUS
Dear users, I can't found how to set UILevel == 3 or 4 for msi (MsiPackage). DisplayInternalUI='no' sets UILevel == 2 (INSTALLUILEVEL_NONE) DisplayInternalUI='yes' sets UILevel == 5 (INSTALLUILEVEL_FULL) Yours sincerely. ---

Re: [WiX-users] Purely WiX patching and FeatureRef

2013-10-28 Thread Bob Arnson
I would choose "none of the above." :) The primary reason to use filtering is when you're choosing files individually, based on what you know about changes made to the product. Otherwise, use no filtering to get the default automatic behavior. I'm not aware of any problems using Melt and automa

Re: [WiX-users] Purely WiX patching and FeatureRef

2013-10-28 Thread Tunney, Stephen
Ok, good to know. I have thousands of components though spread across a dozen features. Those features are shared amongst 8 products :) When I originally developed the Products I thought I was being clever by logically grouping certain ComponentRefs into component groups, and those groups wou

Re: [WiX-users] Conditionally disabling the Install Location control in a bundle

2013-10-28 Thread Bob Arnson
On 26-Oct-13 05:15, John Ludlow wrote: > I don't think the standard bootstapper application's theming is capable of > that kind of customisation. That's correct. It would have to be a feature of WixStdBA. -- sig://boB http://joyofsetup.com/ --

Re: [WiX-users] Purely WiX patching and FeatureRef

2013-10-28 Thread Bob Arnson
On 28-Oct-13 20:38, Tunney, Stephen wrote: > Adding DirectoryRef to the same boat as FeatureRef. I've added all > directoryRefs, including the one that includes the component that I know has > been updated and still no dice. :( When used in patch family filtering, only a ComponentRef will includ

Re: [WiX-users] WIX Uninstall and Repair not working

2013-10-28 Thread Bob Arnson
On 28-Oct-13 04:43, Selva wrote: > *1. To show the Splashscreen i have applied *"DelayStart"* for 5sec but its > not working. There's no variable used for that purpose. > 2. During UnInstall, the VBagent.msi is not getting uninstalled when we > uninstall the Master Package. Check the Burn log to

Re: [WiX-users] Purely WiX patching and FeatureRef

2013-10-28 Thread Tunney, Stephen
Adding DirectoryRef to the same boat as FeatureRef. I've added all directoryRefs, including the one that includes the component that I know has been updated and still no dice. :( -Original Message- From: Tunney, Stephen [mailto:stephen.tun...@nuance.com] Sent: October-28-13 7:41 PM To:

[WiX-users] Purely WiX patching and FeatureRef

2013-10-28 Thread Tunney, Stephen
Hello again everyone, Ok, so I've finally managed to get a patch generated. Good for me, I get a gold star :) Now I have a few questions 1) It looks as through using FeatureRef in my PatchFamily doesn't work. The result is an empty CAB file and a pyro.exe error PYRO0227 2) If I s

[WiX-users] trying to restart explorer with restartresource

2013-10-28 Thread victorwhiskey
Hello, I understand restartresource is only available on vista and up. I'm trying to restart explorer on install and after uninstall because I have a contextmenu attached to the shell. I only see explorer restarting on an upgrade, but not on install or uninstall. I have taskmanager running and s

Re: [WiX-users] Purely WiX Patching when a patch family consists of component groups across multiple cabs

2013-10-28 Thread Tunney, Stephen
Bug 4168 created Cheers, Stephen -Original Message- From: Bob Arnson [mailto:b...@joyofsetup.com] Sent: October-28-13 11:56 AM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Purely WiX Patching when a patch family consists of component groups across multiple cabs On 28-Oc

Re: [WiX-users] Force replace files when applying patch

2013-10-28 Thread Phil Wilson
It's safer strategy in these cases to update the existing file, and not destroy data that the user or the system may have entered. It should be just an Xml update, right? Phil Wilson On Mon, Oct 28, 2013 at 5:47 AM, Christoffel le Roux < christoffe...@flowcentric.com> wrote: > Hi, When try to p

Re: [WiX-users] Purely WiX Patching when a patch family consists of component groups across multiple cabs

2013-10-28 Thread Tunney, Stephen
I have put nothing in the GAC myself. Just thought that since melt.exe could not find the binaries it needed that perhaps it was looking in the GAC as part of its references. It also need the compression DLL as well. Manually copying the files to the bin folder fixed the issue. Could I be mi

Re: [WiX-users] Purely WiX Patching when a patch family consists of component groups across multiple cabs

2013-10-28 Thread Bob Arnson
On 28-Oct-13 11:21, Tunney, Stephen wrote: > Now I am getting an error in melt.exe. Looks like a path issue or WiX DLLs > not being added to the GAC for some reason. Copying files from the SDK > folder to the bin folder have resolved this issue but this is likely a bug in > 3.7's installer. As

Re: [WiX-users] Purely WiX Patching when a patch family consists of component groups across multiple cabs

2013-10-28 Thread Hoover, Jacob
I don't think the installer ever puts Wix into the GAC, which is by design. If you've put some of the Wix binaries in the GAC, I could see that leading to all kinds of strange issues. -Original Message- From: Tunney, Stephen [mailto:stephen.tun...@nuance.com] Sent: Monday, October 28,

Re: [WiX-users] Purely WiX Patching when a patch family consists of component groups across multiple cabs

2013-10-28 Thread Tunney, Stephen
Ok, working through my own issues here. Starting to use MELT for fixing my wixpdb issues as per: http://www.joyofsetup.com/2013/07/16/easy-pure-wix-patching-with-melt/ Now I am getting an error in melt.exe. Looks like a path issue or WiX DLLs not being added to the GAC for some reason. Copyi

Re: [WiX-users] Purely WiX Patching when a patch family consists of component groups across multiple cabs

2013-10-28 Thread Tunney, Stephen
I've gotten a little further. Now the pyro call is complaining that it cannot find a bunch of files, but it is looking in the folder location that the original (1.0) MSI would have gotten its source files from, and not where the files exist on the machine that I am trying to generate the patch

Re: [WiX-users] repair does not repair file that was changed

2013-10-28 Thread Christopher Painter
You can do something called Version lying. Basically you author your WXS to say the text file has a version number and now it'll always reinstall. There are some down sides though. http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Forcing-overwr ite-of-text-file-td711667.html

Re: [WiX-users] repair does not repair file that was changed

2013-10-28 Thread Bruce Cran
On 10/28/2013 1:35 PM, Andrew Makhorin wrote: > Is there any way to tell the installer to always install original files > provided in .msi on repairing/reinstalling the product? See http://technet.microsoft.com/en-us/library/cc759262%28v=ws.10%29.aspx?ppud=4#BKMK_Repair . -- Bruce --

Re: [WiX-users] repair does not repair file that was changed

2013-10-28 Thread Andrew Makhorin
On Sun, 2013-10-27 at 05:53 -0700, Christopher Painter wrote: > This is normal as the Windows Installer will generally attempt to preserve > user data during installation. See: > > http://msdn.microsoft.com/en-us/library/aa368599(v=vs.85).aspx and adjacent > pages. > Thank you very much for y

Re: [WiX-users] Can't find wix.targerts during MSBuild's 'clean' operation...

2013-10-28 Thread Tony
it is working now, though I'm not really sure what I did to make to work. I think messing around with the build template's 'Clean Workspace' setting did the trick. Hopefully, I won't end up in the odd state again. Now on to my next question...(I'll start another thread). On Fri, Oct 25, 2013 a

[WiX-users] Bundle: Condition only in installation

2013-10-28 Thread nianderneves
Hello, I'm trying to check if the same version of my bundle is already installed. I know that downgrades are already checked by the bundle engine. But, to avoid duplicate entries of my bundle with same version i'm using this condition: ... ... This works perfectly for me. But,

[WiX-users] Force replace files when applying patch

2013-10-28 Thread Christoffel le Roux
Hi, When try to patch non-versioned files, the files does not get replaced when the file on the disk was changed by the user, I know this is by design, but I need to patch some configuration files that the user was allowed to update, lets say it's a web.config file, when some additional content

Re: [WiX-users] General Text Replacement

2013-10-28 Thread Tobias S
Should be possible using Win32_ReadFile + Regex_Replace + Win32_WriteFile + from Msiext (AppSecInc. Community MSI Extensions - http://dblock.github.io/msiext/) -- October Webinars: Code for Performance Free Intel webinars c

[WiX-users] WIX Uninstall and Repair not working

2013-10-28 Thread Selva
I have created a bundle with "Three MSIs" , 1. microsoft.interopformsredist.msi 2. VBagent.msi 3. .NETApp.msi During Installation its working fine,below are issues that needs to fixed during Uninstall and Re-Install *1. To show the Splashscreen i have applied *"DelayStart"* for 5sec but its not

Re: [WiX-users] How to set Title in Summary Information Stream

2013-10-28 Thread kirannhegde
Yes, i have used the DisplayName . I do not think that it corresponds to "Title" in the summary information stream. To be more clear, this is what i want populated: -When you right click on a .msp file in windows explorer, there is a section called "Description" under the Details pane. -Under thi