Re: [WiX-users] Burn UI simple example doubt

2012-09-21 Thread vchauras
Hello all,

My need to develop is custom UI is as follows:

1. - I want the user to select which msi to install (using checkbox)
2. - Depending on which msi user selects , my next UI page would be get more
information from the user needed for the selected MSI.

So, have googled about this , I found that I have to develop a WPF installer
which would show pages 1 and 2 and send those values back to my managed BA;
which then installs the MSI.

Is this an okay design to follow or there could be a better/easy UI approach
to the above problem ?



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Burn-UI-simple-example-doubt-tp7580492p7580760.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Got visibility?
Most devs has no idea what their production app looks like.
Find out how fast your code is with AppDynamics Lite.
http://ad.doubleclick.net/clk;262219671;13503038;y?
http://info.appdynamics.com/FreeJavaPerformanceDownload.html
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Burn UI simple example doubt

2012-09-14 Thread vchauras
I am getting this error in log file. 

===
[28F8:28F0][2012-09-14T12:17:11]: Setting string variable 'WixBundleName' to
value 'my_Bootstrapper2'
[28F8:2E30][2012-09-14T12:17:11]: Error 0x80070002: Failed to probe for loc
file: thm.wxl in path:
C:\Users\VCHAUR~1\AppData\Local\Temp\{c2f6b6bb-3009-420f-8677-c02e58e78178}\.ba1\
[28F8:2E30][2012-09-14T12:17:11]: Error 0x80070002: Failed to initialize
data in bootstrapper application.
===

My bundle.wxs code looks like:

===
  BootstrapperApplicationRef
Id=WixStandardBootstrapperApplication.Foundation
Payload Id=thm.wxl Compressed=yes SourceFile=RtfTheme.wxl/
Payload Id=thm.xml Compressed=yes SourceFile=RtfTheme.xml/
  /BootstrapperApplicationRef
  
WixVariable Id=WixStdbaThemeXml Value=RtfTheme.xml /
WixVariable Id=WixStdbaThemeWxl Value=RtfTheme.wxl /
===


Why does probing occurs for thm.wxl even if I change the Id of that file ?
Is that a bug ?




--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Burn-UI-simple-example-doubt-tp7580492p7580543.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Got visibility?
Most devs has no idea what their production app looks like.
Find out how fast your code is with AppDynamics Lite.
http://ad.doubleclick.net/clk;262219671;13503038;y?
http://info.appdynamics.com/FreeJavaPerformanceDownload.html
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Burn UI simple example doubt

2012-09-14 Thread Rob Mensching
The Name of the Payload needs to be thm.wxl. Name will default to Source
if not provided.

On Fri, Sep 14, 2012 at 10:30 AM, vchauras vivekchauras...@gmail.comwrote:

 I am getting this error in log file.

 ===
 [28F8:28F0][2012-09-14T12:17:11]: Setting string variable 'WixBundleName'
 to
 value 'my_Bootstrapper2'
 [28F8:2E30][2012-09-14T12:17:11]: Error 0x80070002: Failed to probe for loc
 file: thm.wxl in path:

 C:\Users\VCHAUR~1\AppData\Local\Temp\{c2f6b6bb-3009-420f-8677-c02e58e78178}\.ba1\
 [28F8:2E30][2012-09-14T12:17:11]: Error 0x80070002: Failed to initialize
 data in bootstrapper application.
 ===

 My bundle.wxs code looks like:

 ===
   BootstrapperApplicationRef
 Id=WixStandardBootstrapperApplication.Foundation
 Payload Id=thm.wxl Compressed=yes SourceFile=RtfTheme.wxl/
 Payload Id=thm.xml Compressed=yes SourceFile=RtfTheme.xml/
   /BootstrapperApplicationRef

 WixVariable Id=WixStdbaThemeXml Value=RtfTheme.xml /
 WixVariable Id=WixStdbaThemeWxl Value=RtfTheme.wxl /
 ===


 Why does probing occurs for thm.wxl even if I change the Id of that file ?
 Is that a bug ?




 --
 View this message in context:
 http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Burn-UI-simple-example-doubt-tp7580492p7580543.html
 Sent from the wix-users mailing list archive at Nabble.com.


 --
 Got visibility?
 Most devs has no idea what their production app looks like.
 Find out how fast your code is with AppDynamics Lite.
 http://ad.doubleclick.net/clk;262219671;13503038;y?
 http://info.appdynamics.com/FreeJavaPerformanceDownload.html
 ___
 WiX-users mailing list
 WiX-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wix-users




-- 
virtually,

   Rob Mensching
   http://RobMensching.com LLC
--
Got visibility?
Most devs has no idea what their production app looks like.
Find out how fast your code is with AppDynamics Lite.
http://ad.doubleclick.net/clk;262219671;13503038;y?
http://info.appdynamics.com/FreeJavaPerformanceDownload.html
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Burn UI simple example doubt

2012-09-13 Thread vchauras
Hello all,

I have following snippet in Bundle.wxs


BootstrapperApplicationRef
Id=WixStandardBootstrapperApplication.Foundation /
WixVariable Id=WixStdbaThemeXml Value=ht.xml /
WixVariable Id=WixStdbaThemeWxl Value=ht.wxl /


When I build and run my exe, it does NOT  give the UI and installation
doesn't work.

ht.xml 

Theme xmlns=http://wixtoolset.org/schemas/thmutil/2010;
Window Width=500 Height=390 HexStyle=100a
FontId=0#(loc.Caption)/Window

Page Name=Install
Text X=11 Y=80 Width=-11 Height=30
FontId=2#(loc.InstallHeader)/Text
Text X=11 Y=121 Width=-11 Height=-129
FontId=3#(loc.InstallMessage)/Text
Hypertext Name=EulaHyperlink X=11 Y=-107 Width=-11
Height=17 TabStop=yes FontId=3
HideWhenDisabled=yes#(loc.InstallLicenseLinkText)/Hypertext
Text X=11 Y=-73 Width=246 Height=17
FontId=3#(loc.InstallVersion)/Text
Checkbox Name=EulaAcceptCheckbox X=-11 Y=-41 Width=246
Height=17 TabStop=yes FontId=3
HideWhenDisabled=yes#(loc.InstallAcceptCheckbox)/Checkbox
Button Name=OptionsButton X=-171 Y=-11 Width=75 Height=23
TabStop=yes FontId=0
HideWhenDisabled=yes#(loc.InstallOptionsButton)/Button
Button Name=InstallButton X=-91 Y=-11 Width=75 Height=23
TabStop=yes FontId=0#(loc.InstallInstallButton)/Button
Button Name=WelcomeCancelButton X=-11 Y=-11 Width=75
Height=23 TabStop=yes FontId=0#(loc.InstallCloseButton)/Button
/Page
/Theme
==

ht .wxl 
==
  String Id=InstallHeaderWelcome/String
  String Id=InstallMessageSetup will install [WixBundleName] on your
computer. Click install to continue, options to set the install directory or
Close to exit./String
  String Id=InstallVersionVersion [WixBundleVersion]/String
==

What am I doing wrong ?




--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Burn-UI-simple-example-doubt-tp7580492.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Burn UI simple example doubt

2012-09-13 Thread Rob Mensching
The log file should provide a bit more detail. I expect the problem is that
you're missing all the required pages for wixstdba. Take a look at the
src\ext\BalExtension\wixstdba\Resources\RtfTheme.xml file for an example of
all the pages and controls needed.

On Thu, Sep 13, 2012 at 12:33 PM, vchauras vivekchauras...@gmail.comwrote:

 Hello all,

 I have following snippet in Bundle.wxs

 
 BootstrapperApplicationRef
 Id=WixStandardBootstrapperApplication.Foundation /
 WixVariable Id=WixStdbaThemeXml Value=ht.xml /
 WixVariable Id=WixStdbaThemeWxl Value=ht.wxl /
 

 When I build and run my exe, it does NOT  give the UI and installation
 doesn't work.

 ht.xml
 
 Theme xmlns=http://wixtoolset.org/schemas/thmutil/2010;
 Window Width=500 Height=390 HexStyle=100a
 FontId=0#(loc.Caption)/Window

 Page Name=Install
 Text X=11 Y=80 Width=-11 Height=30
 FontId=2#(loc.InstallHeader)/Text
 Text X=11 Y=121 Width=-11 Height=-129
 FontId=3#(loc.InstallMessage)/Text
 Hypertext Name=EulaHyperlink X=11 Y=-107 Width=-11
 Height=17 TabStop=yes FontId=3
 HideWhenDisabled=yes#(loc.InstallLicenseLinkText)/Hypertext
 Text X=11 Y=-73 Width=246 Height=17
 FontId=3#(loc.InstallVersion)/Text
 Checkbox Name=EulaAcceptCheckbox X=-11 Y=-41 Width=246
 Height=17 TabStop=yes FontId=3
 HideWhenDisabled=yes#(loc.InstallAcceptCheckbox)/Checkbox
 Button Name=OptionsButton X=-171 Y=-11 Width=75
 Height=23
 TabStop=yes FontId=0
 HideWhenDisabled=yes#(loc.InstallOptionsButton)/Button
 Button Name=InstallButton X=-91 Y=-11 Width=75 Height=23
 TabStop=yes FontId=0#(loc.InstallInstallButton)/Button
 Button Name=WelcomeCancelButton X=-11 Y=-11 Width=75
 Height=23 TabStop=yes FontId=0#(loc.InstallCloseButton)/Button
 /Page
 /Theme
 ==

 ht .wxl
 ==
   String Id=InstallHeaderWelcome/String
   String Id=InstallMessageSetup will install [WixBundleName] on your
 computer. Click install to continue, options to set the install directory
 or
 Close to exit./String
   String Id=InstallVersionVersion [WixBundleVersion]/String
 ==

 What am I doing wrong ?




 --
 View this message in context:
 http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Burn-UI-simple-example-doubt-tp7580492.html
 Sent from the wix-users mailing list archive at Nabble.com.


 --
 Live Security Virtual Conference
 Exclusive live event will cover all the ways today's security and
 threat landscape has changed and how IT managers can respond. Discussions
 will include endpoint security, mobile security and the latest in malware
 threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
 ___
 WiX-users mailing list
 WiX-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wix-users




-- 
virtually,

   Rob Mensching
   http://RobMensching.com LLC
--
Got visibility?
Most devs has no idea what their production app looks like.
Find out how fast your code is with AppDynamics Lite.
http://ad.doubleclick.net/clk;262219671;13503038;y?
http://info.appdynamics.com/FreeJavaPerformanceDownload.html
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users