Re: [WiX-users] Bootstrapper - Interuptting the MSI completion events while running multiple MSIs

2013-07-19 Thread Rahul V
t; > http://stackoverflow.com/questions/465488/can-i-load-a-net-assembly-at-runtime-and-instantiate-a-type-knowing-only-the-na > > > http://www.codeproject.com/Articles/32828/Using-Reflection-to-load-unreferenced-assemblies-a > > > > -----Original Message- > From: Rahul V [mailto

Re: [WiX-users] Bootstrapper - Interuptting the MSI completion events while running multiple MSIs

2013-07-19 Thread Rahul V
involved coding to delay load the assembly. > > -Original Message- > From: Rahul V [mailto:rahul8...@gmail.com] > Sent: Friday, July 19, 2013 9:05 AM > To: General discussion for Windows Installer XML toolset. > Subject: [WiX-users] Bootstrapper - Interuptting the MSI completion even

[WiX-users] Bootstrapper - Interuptting the MSI completion events while running multiple MSIs

2013-07-19 Thread Rahul V
Hi, I am running 3 MSI from my Bootstrapper, After the first MSI is installed successfully, I want to load an user control (Which is deployed by the first MSI) in the bootstrapper UI. After loading the user control I will collect some information from the user control and by clicking Next I want to

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

2013-07-19 Thread Rahul V
Create a variable inside the Bundle, pass that variable to MsiProperty, and change the variable in the bootstrapper code like Bootstrapper.Engine.StringVariables["MyVariable"] = "" now you can see it in the log, for the reference, http://stackoverflow.com/questions/15305932/how-to-pass-a-property

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

2013-07-19 Thread Rahul V
Please read this example, this will answer all your questions. http://bryanpjohnston.com/2012/09/28/custom-wix-managed-bootstrapper-application/ Regards, Rahul On Thu, Jul 18, 2013 at 11:49 PM, Mamidi, Balasubrahmanyam < balu.mam...@flightsafety.com> wrote: > Thanks for reply steve. not clear

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

[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

Re: [WiX-users] Chanage Logo

2013-02-25 Thread Rahul V
You may have look at here. http://wix.tramontana.co.hu/tutorial/user-interface/ui-wizardry Regards, Rahul On Mon, Feb 25, 2013 at 11:59 AM, Chaitanya wrote: > Hi, > > > > In the WIXUI_InstallDir,i want the change the logo. > > > > How to change,can u tell me the suggestions, > > > > Thanks & re

Re: [WiX-users] assigning path for directory using preprocessors

2013-01-15 Thread Rahul V
ler requirements for > identifier, which are basically the same as most programming languages. > > > On Fri, Jan 11, 2013 at 2:18 AM, Rahul V wrote: > > > Hi, > > I am trying to assign the below path for directory by the variable > > HelpSourceFolder as shown in be

[WiX-users] assigning path for directory using preprocessors

2013-01-11 Thread Rahul V
Hi, I am trying to assign the below path for directory by the variable HelpSourceFolder as shown in below, I am getting the error "Error 1 The Directory/@Id attribute's value, 'D:\SomeFolder\Path', is not a legal identifier.", please help me to identify what is wrong here. http://schemas.micro

[WiX-users] WIX UI Example

2013-01-03 Thread Rahul V
Hi, I want to create Wix msi with custom UI installation, can anyone provide me any sample projects? Thanks! Regards, Rahul -- Master HTML5, CSS3, ASP.NET, MVC, AJAX, Knockout.js, Web API and much more. Get web developme