Re: [WiX-users] Examples of Burn

2012-10-01 Thread vchauras
There is one here

http://bryanpjohnston.wordpress.com/2012/09/28/custom-wix-managed-bootstrapper-application/comment-page-1/#comment-7



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Examples-of-Burn-tp7578587p7580985.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] Examples of Burn

2012-10-01 Thread vchauras
Burn based codes have a bootstrapper C# code too.

On Mon, Oct 1, 2012 at 8:11 PM, Katherine Moss [via Windows Installer XML
(WiX) toolset] ml-node+s687559n7580990...@n2.nabble.com wrote:

 I don't get it; aren't WiX projects written purely in XML?

 -Original Message-
 From: vchauras [mailto:[hidden 
 email]http://user/SendEmail.jtp?type=nodenode=7580990i=0]

 Sent: Monday, October 01, 2012 2:56 PM
 To: [hidden email] http://user/SendEmail.jtp?type=nodenode=7580990i=1
 Subject: Re: [WiX-users] Examples of Burn

 There is one here


 http://bryanpjohnston.wordpress.com/2012/09/28/custom-wix-managed-bootstrapper-application/comment-page-1/#comment-7



 --
 View this message in context:
 http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Examples-of-Burn-tp7578587p7580985.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
 [hidden email] http://user/SendEmail.jtp?type=nodenode=7580990i=2
 https://lists.sourceforge.net/lists/listinfo/wix-users



 --

 Don't let slow site performance ruin your business. Deploy New Relic APM
 Deploy New Relic app performance management and know exactly
 what is happening inside your Ruby, Python, PHP, Java, and .NET app
 Try New Relic at no cost today and get our sweet Data Nerd shirt too!
 http://p.sf.net/sfu/newrelic-dev2dev
 ___
 WiX-users mailing list
 [hidden email] http://user/SendEmail.jtp?type=nodenode=7580990i=3
 https://lists.sourceforge.net/lists/listinfo/wix-users


 --
  If you reply to this email, your message will be added to the discussion
 below:

 http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Examples-of-Burn-tp7578587p7580990.html
  To unsubscribe from Examples of Burn, click 
 herehttp://windows-installer-xml-wix-toolset.687559.n2.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_codenode=7578587code=dml2ZWtjaGF1cmFzaXlhQGdtYWlsLmNvbXw3NTc4NTg3fDY5MDE1ODM2NA==
 .
 NAMLhttp://windows-installer-xml-wix-toolset.687559.n2.nabble.com/template/NamlServlet.jtp?macro=macro_viewerid=instant_html%21nabble%3Aemail.namlbase=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespacebreadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml




-- 
Best Regards,

Vivek Kumar Chaurasiya
Graduate Student
Purdue University
Cell: 765-491-4074




--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Examples-of-Burn-tp7578587p7580997.html
Sent from the wix-users mailing list archive at Nabble.com.
--
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance management and know exactly
what is happening inside your Ruby, Python, PHP, Java, and .NET app
Try New Relic at no cost today and get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Set and pass a variable (or something similiar) when a feature is selected

2012-09-30 Thread vchauras
Yes I know, but I wanted to pass the MsiProperty value as a parameter which
should be set by Burn engine. Hence I did it that way.



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Set-and-pass-a-variable-or-something-similiar-when-a-feature-is-selected-tp7579907p7580951.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] Set and pass a variable (or something similiar) when a feature is selected

2012-09-28 Thread vchauras
look at WixBA\Bundle.wxs file where authors declare InstallFolder as string
variable and they set that variable 
within the WixBA.cs code like:

this.Engine.StringVariables[InstallFolder] = XYZ.

This is the way in which burn relays params to msipackage.




--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Set-and-pass-a-variable-or-something-similiar-when-a-feature-is-selected-tp7579907p7580930.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-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


[WiX-users] Burn custom UI doubt ... {Re: Using Burn to club 2 msi s. - initial doubts}

2012-09-17 Thread vchauras
I wasn't able to resolve this issue for now, but I think it should be
trivial; so leaving it as it is.

Doubt 1: Can I change the theme file to show checkboxes/form fields where
user can feed in data which can be set as Properties and used in
installation later ?

Doubt 2:
If [Doubt 1 == No] , then I guess I have to create a custom Bootstrapper.

I want a simple Burn UI where I shall be able to select features
(checkboxes), have a form filling as next stage and finally the install
screen. So, I came across this link, which tells me that I have to write a
custom bootstraper  (as showed here). 
http://stackoverflow.com/questions/7983683/wix-burn-custom-ui
http://stackoverflow.com/questions/7840380/custom-wix-burn-bootstrapper-user-interface?lq=1

So, is this the way to proceed to develop a custom Burn UI ?

The following 2 links DID-NOT help much:

http://stackoverflow.com/questions/9931008/wix-bootstrapper-theme-file
http://stackoverflow.com/questions/9570134/write-a-wpf-wix-installer?rq=1

In the wix3.6 source code, where can I look for the sample example of this
thing ?



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Using-Burn-to-club-2-msi-s-initial-doubts-tp7580493p7580603.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-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] Using Burn to club 2 msi s. - initial doubts

2012-09-14 Thread vchauras
Yes, I want a single unified installation. The flow of UI would be something
like:

1- Welcome
2- Ask for user inputs (checkbox, filling some values)
3- The user inputs can now be passed to m1 and m2 if they need that specific
info
4- m1 runs with its input
5- m2 runs with its input
6- finish

I wrote steps 4 ,5 individual because I think then I can reuse most the old
msi code , okay ?

I guess the main challenge for me it to create a unified UI for the both msi
(newbie). Once I have the individual params for the individual msi, I can
run msiexec one after the other. 

How does this approach sounds ?



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Using-Burn-to-club-2-msi-s-initial-doubts-tp7580493p7580544.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


[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] Wix Burn helloworld example

2012-09-11 Thread vchauras
Version = 3.6.2928.0

Log file is attached.

On Tue, Sep 11, 2012 at 12:16 AM, Rob Mensching-7 [via Windows Installer
XML (WiX) toolset] ml-node+s687559n7580415...@n2.nabble.com wrote:

 If you go to ProgramsFeatures, what is the full version of the WiX
 toolset
 that you have?

 The attachment seems to have been lost. Can you provide all the error
 information from the log file directly in the email?

 On Mon, Sep 10, 2012 at 9:51 PM, vchauras [hidden 
 email]http://user/SendEmail.jtp?type=nodenode=7580415i=0
 wrote:

  I am using wix3.6.exe on my machine.
 
  The log file is all  I have. Actually i googled the problem before
 posting
  here and  ran into one thread (similar to this problem) where you only
  replied asking for  msbuild -fl  output. Hence I attached that output.
 
 
 
  --
  View this message in context:
 
 http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Wix-Burn-helloworld-example-tp7580407p7580413.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
  [hidden email] http://user/SendEmail.jtp?type=nodenode=7580415i=1
  https://lists.sourceforge.net/lists/listinfo/wix-users
 



 --
 virtually,

Rob Mensching
http://RobMensching.com LLC
 --

 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
 [hidden email] http://user/SendEmail.jtp?type=nodenode=7580415i=2
 https://lists.sourceforge.net/lists/listinfo/wix-users


 --
  If you reply to this email, your message will be added to the discussion
 below:

 http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Wix-Burn-helloworld-example-tp7580407p7580415.html
  To unsubscribe from Wix Burn helloworld example, click 
 herehttp://windows-installer-xml-wix-toolset.687559.n2.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_codenode=7580407code=dml2ZWtjaGF1cmFzaXlhQGdtYWlsLmNvbXw3NTgwNDA3fDY5MDE1ODM2NA==
 .
 NAMLhttp://windows-installer-xml-wix-toolset.687559.n2.nabble.com/template/NamlServlet.jtp?macro=macro_viewerid=instant_html%21nabble%3Aemail.namlbase=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespacebreadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml




-- 
Best Regards,

Vivek Kumar Chaurasiya
Graduate Student
Purdue University
Cell: 765-491-4074




--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Wix-Burn-helloworld-example-tp7580407p7580423.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] Wix Burn helloworld example

2012-09-11 Thread vchauras
 _CleanRecordFileWrites in project
my-Bootstrapper2.wixproj.
Done Building Project C:\Users\vchaurasiya\Documents\Visual Studio
2010\Projects\my-Bootstrapper2\my-Bootstrapper2\my-Bootstrapper2.wixproj
(default targets) -- FAILED.


Build FAILED.

C:\Users\vchaurasiya\Documents\Visual Studio
2010\Projects\my-Bootstrapper2\my-Bootstrapper2\my-Bootstrapper2.wixproj
(default target) (1) -
(AddSolutionDefineConstants target) -
  C:\Program Files
(x86)\MSBuild\Microsoft\WiX\v3.x\wix2010.targets(1232,5): warning :
Solution properties are only available during IDE builds or when building
the solution file from the command line. To turn off this warning set
DefineSolutionPropertiesfalse/DefineSolutionProperties in your .wixproj
file. [C:\Users\vchaurasiya\Documents\Visual Studio
2010\Projects\my-Bootstrapper2\my-Bootstrapper2\my-Bootstrapper2.wixproj]


C:\Users\vchaurasiya\Documents\Visual Studio
2010\Projects\my-Bootstrapper2\my-Bootstrapper2\my-Bootstrapper2.wixproj
(default target) (1) -
(Link target) -
  c:\users\vchaurasiya\documents\visual studio
2010\Projects\my-Bootstrapper2\my-Bootstrapper2\Bundle.wxs(7): warning
LGHT1134: The MSI 'C:\Users\vchaurasiya\Documents\Visual Studio
2010\Projects\my-Bootstrapper2\my-Bootstrapper2\SetupProject4.msi' does not
explicitly indicate that it is a per-user package even though the ALLUSERS
Property is blank. This suggests a per-user package so the Bundle will
assume the package is per-user. If possible, use the Package/@InstallScope
attribute to be explicit instead. [C:\Users\vchaurasiya\Documents\Visual
Studio
2010\Projects\my-Bootstrapper2\my-Bootstrapper2\my-Bootstrapper2.wixproj]
  c:\users\vchaurasiya\documents\visual studio
2010\Projects\my-Bootstrapper2\my-Bootstrapper2\Bundle.wxs(11): warning
LGHT1134: The MSI 'C:\Users\vchaurasiya\Documents\Visual Studio
2010\Projects\my-Bootstrapper2\my-Bootstrapper2\msi-2.msi' does not
explicitly indicate that it is a per-user package even though the ALLUSERS
Property is blank. This suggests a per-user package so the Bundle will
assume the package is per-user. If possible, use the Package/@InstallScope
attribute to be explicit instead. [C:\Users\vchaurasiya\Documents\Visual
Studio
2010\Projects\my-Bootstrapper2\my-Bootstrapper2\my-Bootstrapper2.wixproj]


C:\Users\vchaurasiya\Documents\Visual Studio
2010\Projects\my-Bootstrapper2\my-Bootstrapper2\my-Bootstrapper2.wixproj
(default target) (1) -
(Link target) -
  light.exe : error LGHT0001: Value cannot be null.
[C:\Users\vchaurasiya\Documents\Visual Studio
2010\Projects\my-Bootstrapper2\my-Bootstrapper2\my-Bootstrapper2.wixproj]

3 Warning(s)
1 Error(s)

Time Elapsed 00:00:00.62



On Tue, Sep 11, 2012 at 10:24 AM, Chris Lord-2 [via Windows Installer XML
(WiX) toolset] ml-node+s687559n7580424...@n2.nabble.com wrote:

 As this is an e-mail list, attachments get stripped off.  You'll need to
 post the log in the e-mail itself so it can be seen.

 -Original Message-
 From: vchauras [mailto:[hidden 
 email]http://user/SendEmail.jtp?type=nodenode=7580424i=0]

 Sent: Tuesday, September 11, 2012 11:02 AM
 To: [hidden email] http://user/SendEmail.jtp?type=nodenode=7580424i=1
 Subject: Re: [WiX-users] Wix Burn helloworld example

 Version = 3.6.2928.0

 Log file is attached.

 On Tue, Sep 11, 2012 at 12:16 AM, Rob Mensching-7 [via Windows Installer
 XML (WiX) toolset] [hidden 
 email]http://user/SendEmail.jtp?type=nodenode=7580424i=2
 wrote:

  If you go to ProgramsFeatures, what is the full version of the WiX
  toolset that you have?
 
  The attachment seems to have been lost. Can you provide all the error
  information from the log file directly in the email?
 
  On Mon, Sep 10, 2012 at 9:51 PM, vchauras [hidden
  email]http://user/SendEmail.jtp?type=nodenode=7580415i=0
  wrote:
 
   I am using wix3.6.exe on my machine.
  
   The log file is all  I have. Actually i googled the problem before
  posting
   here and  ran into one thread (similar to this problem) where you
   only replied asking for  msbuild -fl  output. Hence I attached
 that output.

  
  
  
   --
   View this message in context:
  
  http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Wix-Burn
  -helloworld-example-tp7580407p7580413.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
   [hidden email]
   http://user/SendEmail.jtp?type=nodenode=7580415i=1
   https://lists.sourceforge.net/lists/listinfo

[WiX-users] Wix Burn helloworld example

2012-09-10 Thread vchauras
I have read the documentation of bundle from source code. I couldn't get a
simple burn example worked out.

My bundle.wxs file is:


?xml version=1.0 encoding=UTF-8?
Wix xmlns=http://schemas.microsoft.com/wix/2006/wi;
Bundle Name=my_Bootstrapper2 Version=1.0.0.0 Manufacturer=FactSet
Research Systems, Inc. UpgradeCode=c6495a40-a46d-4dcd-945c-4bca40562e42
BootstrapperApplicationRef
Id=WixStandardBootstrapperApplication.RtfLicense /
Chain

  MsiPackage SourceFile=SetupProject4.msi
  Id=m1
  Vital=yes
  /
  MsiPackage SourceFile=msi-2.msi 
  Id=m2
  Vital=yes
  /
/Chain
/Bundle
/Wix


Error is:

Value cannot be null.   light.exe   0   1   my-Bootstrapper2


I have attached the msbuild log file too. Is there any problem with my wix
source code ? 

m1/2 are 2 simple msi which I had created previously.

-Vivek










--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Wix-Burn-helloworld-example-tp7580407.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] Wix Burn helloworld example

2012-09-10 Thread vchauras
I am using wix3.6.exe on my machine.

The log file is all  I have. Actually i googled the problem before posting
here and  ran into one thread (similar to this problem) where you only
replied asking for  msbuild -fl  output. Hence I attached that output.



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Wix-Burn-helloworld-example-tp7580407p7580413.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


[WiX-users] Upgrading to Burn [list of steps to take]

2012-09-07 Thread vchauras
Hello all,

We already have a big size msi for our product and it supports installation
of various features. Now, with Wix3.6 onwards, we want to use Burn in our
build stage.

My main concern before moving to Burn is that :

- how would I know if my current MSI needs Burn supported functionality or
not ?
- Can burn only help in checking the pre-requisites of an installation and
chaining of smaller MSI s ?
- What other questions should I ask myself if I want to move from old MSI
generation (using Wix3.5) to a new process of generation using Burn ?

If anyone experienced with Burn could help me answering such queries, that
would be grateful.

Thanks
Vivek



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Upgrading-to-Burn-list-of-steps-to-take-tp7580375.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] Install Wix37.exe using command line.

2012-09-04 Thread vchauras
okay that worked. But now I want to uninstall wix37.exe since its not a
stable release and use wix3.6 as the stable one.

Uninstalling wix37.exe from Control Panel says failed to uninstall - try
again

I tried using Wmic command like :


wmic product where name=WiX Toolset v3.7 Core call uninstall
wmic product where name=WiX Toolset v3.7 Managed SDK call uninstall
wmic product where name=WiX Toolset v3.7 Visual Studio Integration call
uninstall
wmic product where name=WiX Toolset v3.7 Native 2010 SDK call uninstall


but even now, I m not able to install wix3.6.exe ; it just gives the splash
screen w/o any click-install link.

Any workaround to get this working ?





--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Install-Wix37-exe-using-command-line-tp7580153p7580286.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] Install Wix37.exe using command line.

2012-09-04 Thread vchauras
[update]I restarted my machine and uninstallation went well. 

Anyways, which log file are we referring here ?



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Install-Wix37-exe-using-command-line-tp7580153p7580296.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


[WiX-users] Install Wix37.exe using command line.

2012-08-28 Thread vchauras
Hello all,

We had a build machine which used to install Wix3.6 msi using 

msiexec /qr /i WiX\wix36.msi

Now, we are updating our build scripts to use Wix37.exe , but I dont know is
there a way to install latest wix using command line ?

Are there any options with this exe so that i can silent install  wix37.exe
on command line ?

Thanks
Vivek




--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Install-Wix37-exe-using-command-line-tp7580153.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