Re: [WiX-users] changes to support upgrades ? help !

2013-09-26 Thread nkshirsagar
hi phil, I have a data file installed in version 1.0 in say path c:\installedproduct. I need to preserve this file upon upgrade because the application changes this file and I need the changes for the upgraded application. If the version 2.0 is installed in say c:\anotherlocation , how would I

[WiX-users] prerequisite bootstrapper application in silent mode

2013-09-26 Thread tom
Hi, Is it possible to run prerequisite bootstrapper application in silent mode when MBA run in silent mode and in UI mode when MBA run in UI mode? Thanks in advance -- View this message in context:

Re: [WiX-users] prerequisite bootstrapper application in silent mode

2013-09-26 Thread tom
Specify InstallCommand=/q will run .NET framework in silent mode but when I run my setup.exe in UI mode ,the prerequisite bootstrapper doesn’t show the license link and the buttons -- View this message in context:

Re: [WiX-users] [SPAM] Re: Weekly releases

2013-09-26 Thread John Cooper
I would be very happy to volunteer to do this if the requisite VS 2013 bits could be made available to me. Don't know if my manager can get them from Microsoft under our contract with them or not--he's new anyway. -- John Merryweather Cooper Build Install Engineer -- ESA Jack Henry

[WiX-users] Error message during install

2013-09-26 Thread Chris Lord
All, I've got a customer who's getting an error when trying to install my application, the installer of which was generated using Wix and Burn. From the burn log, I can see the installer attempts to cache the bundle and the logs reads thus [1194:1198][2013-09-26T18:20:10]: Registering

Re: [WiX-users] [SPAM] Re: Weekly releases

2013-09-26 Thread John Cooper
Ok, looks like I can access that. Just need manager approval now. -- John Merryweather Cooper Build Install Engineer -- ESA Jack Henry Associates, Inc.(r) Shawnee Mission, KS 66227 Office: 913-341-3434 x791011 jocoo...@jackhenry.commailto:jocoo...@jackhenry.com

Re: [WiX-users] [SPAM] Re: Weekly releases

2013-09-26 Thread Christopher Painter
The 2013 RC bits are available: http://www.microsoft.com/visualstudio/eng/2013-downloads#d-2013-editions Last I read, RTM is next month and GA is in November. From: John Cooper jocoo...@jackhenry.com Sent: Thursday, September 26, 2013 9:39 AM To:

[WiX-users] [SPAM] Re: Error message during install

2013-09-26 Thread Rob Mensching
Process Monitor is usually where I turn when I get a mysterious file locking/access denied issue. Often we see virus checker's messing with Burn in these scenarios but would be great to know for sure. On Thu, Sep 26, 2013 at 7:15 AM, Chris Lord chris.l...@atterotech.comwrote: All, I've got a

Re: [WiX-users] Bundle, payload and not copying to cache...

2013-09-26 Thread Rob Mensching
All payloads are copied to secure location in Package Cache to ensure they can't be tampered with and used as an attack vector to get elevated access to the machine. Cache='no' means to not leave the files in the cache when complete. On Wed, Sep 25, 2013 at 8:24 PM, Cristian Prieto

Re: [WiX-users] [SPAM] Re: Error message during install

2013-09-26 Thread Hoover, Jacob
Wasn't there a bug a while back where the ACL's on the package cache were getting messed up and causing similar behaviors? What version of Wix is your installer using? -Original Message- From: Rob Mensching [mailto:r...@robmensching.com] Sent: Thursday, September 26, 2013 11:03 AM To:

Re: [WiX-users] changes to support upgrades ? help !

2013-09-26 Thread Phil Wilson
The design of your install (and probably the app that uses that file) is incorrect. A data file that needs preserving from one install through upgrades and so on needs to be in a Common Files or Application Data location. If the app uses the file in the installation folder, then the app's design

Re: [WiX-users] [SPAM] Re: Weekly releases

2013-09-26 Thread Rob Mensching
Yes. Getting into Votive can be daunting. I'm not much help because I basically know nothing about Votive, I've never worked on it (except to fix build breaks due to the crazy InternalsVisibleTo attributes I wish weren't there). That's why I suggested people could help in other areas. If there

Re: [WiX-users] [SPAM] Re: Error message during install

2013-09-26 Thread Chris Lord
Thanks for the reply, Rob. I saw someone mention about AV software interfering with installations when I was researching the error message and I've already suggested to my customer that they turn their anti-virus off if they have any to do the install. We'll see if that makes any difference.

Re: [WiX-users] [SPAM] Re: Error message during install

2013-09-26 Thread Chris Lord
Jacob, It's Wix V3.6.3303.0 which if I recall is the stable reversion of WiX 3.6. Chris - Original Message - From: Jacob Hoover jacob.hoo...@greenheck.com To: General discussion for Windows Installer XML toolset. wix-users@lists.sourceforge.net Sent: Thursday, September 26, 2013

Re: [WiX-users] [SPAM] Re: Weekly releases

2013-09-26 Thread John H Bergman (XPedient)
I may have some time later this weekend to take a swing at it; is there any documentation around that describes how to setup an environment to build (and maybe test) with? -Original Message- From: Rob Mensching [mailto:r...@robmensching.com] Sent: Thursday, September 26, 2013 11:38 AM

Re: [WiX-users] [SPAM] Re: Weekly releases

2013-09-26 Thread Christopher Painter
Rob, Are there known votive issues other then it's not wired up to VS2013 yet? The reason I ask is because I just setup a VM with VS2013 and WiX 3.7 and was able to perform a few file copies and devenv /setup (may not be needed, will reproduce to confirm ) and get the WiX VSIX package to

[WiX-users] Using WiX 3.7 Votive with VS2013 RC

2013-09-26 Thread Christopher Painter
I wanted to pass on the results of a test I did today. I started with a Win7 VM with IE10 (prereq of VS) and VS2013. I then performed the following steps: Copy Files from a VS2010/VS2012 Dev Machine to the VM: [ProgramFilesFolder]WiX Toolset v3.7\bin IncludeFile.ico LocationFile.ico

Re: [WiX-users] Using WiX 3.7 Votive with VS2013 RC

2013-09-26 Thread Christopher Painter
I now see the SDK\VS2010 and SDK\VS2012 folders that include inc and lib subfolders. I suspect this is where much of the work will need to be done to make VS specific libs and wired up to the version. Unless there is something else I'm missing, I'm thinking that a C++ / WiX Installer

[WiX-users] [SPAM] Re: [SPAM] Re: Weekly releases

2013-09-26 Thread Rob Mensching
http://wixtoolset.org/documentation/manual/v3/wixdev/building_wix.html - for additional discussion about developing the WiX toolset, please use wix-devs mailing list. This one is for *using* the WiX toolset. On Thu, Sep 26, 2013 at 11:15 AM, John H Bergman (XPedient) john.berg...@xpdnt.com

[WiX-users] [SPAM] Re: [SPAM] Re: Weekly releases

2013-09-26 Thread Rob Mensching
Issues are being tracked at http://wixtoolset.org/bugs/. There are a few issues open tracking the VS2013 work. On Thu, Sep 26, 2013 at 11:20 AM, Christopher Painter chr...@iswix.comwrote: Rob, Are there known votive issues other then it's not wired up to VS2013 yet? The reason I ask is

Re: [WiX-users] Using WiX 3.7 Votive with VS2013 RC

2013-09-26 Thread John Cooper
I don't think it will be hard either. Just waiting on approval. -- John Merryweather Cooper Build Install Engineer -- ESA Jack Henry Associates, Inc.(r) Shawnee Mission, KS 66227 Office: 913-341-3434 x791011 jocoo...@jackhenry.com www.jackhenry.com -Original Message- From:

Re: [WiX-users] [SPAM] Re: [SPAM] Re: Weekly releases

2013-09-26 Thread Christopher Painter
I only see 6 open tickets with the votive tag for 3.x. Only 2 of them indicate VS2013 and they seem dupes of each other. It seems to only be a high level support 2012 bug so it doesn't really seem to spell out the work that needs to be done. I'm guessing it's 40 hours worth of work. I

Re: [WiX-users] Using WiX 3.7 Votive with VS2013 RC

2013-09-26 Thread Christopher Painter
Cool. Let me know if getting assignment agreements are easier now that MSFT isn't involved.If you need any help or if you get a weekly build done that's working let me know. I need to update my ISWIX installer for 2013 also. For me it's just edit the AddIn XML to recognize the new

Re: [WiX-users] changes to support upgrades ? help !

2013-09-26 Thread nkshirsagar
thanks a lot. I'm writing the install location to the registry as of now .. so the upgrade would read that location from the registry and copy over the file after installation.. so the earlier file would need to be overwritten. Where could I schedule this copyfile? Would it be a custom action ?