Hi,
I have created a msi and bootstrapper application as you did ,but still i
didnt get anything installed on my machine and no UI are displayed. will you
guide me how to integrate these two and how to get the UI visible.
Regards,
Karthick.R
--
View this message in context:
http://windows-insta
And documentation will get better in the future. I have written the
documentation yet because I've been trying to simplify the creation more...
lots of fiddly little details you have to get connected for it to work.
On Thu, Feb 24, 2011 at 2:31 PM, Simon Zinkevicius wrote:
>
> Everything is now
Everything is now up and running. My problem was that I was not including my
BA config file in the BootstrapperApplication payload. I added the lines
below into my Bundle.wxs and it is all working now.
Thanks for the help guys!
Simon
--
View this message in context:
http://windows-i
Im get a "Error 0x8007007f: Failed to get BootstrapperApplicationCreate
entry-point" error in the log. Do I need to defne a
"BootstrapperApplicationCreate" function in my BA library?
--
View this message in context:
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Trouble-implement
There will be a log file in %TEMP%. Does it point out any errors?
On Wed, Feb 23, 2011 at 2:14 PM, Simon Zinkevicius wrote:
>
> I also added the following line the the AssemblyInfo.cs in the bootstrapper
> Application library but it still will not run.
>
> [assembly: BootstrapperApplication(type
I also added the following line the the AssemblyInfo.cs in the bootstrapper
Application library but it still will not run.
[assembly: BootstrapperApplication(typeof(TestBA))]
--
View this message in context:
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Trouble-implementing-a-Bo
I've written a MSI project using WIX 3.6 and now I want to create my own
bootstrapper. I want to write my own UI using WPF like WixUX so I create a
new C# library project and referenced the BootstrapperCore.dll and created a
class that inherits from BootstrapperApplication. For my test BA all I wa
7 matches
Mail list logo