[WiX-users] Problem in WIxUI_installDIr

2013-07-17 Thread Chaitanya Sanapala [PC-BLR-DEV]
Hi, I'm facing problem in Wixui_install Dir, When installer ends, the window (with the finish button) is positioned almost out of the screen. it is not critical because i can drag it with the title border, but it is not practical. How to set it as center.. Regards, chaitanya ---

Re: [WiX-users] DirectorySearch

2013-07-17 Thread Hoover, Jacob
A bundle with two msi packages ... Sent from my iPhone On Jul 17, 2013, at 11:08 AM, "Wheeler, Blaine (DSHS/DCS)" wrote: > You can't do that. > > -Original Message- > From: Parkes, Kevin [mailto:kevin.par...@wacom.eu] > Sent: Wednesday, July 17, 2013 9:02 AM > To: wix-users@lists.s

Re: [WiX-users] Understanding WiX elevation and BHO

2013-07-17 Thread Edwin Castro
On Wed, Jul 17, 2013 at 8:15 AM, Dana Epp wrote: > Execute > ="deferred" > ExeCommand='/install="[INSTALLFOLDER]$(var.Our.App.TargetFileName)" > /privileges=admin /returnExitCode=false' Impersonate="yes" /> > One reason why this CustomAction works from an elevated command prompt but not from a

Re: [WiX-users] DirectorySearch

2013-07-17 Thread Wheeler, Blaine (DSHS/DCS)
You can't do that. -Original Message- From: Parkes, Kevin [mailto:kevin.par...@wacom.eu] Sent: Wednesday, July 17, 2013 9:02 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] DirectorySearch I need to install a file into the 64-bit Program Files folder from a 32-bit MSI. I k

[WiX-users] DirectorySearch

2013-07-17 Thread Parkes, Kevin
I need to install a file into the 64-bit Program Files folder from a 32-bit MSI. I know it's bad form, but it's a config file for something else which probably ought to be reading config files from somewhere more neutral, but that's beyond my control. I've tried using a with Path="[%ProgramFil

Re: [WiX-users] How to speed up multi-language WiX install build

2013-07-17 Thread Tobias S
Think the best way is to copy the MSI.msi to e.g. MSI_de.msi. then to modify the string table from MSI_de.msi using e.g. Msidb.exeor Microsoft Windows Installer Object Library (or some other way of programatically u

Re: [WiX-users] Understanding WiX elevation and BHO

2013-07-17 Thread Dana Epp
Hey Blair, Thank you for the input. Great insights here. I already have the InstallScope to "perMachine", but I do have InstallPrivileges="elevated". Are you saying I SHOULDN'T do that? My understanding from the WiX docs is that this is required if you need the caller to be in an admin context. i

[WiX-users] How to speed up multi-language WiX install build

2013-07-17 Thread TimM
I would like to know if there are tricks/settings that we can apply to speed up our WiX install project builds? We build mult-language installers and then geneate the language transforms .mst's for each language so that we can ship the main English .msi with all the language .mst files. Is there

Re: [WiX-users] VS 2013 support

2013-07-17 Thread Ivanoff, Alex
Rob, Do you plan VS 2013 support? On Jul 16, 2013, at 9:08, "Ivanoff, Alex" wrote: > I did some tests. Neither 3.8 nor 4.0 provide VS 2013 integration. Are you > planning it? Which version? > > > On Jul 15, 2013, at 14:24, "Ivanoff, Alex" wrote: > >> Is there a version of WiX that support

Re: [WiX-users] Newer version of the product is already installed error [P]

2013-07-17 Thread Jakob Ziegler
The Id is the ProductCode. Open up the msi in orca and see (section: properties) On Wed, Jul 17, 2013 at 3:51 PM, Greg Edwards wrote: > The wxs files do not have a ProductCode. They have an Id, which are > different. > Their UpgradeCode values are different. > > -Original Message- > From

Re: [WiX-users] Newer version of the product is already installed error [P]

2013-07-17 Thread Greg Edwards
The wxs files do not have a ProductCode. They have an Id, which are different. Their UpgradeCode values are different. -Original Message- From: Steven Ogilvie [mailto:steven.ogil...@titus.com] Sent: Tuesday, July 16, 2013 1:58 PM To: General discussion for Windows Installer XML toolset.

[WiX-users] Disable browsing for missing, vital packages

2013-07-17 Thread DavidH
I have a chain with a number of vital packages. If the MSI for either of these packages can't be found during installation, I get a popup that allows me to browse for the MSI so that installation can continue - which is actually neat - but I'd like to disable that popup. If a vital MSI is missing,

Re: [WiX-users] Bootstrapper - Passing Installation Path to from Text Box in Bootstrapper UI

2013-07-17 Thread Rahul V
Hi Blair, Thank you very much!! It works. I set that property in InstallExecute. On Wed, Jul 17, 2013 at 6:12 PM, Blair Murri wrote: > You need to set the burn variable MyBurnVariable1 to the value of your > ViewModel's InstallPath property before OnApply() is called. How you do > that depends

Re: [WiX-users] Bootstrapper - Passing Installation Path to from Text Box in Bootstrapper UI

2013-07-17 Thread Blair Murri
You need to set the burn variable MyBurnVariable1 to the value of your ViewModel's InstallPath property before OnApply() is called. How you do that depends on how your BA is structured. One option would be to set that property in InstallExecute. Another would be to have your ViewModel "bind"

[WiX-users] Bundle and patching scenarios...

2013-07-17 Thread rowbot
Hi, Currently, we have hotfixes that are accumulative. So user: - installs RTM bundle (RTM msi) - installs HF1 bundle (HF1 msp, minor upgrade, supercedes) - installs HF2 bundle (HF2 msp, minor upgrade, supercedes) At this point, only HF2 is visible in 'View installed updates'. If they uninstall

Re: [WiX-users] Folders not removed on Windows Server 2012

2013-07-17 Thread Blair Murri
A verbose log would give you clues. When Windows Installer processes the RemoveFolders action, if the folders aren't (yet) empty they will be left behind. If the completion of the file removal was delayed beyond the end of the RemoveFiles action it is usually logged in verbose installer logs.

[WiX-users] Bootstrapper - Passing Installation Path to from Text Box in Bootstrapper UI

2013-07-17 Thread Rahul V
Hi, I am trying to install MSI from Bootstrapper. Install location for that msi should be specified from the text box in Bootstrapper UI. I followed this below example. in this example I added a text box for getting install location and I added below code pieces,and MyBurnVariable1 gets the value f

[WiX-users] Folders not removed on Windows Server 2012

2013-07-17 Thread Christoffel le Roux
Hi, When I uninstall a web site using my created MSI on Windows Server 2012 not all folders that where created by the installer does not get removed on uninstall, the folders are empty but still there. When installing/uninstalling the same MSI in a Windows 8 machine all the files and folders th

Re: [WiX-users] Installing .NET Hotfix

2013-07-17 Thread Neil Sleightholm
The correct syntax is: DetectCondition="Netfx4FullVersion >= v4.0" How are you setting Netfx4FullVersion? Neil -Original Message- From: Doug Witt [mailto:doug.w...@woodward.com] Sent: 17 July 2013 05:22 To: 'General discussion for Windows Installer XML toolset.' Subject: Re: [Wi

Re: [WiX-users] Understanding WiX elevation and BHO

2013-07-17 Thread Blair Murri
To get your MSI to prompt for elevation, set the Package\@InstallScope="perMachine" and remove any Package\@InstallPrivileges that may be present. Calling into your BHO to register it is called "self-reg" or "Self Registration" and it has a very bad reputation due to the very high failure rat