[WiX-users] Problem in WIxUI_installDIr

2013-07-18 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] Burn - Localization Identifiers Duplicated

2013-07-18 Thread Blair Murri
Current description/instructions for how to add to the WiX documentation are in the sources @ src\chm\documents\wixdev\help_development.html.md Date: Thu, 4 Jul 2013 15:02:40 -0700 From: ma...@costar.ca To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Burn - Localization

[WiX-users] Heat DiskId

2013-07-18 Thread Veli-Matti Visuri
Hi, I couldn't find anywhere is there going to be in the future a parameter for the heat tool or HeatDirectory task to define the DiskId attribute? I am asking this because my installer is over 2 gigabytes and the data needs to be separated into two cabinet files and it seems that there is no

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

2013-07-18 Thread Blair Murri
responses inline: From: d...@vulscan.com Date: Wed, 17 Jul 2013 08:15:51 -0700 To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Understanding WiX elevation and BHO Hey Blair, Thank you for the input. Great insights here. I already have the InstallScope to perMachine, but

Re: [WiX-users] Heat DiskId

2013-07-18 Thread Neil Sleightholm
Here are a couple of suggestions: 1. Use xsl transform 2. Use the MediaTemplate element as that automatically splits files across cabs. Neil -Original Message- From: Veli-Matti Visuri [mailto:veli-matti.vis...@futuremark.com] Sent: 18 July 2013 09:51 To: wix-users@lists.sourceforge.net

[WiX-users] Installation failed. Try again?

2013-07-18 Thread Philip Mitchell
I am trying to install Wix 3.7 onto a Windows 7 Pro machine, with VS2008 and NO INTERNET. I have searched the internet (on another machine!) and tried various suggestions including putting ProjectAggregator2.msi in the same directory as the wix37.exe. All I get is the red boxes with the middle

Re: [WiX-users] Installation failed. Try again?

2013-07-18 Thread David Watson
Don't you run it with the /layout parameter to download everything you need locally then copy that to the other machine. (Never tried it mind). -Original Message- From: Philip Mitchell [mailto:mitch...@trdeo.co.uk] Sent: 18 July 2013 12:17 To: wix-users@lists.sourceforge.net Subject:

[WiX-users] passing command args to MSI from bundle

2013-07-18 Thread Freedman, Mark P.
I'm on Wix 3.7. I have an MSI that I would like to set a registry key (perhaps via a Custom Action, as he will have to check if the key already exists). I'm understand that a Bundle in a bootstrapper project can't change the machine state (such as setting the registry). Therefore, I'm

Re: [WiX-users] Wix burn 64-bit

2013-07-18 Thread Daniel Madill
Hi Jose, I have not used burn because I have my own bootstrapper for now, but I believe burn runs as a 32-bit application even on 64-bit Windows. You can still chain 64-bit MSIs though, as far as I know. Daniel Madill www.quanser.com -Original Message- From: José Marques

Re: [WiX-users] Heat DiskId

2013-07-18 Thread Veli-Matti Visuri
Dear Mr. Sleightholm, The MediaTemplate element did the trick. I haven't seen it in any examples, so I didn't know such thing existed. Thank you for your help :-) Sincerely, Veli-Matti Visuri On Thu, Jul 18, 2013 at 2:28 PM, Neil Sleightholm n...@x2systems.comwrote: Here are a couple of

Re: [WiX-users] Wix burn 64-bit

2013-07-18 Thread José Marques
Thank you for your reply Daniel. But if burn should run as a 32-bit application, where am I going wrong here? A link to a no-burn bootstrapper tutorial would be appreciated :) José Marques On Thu, Jul 18, 2013 at 3:21 PM, Daniel Madill dan.mad...@quanser.comwrote: Hi Jose, I have not used

Re: [WiX-users] Wix burn 64-bit

2013-07-18 Thread Hoover, Jacob
Why wouldn't you want burn if you need a bootstrapper? Did you install Wix, or are you using the zip of binaries? How are you building your bundle (command line or via Visual Studio)? What version of MSBuild or VS are you using? -Original Message- From: José Marques

Re: [WiX-users] Wix burn 64-bit

2013-07-18 Thread Daniel Madill
Hi Jose, I suspect if you provide a little more information, such as the WiX version, Visual Studio version, etc., someone else on the forum who has used burn will be able to help you get up and running. I wouldn't abandon burn just yet. I think many people have used it successfully and it has

Re: [WiX-users] Wix burn 64-bit

2013-07-18 Thread José Marques
The only reason I consider not using burn it's because it's failing me at the moment, but I would be very happy to use it. I have installed Wix (not using binaries), and I'm building my bundle through Visual Studio Ultimate 2012. I've found very little information about the error I'm getting (see

Re: [WiX-users] Wix burn 64-bit

2013-07-18 Thread Hoover, Jacob
Can you humor me and try building the project via the command line when using the VS 2012 x86 Native Tools Command Prompt? -Original Message- From: José Marques [mailto:jose.marq...@waveform.pt] Sent: Thursday, July 18, 2013 9:57 AM To: General discussion for Windows Installer XML

[WiX-users] Wix burn 64-bit

2013-07-18 Thread José Marques
Hello all, I'm pretty new at Wix, and was doing my first ever Installer. As I have some prerequisites (like UltiDev WebServer and MSMQ). I intended to do a Bootstraper, but as soon as i tried to compile it (code shown below) I get the following error: Error 2 Could not find a part of the path

[WiX-users] Setting the IIS7 HTTP Response Header - Common Header

2013-07-18 Thread Don Cameron
I am wanting to set the IIS7 HTTP Response Header - Common Header to 1 hour. I understand that I am suppose to use the CacheControlMaxAge attribute. However no matter what I set this value to, it sets the Expire Web Content to a date of Sunday March 29, 2020 12:00:00AM iis:WebVirtualDir

Re: [WiX-users] Wix burn 64-bit

2013-07-18 Thread Rob Mensching
That looks like an extremely long path as well. Have you exceeded the 260 chars the NETFX supports? On Thu, Jul 18, 2013 at 8:20 AM, Hoover, Jacob jacob.hoo...@greenheck.comwrote: Can you humor me and try building the project via the command line when using the VS 2012 x86 Native Tools

Re: [WiX-users] Wix burn 64-bit

2013-07-18 Thread José Marques
How can I check that? On Thu, Jul 18, 2013 at 5:17 PM, Rob Mensching r...@robmensching.com wrote: That looks like an extremely long path as well. Have you exceeded the 260 chars the NETFX supports? On Thu, Jul 18, 2013 at 8:20 AM, Hoover, Jacob jacob.hoo...@greenheck.comwrote: Can you

Re: [WiX-users] Wix burn 64-bit

2013-07-18 Thread Rob Mensching
Error 2 Could not find a part of the path '(...)Local\assembly\dl3\4WGE307K.364\MTB4TPQV.BGA\81446d46\007377db_d3e1cd01\X86\burn.exe'. light.exe 0 1 Bootstrapper I assume the (...) in your error message means there are more characters there. If you count them.. how many are there? Also, you

Re: [WiX-users] Wix burn 64-bit

2013-07-18 Thread José Marques
Sorry, yes, there are a couple more characters but the total is 93, far from the limit. Meanwhile I fixed it, in that path the folder X86 was non-existent, I created it and added the burn.exe, it now works. Thank you for the help, José Marques On Thu, Jul 18, 2013 at 5:42 PM, Rob Mensching

Re: [WiX-users] Win8.1 + DIFx problem...

2013-07-18 Thread Robert Randall
I will file a bug with Microsoft as well. Thanks for the confirmation. On Tue, Jul 16, 2013 at 5:43 PM, Gonzalez, John john.gonza...@intel.comwrote: Not personally, but yes there is a bug filed. Of course the more people file, the higher the priority. I'll update if I get a status. Thanks,

[WiX-users] Convert from MSI to EXE

2013-07-18 Thread Mamidi, Balasubrahmanyam
Hi, currently we are creating our product to MSI file (using wix ), now client is asking convert all products to EXE's. How much effort to do this and give me some idea please? Is something change output file extension to from *.msi to *.exe Thanks, Balu

Re: [WiX-users] Convert from MSI to EXE [P]

2013-07-18 Thread Steven Ogilvie
Classification: Public Hi Balu, You can use burn (bootstrapper) (which is an EXE) to launch your MSI's Steve -Original Message- From: Mamidi, Balasubrahmanyam [mailto:balu.mam...@flightsafety.com] Sent: July-18-13 1:52 PM To: General discussion for Windows Installer XML toolset.

Re: [WiX-users] Convert from MSI to EXE

2013-07-18 Thread Mamidi, Balasubrahmanyam
Thanks for reply steve. not clear what you're saying.. Let me reframe what I want.. When I compile my project I want .exe to be generated. I do not want .msi file to be generated. Is it possible using WIX? -Original Message- From: Steven Ogilvie [mailto:steven.ogil...@titus.com] Sent:

Re: [WiX-users] Convert from MSI to EXE [P]

2013-07-18 Thread Steven Ogilvie
Classification: Public No I don't believe so... -Original Message- From: Mamidi, Balasubrahmanyam [mailto:balu.mam...@flightsafety.com] Sent: July-18-13 2:20 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Convert from MSI to EXE Thanks for reply

Re: [WiX-users] Convert from MSI to EXE

2013-07-18 Thread Wesley Manning
The MSI file is a database that gets run by msiexec.exe which is part of windows to do the install. Can't just convert it to exe. Would need to create a bootstrapper exe. Burn is the wix version of a bootstrapper. -Original Message- From: Mamidi, Balasubrahmanyam

Re: [WiX-users] Convert from MSI to EXE [P]

2013-07-18 Thread Rob Mensching
Sure. Use Burn. The MSI will just be inside the executable. See the Bundle element. On Thu, Jul 18, 2013 at 11:30 AM, Steven Ogilvie steven.ogil...@titus.comwrote: Classification: Public No I don't believe so... -Original Message- From: Mamidi, Balasubrahmanyam

Re: [WiX-users] Convert from MSI to EXE

2013-07-18 Thread tom
You need to create Bootstrapper project This will produce exe file -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Re-Convert-from-MSI-to-EXE-P-tp7587427p7587430.html Sent from the wix-users mailing list archive at Nabble.com.

[WiX-users] Cannot install the patch by double clicking on msp

2013-07-18 Thread Srinu ...,
Hi, Installing the patch from a cmd prompt (or explorer) that has been started with admin rights however succeeds(there is no Run As Administrator from the context menu). But while double clicking the .msp throwing the exception(attached) and install get abort. For more information:  The

[WiX-users] Register dll to use a shell extension

2013-07-18 Thread Marco Tognacci
I have made a c# dll for implement shell extension IThumbnailProvider to display a preview image as file icon.I have made an myShellExRegistration.exe that write the reg keys for the register the extension for my custom file extension (.myFileExt) and I take the assembly of my

Re: [WiX-users] Cannot install the patch by double clicking on msp

2013-07-18 Thread Blair Murri
Look in your log. It will reveal all. I assume one of two things has happened: 1) the folder you are copying to requires admin rights, which immediate actions only have if you launch the MSP already elevated (which doesn't happen when double-clicking with UAC turned on), or 2) that folder