Re: [WiX-users] Fwd: Re: Not able to copy a file using CopyFile from installers install location to a target destination

2014-02-24 Thread Suvrajyoti Panda
Hi Phil, Below is how the issue was resolved: Thanks for the inputs. Regards, Suva Jyoti On 24-02-2014 21:55, Phil Wilson wrote: > You have a build error, that's why it's referring to the WiX source > file, just have the file in the right place for the bui

[WiX-users] How to run our exe while .msm file triggered for installation - Merge Module

2014-02-24 Thread Vadivel Natarajan
Hi All, Our team has started working on Merge Module concept. We are using Advanced installer for this. First thing, we have created a msi using Advanced Installer which will ship a file and also in turn it will run the .msm file to ship the other 2 files to the default install location or t

Re: [WiX-users] Suppress bundle caching and registration in ARP

2014-02-24 Thread Bob Arnson
On 24-Feb-14 20:41, Jun Yin wrote: > Is it possible to suppress bundle caching and registration in ARP (Add/Remove > Programs or Program and Features). No. Burn is not a "fire and forget" bootstrapper. See http://robmensching.com/blog/posts/2012/6/25/b-is-for-bundle-and-thats-good-enough-for-me

[WiX-users] Suppress bundle caching and registration in ARP

2014-02-24 Thread Jun Yin
Is it possible to suppress bundle caching and registration in ARP (Add/Remove Programs or Program and Features). If I set attributes DisableModify="yes" DisableRemove="yes" DisableRepair="yes" and attributes Cache="no", it seems that * ARP entry is still written to the registry HKEY

Re: [WiX-users] How to access BootstrapperApplicationdata.xml from wix extension

2014-02-24 Thread Rob Mensching
I'm very confused. This FireGiant KB article (https://support.firegiant.com/entries/24024258-The-four-phases-of-build-time-in-the-WiX-toolset-) talks about preprocessing before compiling. The BootstrapperApplicationData file is generated during the binding phase. Your BA can access the Bootstra

Re: [WiX-users] Implementing IBootstrapperBAFunction in bafunctions.dll

2014-02-24 Thread Hoover, Jacob
BAFunctions are a bit new, so the documentation is sparse. I believe you just need to include your DLL in your bundle and have it saved in the payload root with the bafunctions.dll name. There should be an example in \src\burn\Samples\bafunctions. -Original Message- From: Jun Yin [mail

[WiX-users] Implementing IBootstrapperBAFunction in bafunctions.dll

2014-02-24 Thread Jun Yin
By reading the source code of StdWixBA.dll, I found that StdWixBA.dll could optionally load bafunctions.dll for extension. HRESULT LoadBootstrapperBAFunctions() { HRESULT hr = S_OK; LPWSTR sczBafPath = NULL; hr = PathRelativeToModule(&sczBafPath, L"bafunctions.dll

Re: [WiX-users] Visual Studio 2010 and 2013 cannot open wix.sln

2014-02-24 Thread Jun Yin
Thank you very much Steven! It works like a charm. Noticed a few things: * The official documentation (http://wixtoolset.org/documentation/manual/v3/wixdev/building_wix.html ) requires running msbuild.exe on wix.proj traversal project. * The few solution files (.sln) can be

Re: [WiX-users] Fwd: Re: Not able to copy a file using CopyFile from installers install location to a target destination

2014-02-24 Thread Phil Wilson
You have a build error, that's why it's referring to the WiX source file, just have the file in the right place for the build. It's not building, so that means you haven't tested it yet. Maybe you are confusing build time with install time? The copyfile element at install time needs a source locat

[WiX-users] Fwd: Re: Not able to copy a file using CopyFile from installers install location to a target destination

2014-02-24 Thread Suvrajyoti Panda
Hey Guys, if you have any clue on the below issue please provide your inputs on the same. Regards, Suvra Jyoti Original Message Subject:Re: [WiX-users] Not able to copy a file using CopyFile from installers install location to a target destination Date: Mon, 24 Feb 2

Re: [WiX-users] alt key in bootstrapper messes up the foreground/background of controls

2014-02-24 Thread Steve-Ogilvie
what happens when you click the ALT key? -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/alt-key-in-bootstrapper-messes-up-the-foreground-background-of-controls-tp7592823p7592885.html Sent from the wix-users mailing list archive at Nabble.com. ---

[WiX-users] Managed BA command line not effective

2014-02-24 Thread Farrukhw
While playing with TestBA Bootstrapper from Bryan , first I installed 1.0.0.0. Then I incremented version to 1.0.0.1 and logged the process. Here is the part where -uninstall -quite command line was passed durin

Re: [WiX-users] transparent background on text that changes i.e.: OverallProgressPackageText leaves solid background of text foreground colour in Bootstrapper

2014-02-24 Thread Steve-Ogilvie
Sigh, thanks Tom! Well I guess back to the old drawing board :) I will have to cut in 1/3 the side banner bitmap for Welcome/Install, Success/Failure/Modify screens and try to figure out the hex number for the "light gray" colour and use that as the background colour for the text on progress s

Re: [WiX-users] transparent background on text that changes i.e.: OverallProgressPackageText leaves solid background of text foreground colour in Bootstrapper

2014-02-24 Thread Tom Brezinski
Steve, I ran into this same issue and another user posted about it last week as well. For the moment I am working around it same as you did. This seems like something that should be corrected though so I went ahead and opened a bug: http://wixtoolset.org/issues/4325/ -Original Message---

[WiX-users] WixBA shows No .Net Framework installed

2014-02-24 Thread Farrukhw
Experimentally, I simply copied WixBA project from Wix 3.7 source. Replaced the reference from core.csproj to BootstrapperCore and tried to use it with my own Bundle which is working fine with my own Manged Bootstrapper. It built fine. But strangely, when I tried to run it, it showed me the dialog

Re: [WiX-users] Burn: Managed Boostrapper upgrade but Installs side by side with older version

2014-02-24 Thread Farrukhw
Any good response? -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Burn-Managed-Boostrapper-upgrade-but-Installs-side-by-side-with-older-version-tp7592745p7592881.html Sent from the wix-users mailing list archive at Nabble.com. --