Re: [WiX-users] Burn + Launch Payload EXE after bootstrapp installation

2011-11-24 Thread ppremk
Additioanally i tried to see what was in the log:


[0138:01F4][2011-11-24T15:15:46]: Burn v3.6.2221.0, path:
C:\Users\admin\Desktop\MyWSBootstrapper.exe, cmdline: '-burn.unelevated
BurnPipe.{14712C86-EA18-4342-BCBC-AC3C46BFCF7C}
{3E642A26-7786-4D71-BBCE-79FCD0B43A05} 3716'
[0138:01F4][2011-11-24T15:15:46]: Setting string variable 'WixBundleName' to
value '(null)'
[0138:01F4][2011-11-24T15:15:46]: Setting string variable 'WixBundleLog' to
value 'C:\Users\admin\AppData\Local\Temp\Setup_2024151546.log'
[0138:01F4][2011-11-24T15:15:46]: Setting string variable
'WixBundleOriginalSource' to value
'C:\Users\admin\Desktop\MyWSBootstrapper.exe'
[0138:01F4][2011-11-24T15:15:46]: Error 0x8007007f: Failed to get
BootstrapperApplicationCreate entry-point
[0138:01F4][2011-11-24T15:15:46]: Error 0x8007007f: Failed to load UX.
[0138:01F4][2011-11-24T15:15:46]: Error 0x8007007f: Failed while running 
[0138:01F4][2011-11-24T15:15:46]: Error 0x8007007f: Failed to run per-user
mode.


--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Burn-Launch-Payload-EXE-after-bootstrapp-installation-tp7019706p7027367.html
Sent from the wix-users mailing list archive at Nabble.com.

--
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Burn + Launch Payload EXE after bootstrapp installation

2011-11-23 Thread Bob Arnson
On 22-Nov-11 03:18, ppremk wrote:
 2. How to launch a payload file (exe) after installing running the
 bootstrapper? I am using my own custom theme file and noticed that there is
 a launch button, I am not sure how to include a launch condition into that
 section.

Create a Variable named LaunchTarget that is set to the path of the file 
you want to launch.

-- 
sig://boB
http://joyofsetup.com/


--
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Burn + Launch Payload EXE after bootstrapp installation

2011-11-23 Thread ppremk
Thanks for the reply Bob :)

I have tried the below but still did not get to launch the payload or an
installed file via a chain MSI

 WixVariable Id=LaunchTarget
Value=[ProgramFilesFolder]Wizard\MyApp.exe/

and 

 WixVariable Id=LaunchTarget Value=[#MyApp.exe]/

Do I have to include this in the Bundle.wxs or am I missing something here?
I still new to Burn, please excuse me if this is a simple question. thanks
again

--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Burn-Launch-Payload-EXE-after-bootstrapp-installation-tp7019706p7027203.html
Sent from the wix-users mailing list archive at Nabble.com.

--
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Burn + Launch Payload EXE after bootstrapp installation

2011-11-22 Thread ppremk
Hi All,

Been playing around with burn recently and I would like to seek help on 2
questions.

1. How to Launch an executable installed via the MSI chained package? If I
run the MSI as stand alone, I am able to launch the exe that it installs,
but somehow this is not the case when included in the bootstrapper

I am using this standard bootstrapper.
BootstrapperApplicationRef
Id=WixStandardBootstrapperApplication.RtfLicense /

2. How to launch a payload file (exe) after installing running the
bootstrapper? I am using my own custom theme file and noticed that there is
a launch button, I am not sure how to include a launch condition into that
section.

I use this to refer to my own theme file.
WixVariable Id=WixStdbaThemeXml Value=..\SourceFiles\MyRtfTheme.xml/

this is the section in the theme file that I am referring to
Button Name=LaunchButton X=-91 Y=-11 Width=75 Height=23
TabStop=yes FontId=0 HideWhenDisabled=yesamp;Launch/Button

Thanks in advance!

--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Burn-Launch-Payload-EXE-after-bootstrapp-installation-tp7019706p7019706.html
Sent from the wix-users mailing list archive at Nabble.com.

--
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users