Re: [WiX-users] util:XmlFile hide logging of sensitive information

2013-11-28 Thread Blair Murri
That bug now lives here: http://wixtoolset.org/issues/3859/
 
 From: ilir...@gmail.com
 Date: Wed, 27 Nov 2013 11:07:14 +0100
 To: wix-users@lists.sourceforge.net
 Subject: Re: [WiX-users] util:XmlFile hide logging of sensitive information
 
 Updating MSI sounds really hack-y way to do it, either way i found the bug
 report http://sourceforge.net/p/wix/bugs/3163/ so hopefully will be fixed
 soon :) Thanks
 
 
 On Tue, Nov 26, 2013 at 1:53 PM, Blair Murri os...@live.com wrote:
 
  The CustomAction tag inside of the UtilExtension for the deferred portion
  of the XmlFile custom action doesn't have the HideTarget attribute set. I
  thought there was an issue opened on that at some point, but I don't recall
  right now.
 
  You could update the MSI post-binding to set that bit in the custom action
  attributes.
 
   From: ilir...@gmail.com
   Date: Tue, 26 Nov 2013 12:30:11 +0100
   To: wix-users@lists.sourceforge.net
   Subject: [WiX-users] util:XmlFile hide logging of sensitive information
  
   Hi,
  
   I'm using util:XmlFile to change a connection string in a file and a
   Password is involved which i would like to hide or not log.
  
   util:XmlFile Id=XML_File.exe.config
   File=[Dir_File]File.exe.config
  ElementPath=//configuration/connectionStrings/add[\[]@name='ABC'[\]]
   Action=setValue
  Name=connectionString
  Sequence=1
   Value=User ID=user;Password='[PASSWORD]';
   /util:XmlFile
  
   I also added:
   Property Id=ExecXmlFile Hidden=yes /Property
   Property Id=PASSWORD Hidden=yes Secure=yes /
  
   But still there is one line that is being logged and would appreciate any
   help:
  
   MSI (s) (F8:8C) [11:43:03:072]: Executing op:
   ActionStart(Name=ExecXmlFile,,)
   MSI (s) (F8:8C) [11:43:03:074]: Executing op:
  
  CustomActionSchedule(Action=ExecXmlFile,ActionType=3073,Source=BinaryData,Target=ExecXmlFile,CustomActionData=2€0€C:\Program
  
  Files\ABC\File.exe.config€3€0€//configuration/connectionStrings/add[@name='ABC']€connectionString€User
   ID=user;Password='q9h581)D3]';)
  
  --
   Shape the Mobile Experience: Free Subscription
   Software experts and developers: Be at the forefront of tech innovation.
   Intel(R) Software Adrenaline delivers strategic insight and game-changing
   conversations that shape the rapidly evolving mobile landscape. Sign up
  now.
  
  http://pubads.g.doubleclick.net/gampad/clk?id=63431311iu=/4140/ostg.clktrk
   ___
   WiX-users mailing list
   WiX-users@lists.sourceforge.net
   https://lists.sourceforge.net/lists/listinfo/wix-users
 
 
  --
  Shape the Mobile Experience: Free Subscription
  Software experts and developers: Be at the forefront of tech innovation.
  Intel(R) Software Adrenaline delivers strategic insight and game-changing
  conversations that shape the rapidly evolving mobile landscape. Sign up
  now.
  http://pubads.g.doubleclick.net/gampad/clk?id=63431311iu=/4140/ostg.clktrk
  ___
  WiX-users mailing list
  WiX-users@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/wix-users
 
 --
 Rapidly troubleshoot problems before they affect your business. Most IT 
 organizations don't have a clear picture of how application performance 
 affects their revenue. With AppDynamics, you get 100% visibility into your 
 Java,.NET,  PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
 http://pubads.g.doubleclick.net/gampad/clk?id=84349351iu=/4140/ostg.clktrk
 ___
 WiX-users mailing list
 WiX-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wix-users
  
--
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET,  PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349351iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] RegistrySearch/@Win64 bug?

2013-11-28 Thread Blair Murri
The -arch command-line argument is what sets the default value of @Win64 on 
things like the RegistrySearch and Component elements, not the 
Package/@Platform attribute.
 
That is a doc bug. Please file it so we get it corrected.
 
-Blair
 
 Date: Wed, 27 Nov 2013 19:46:10 +0200
 From: igor@gmail.com
 To: wix-users@lists.sourceforge.net
 Subject: [WiX-users] RegistrySearch/@Win64 bug?
 
 Hello,
 
 RegistrySearch/@Win64 documentation at
 http://wixtoolset.org/documentation/manual/v3/xsd/wix/registrysearch.html
  says:
 
 The default value depends on the value of the Package/@Platform attribute:
 if the @Platform attribute value is 'x86', the default @Win64 attribute
 value is 'no'; otherwise, the default value is 'yes'.
 
 But my tests with WIX 3.6.3303 showed that default is always 'no'
 regardless of Package/@Platform attribute value. For example I have
 Package/@Platform
 value 'x64' and RegistrySearch element without @Win64 attribute. I compile
 msi and check its content with Orca. RegLocator table contains record
 corresponding to my RegistrySearch element but its Type does
 not contain msidbLocatorType64bit set.
 
 Is this bug in WiX or bug in the schema reference? Or maybe I missing
 something?
 
 Thanks,
 Igor
 --
 Rapidly troubleshoot problems before they affect your business. Most IT 
 organizations don't have a clear picture of how application performance 
 affects their revenue. With AppDynamics, you get 100% visibility into your 
 Java,.NET,  PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
 http://pubads.g.doubleclick.net/gampad/clk?id=84349351iu=/4140/ostg.clktrk
 ___
 WiX-users mailing list
 WiX-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wix-users
  
--
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET,  PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349351iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] info about VSProjectOutput

2013-11-28 Thread Blair Murri
I don't recognize it but a Bing search turned up this page: 
http://portals.altiris.com/portals/13/sdk/smp%207.0/SolutionDev/UnderstandingAndCreatingInstallationsUsingWIX.html
 
-Blair
 
 Date: Thu, 28 Nov 2013 11:12:21 +0530
 From: subrat.w...@gmail.com
 To: wix-users@lists.sourceforge.net
 Subject: [WiX-users] info about VSProjectOutput
 
 Hi,
 
 I can see some  VSProjectOutput nodes in my wix file. I can't find any
 documentation on this node. Can anybody please tell me what this is and why
 it is used?
 
 Thanks,
 syd
 --
 Rapidly troubleshoot problems before they affect your business. Most IT 
 organizations don't have a clear picture of how application performance 
 affects their revenue. With AppDynamics, you get 100% visibility into your 
 Java,.NET,  PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
 http://pubads.g.doubleclick.net/gampad/clk?id=84349351iu=/4140/ostg.clktrk
 ___
 WiX-users mailing list
 WiX-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wix-users
  
--
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET,  PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349351iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] [WIX]: How to trigger my MSI file when I select install option in Wix Custom Bootstrapper UI

2013-11-28 Thread Blair Murri
When your PFN_BOOTSTRAPPER_APPLICATION_CREATE method (prototyped in the 
IBootstrapperApplication.h file) was called that you used to create your UI, 
you were passed an IBootstrapperEngine pointer. You call the engine methods 
directly on that interface pointer (which is defined in the 
IBootstrapperEngine.h file).
 
WixStdBA.dll is a BA that the toolset provides, but by writing your own you 
don't use it (except in the case where you are writing a managed BA) so it is 
never loaded if you are using your own BA.
 
If you are looking for example C++ code, you could look at the sources to 
WixStdBA, because that is a BA written in C++. Another example is the WixExtBA 
project on codeplex. There may be others as well (although most examples I've 
seen are managed code instead of native code).
 
-Blair
 
 Date: Thu, 28 Nov 2013 12:43:53 +0530
 From: dileep.sanamp...@gmail.com
 To: wix-users@lists.sourceforge.net
 Subject: Re: [WiX-users] [WIX]: How to trigger my MSI file when I select 
 install option in Wix Custom Bootstrapper UI
 
 Hi Blair,
 
 Thank you for the information.
 
 Is there any examples in c++ to call Detect, then Plan, and then Apply on
 the engine.
 
 We need to load the WixStdBA.dll and call the functions? or any other way?
 
 Please help me to solve this.
 
 Thanks in advance..
 
 
 
  
--
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET,  PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349351iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] [WIX]: How to add ListView control using themes

2013-11-28 Thread dileep s
Hi All,

How to add ListView control in themes file?

I have create ListView control in HyperlinkTheme.xml

Page Name=Install

ListView Name=ListViewbox X=11 Y=50 Height=100 Width=100 Visible=
yes TabStop=yes ImageListGroupHeader=LVSIL_GROUPHEADER

Column Width=50Book1/Column

Column Width=50Book2/Column

/ListView

Button Name=InstallButton X=-91 Y=-11 Width=75 Height=23 TabStop=
yes FontId=0Next/Button

 /Page

Is building correctly.

When I ran the bootstrapper.exe it doesnot show any UI.

I think its got corrupted?



How to add ListView control using themes?



Can anyone please help me on this?


Thanks in advance...
--
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET,  PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349351iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Unable to switch ASP.NET to version 4.0

2013-11-28 Thread Suvrajyoti Panda
Hi All,

I am trying to set the asp.net version to 4.0. I have below piece of 
code in my product.wxs :

Switch ASP.NET to version 4.0:

!-- Switch ASP.NET to version 4.0 --
 CustomAction Id=MakeWepApp40 Directory=MYWEBWEBSITE 
ExeCommand=[ASPNETREGIIS] -norestart -s 
W3SVC/MyWebSiteId/ROOT/[WEB_APP_NAME]  Return=check/

 InstallExecuteSequence
 Custom Action=MakeWepApp40 After=InstallFinalize
ASPNETREGIIS AND NOT Installed/Custom
 /InstallExecuteSequence

The installer gets created but throws the below error :


I believe its is because of some issue here that this is occurring as on 
commenting this part the installer got created but the app pool was not 
set for the application.

The product.wxs also references the iisconfiguration.wxs that looks like 
below:
DirectoryRef Id=MYWEBWEBSITE
 !-- Configuring app pool --
 Component Id=MyWebAppPoolCmp Guid= KeyPath=yes
 iis:WebAppPool Id=MyWebAppPool Name=[WEB_APP_NAME] /
 /Component

 !-- Configure virtual dir --
 Component Id=MyWebVirtualDirCmp 
Guid={751DEB01-ECC1-48ff-869A-65BCEE9E0528} KeyPath=yes 
   iis:WebServiceExtension Id=ExtensionASP2 
Group=ASP.NET v2.0.50727 Allow=yes 
File=[NETFRAMEWORK20INSTALLROOTDIR]aspnet_isapi.dll 
Description=ASP.NET v2.0.50727/
   iis:WebVirtualDir Id=MyWebVirtualDir 
Alias=[VIRTUAL_DIR_VAL] Directory=MYWEBWEBSITE WebSite=DefaultWebSite
 iis:WebDirProperties Id=MyWebVirtDirProperties 
AnonymousAccess=yes BasicAuthentication=yes 
WindowsAuthentication=yes /
 iis:WebApplication Id=MyWebWebApplication 
Name=[VIRTUAL_DIR_VAL] /
 /iis:WebVirtualDir
 /Component
 /DirectoryRef

Could someone suggest whats the issue here?

Regards,
SuvraJyoti
--
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET,  PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349351iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Localization of a Bootstrapper (Messages of bal:Condition)

2013-11-28 Thread nianderneves
Hi,

I'm using the StandardBootstrapperApplication.RtfLicense and I got the
localization like this:

BootstrapperApplicationRef
Id=WixStandardBootstrapperApplication.RtfLicense 
bal:WixStandardBootstrapperApplication
  
LocalizationFile=$(var.SolutionDir)Setup.Resources\localization\RtfTheme\RtfTheme.wxl
   SuppressOptionsUI=yes/
Payload Id=theme_pt_br Compressed=yes Name=1046\thm.wxl
SourceFile=$(var.SolutionDir)Setup.Resources\localization\RtfTheme\1046\RtfTheme.wxl/
Payload Id=theme_es_es Compressed=yes Name=3082\thm.wxl
SourceFile=$(var.SolutionDir)Setup.Resources\localization\RtfTheme\3082\RtfTheme.wxl/
/BootstrapperApplicationRef

That works perfectly. However I'm using some conditions with the tag
bal:Condition. Like this:

bal:Condition Message=Problem... Condition  1 /bal:Condition

I need to Localize the message shown by this condition. How can I do this?

Thank you a lot.



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Localization-of-a-Bootstrapper-Messages-of-bal-Condition-tp7590999.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET,  PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349351iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Localization of a Bootstrapper (Messages of bal:Condition) [P]

2013-11-28 Thread Steven Ogilvie
Classification: Public
In the bundle.wxs

bal:Condition Message =#(loc.InstallConditionWrongPrivileges)
  Privileged
/bal:Condition

Then in the wxl file I have the string:
String Id=InstallConditionWrongPrivileges[WixBundleName] requires 
administrator privileges./String

You would need to create that string for each language

Steve

-Original Message-
From: nianderneves [mailto:niander.ne...@gmail.com]
Sent: November-28-13 8:36 AM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Localization of a Bootstrapper (Messages of bal:Condition)

Hi,

I'm using the StandardBootstrapperApplication.RtfLicense and I got the 
localization like this:

BootstrapperApplicationRef
Id=WixStandardBootstrapperApplication.RtfLicense 
bal:WixStandardBootstrapperApplication
  
LocalizationFile=$(var.SolutionDir)Setup.Resources\localization\RtfTheme\RtfTheme.wxl
   SuppressOptionsUI=yes/
Payload Id=theme_pt_br Compressed=yes Name=1046\thm.wxl
SourceFile=$(var.SolutionDir)Setup.Resources\localization\RtfTheme\1046\RtfTheme.wxl/
Payload Id=theme_es_es Compressed=yes Name=3082\thm.wxl
SourceFile=$(var.SolutionDir)Setup.Resources\localization\RtfTheme\3082\RtfTheme.wxl/
/BootstrapperApplicationRef

That works perfectly. However I'm using some conditions with the tag 
bal:Condition. Like this:

bal:Condition Message=Problem... Condition  1 /bal:Condition

I need to Localize the message shown by this condition. How can I do this?

Thank you a lot.



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Localization-of-a-Bootstrapper-Messages-of-bal-Condition-tp7590999.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance affects 
their revenue. With AppDynamics, you get 100% visibility into your Java,.NET,  
PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349351iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

 



 
This message has been marked as Public by Steven Ogilvie on November-28-13 
8:45:04 AM.

The above classification labels were added to the message by TITUS Message 
Classification. For more information visit www.titus.com.

--
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET,  PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349351iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] WiX v3.8 released!

2013-11-28 Thread Rob Mensching
WiX v3.8 released: http://wixtoolset.org/releases/v3.8/stable

Read more about it here: 
http://robmensching.com/blog/posts/2013/11/28/wix-v3.8-released

A big thank you to all the new contributors that helped make this the best 
release of the WiX toolset yet.

--
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET,  PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349351iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Localization of a Bootstrapper (Messages of bal:Condition) [P]

2013-11-28 Thread nianderneves
Tank you for your response.

However, I think that the correct would be:
!(loc.InstallConditionWrongPrivileges).
Nevertheless, that is not the point. If I do what you did for more than one
language wix will say that there is more than one string with the same ID so
I can't make more than one wxl. Do you know why?

Thanks.



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Re-Localization-of-a-Bootstrapper-Messages-of-bal-Condition-P-tp7591000p7591004.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET,  PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349351iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] WiX v3.8 released! [P]

2013-11-28 Thread Steven Ogilvie
Classification: Public
Awesome news Rob...

Can two versions of WIX co-exist on a build machine? i.e. 3.7 and 3.8

Thanks,

Steve

-Original Message-
From: Rob Mensching [mailto:r...@robmensching.com]
Sent: November-28-13 11:39 AM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] WiX v3.8 released!

WiX v3.8 released: http://wixtoolset.org/releases/v3.8/stable

Read more about it here: 
http://robmensching.com/blog/posts/2013/11/28/wix-v3.8-released

A big thank you to all the new contributors that helped make this the best 
release of the WiX toolset yet.

--
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance affects 
their revenue. With AppDynamics, you get 100% visibility into your Java,.NET,  
PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349351iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

 



 
This message has been marked as Public by Steven Ogilvie on November-28-13 
11:48:25 AM.

The above classification labels were added to the message by TITUS Message 
Classification. For more information visit www.titus.com.

--
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET,  PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349351iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] WiX v3.8 released!

2013-11-28 Thread Nicolás Alvarez
2013/11/28 Rob Mensching r...@robmensching.com:
 WiX v3.8 released: http://wixtoolset.org/releases/v3.8/stable

 Read more about it here: 
 http://robmensching.com/blog/posts/2013/11/28/wix-v3.8-released

 A big thank you to all the new contributors that helped make this the best 
 release of the WiX toolset yet.

The download page says RTM is 3.8.1124.0, while your blog post says
it's 3.8.28.0. Which is it? :)

-- 
Nicolás

--
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET,  PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349351iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] WiX v3.8 released!

2013-11-28 Thread Bob Arnson
The final build number is 3.8.1128.0.

On 28-Nov-13 11:48, Nicolás Alvarez wrote:
 2013/11/28 Rob Mensching r...@robmensching.com:
 WiX v3.8 released: http://wixtoolset.org/releases/v3.8/stable

 Read more about it here: 
 http://robmensching.com/blog/posts/2013/11/28/wix-v3.8-released

 A big thank you to all the new contributors that helped make this the best 
 release of the WiX toolset yet.
 The download page says RTM is 3.8.1124.0, while your blog post says
 it's 3.8.28.0. Which is it? :)


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


--
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET,  PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349351iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Localization of a Bootstrapper (Messages of bal:Condition) [P]

2013-11-28 Thread Steven Ogilvie
Classification: Public
Look at the WIX tutorial: http://wix.tramontana.co.hu/tutorial/localization


-Original Message-
From: nianderneves [mailto:niander.ne...@gmail.com]
Sent: November-28-13 11:40 AM
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Localization of a Bootstrapper (Messages of 
bal:Condition) [P]

Tank you for your response.

However, I think that the correct would be:
!(loc.InstallConditionWrongPrivileges).
Nevertheless, that is not the point. If I do what you did for more than one 
language wix will say that there is more than one string with the same ID so I 
can't make more than one wxl. Do you know why?

Thanks.



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Re-Localization-of-a-Bootstrapper-Messages-of-bal-Condition-P-tp7591000p7591004.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance affects 
their revenue. With AppDynamics, you get 100% visibility into your Java,.NET,  
PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349351iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

 



 
This message has been marked as Public by Steven Ogilvie on November-28-13 
12:06:16 PM.

The above classification labels were added to the message by TITUS Message 
Classification. For more information visit www.titus.com.

--
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET,  PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349351iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Localization of a Bootstrapper (Messages of bal:Condition) [P]

2013-11-28 Thread Nicolás Alvarez
The tutorial was written before Burn even existed, how would it help?

-- 
Nicolás

2013/11/28 Steven Ogilvie steven.ogil...@titus.com:
 Classification: Public
 Look at the WIX tutorial: http://wix.tramontana.co.hu/tutorial/localization


 -Original Message-
 From: nianderneves [mailto:niander.ne...@gmail.com]
 Sent: November-28-13 11:40 AM
 To: wix-users@lists.sourceforge.net
 Subject: Re: [WiX-users] Localization of a Bootstrapper (Messages of 
 bal:Condition) [P]

 Tank you for your response.

 However, I think that the correct would be:
 !(loc.InstallConditionWrongPrivileges).
 Nevertheless, that is not the point. If I do what you did for more than one 
 language wix will say that there is more than one string with the same ID so 
 I can't make more than one wxl. Do you know why?

 Thanks.


--
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET,  PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349351iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Localization of a Bootstrapper (Messages of bal:Condition) [P]

2013-11-28 Thread Steven Ogilvie
Classification: Public
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Burn-Localization-Identifiers-Duplicated-td7586776.html

http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Using-burn-for-installer-localization-td7583910.html

-Original Message-
From: Nicolás Alvarez [mailto:nicolas.alva...@gmail.com]
Sent: November-28-13 12:12 PM
To: General discussion about the WiX toolset.
Subject: Re: [WiX-users] Localization of a Bootstrapper (Messages of 
bal:Condition) [P]

The tutorial was written before Burn even existed, how would it help?

--
Nicolás

2013/11/28 Steven Ogilvie steven.ogil...@titus.com:
 Classification: Public
 Look at the WIX tutorial: 
 http://wix.tramontana.co.hu/tutorial/localization


 -Original Message-
 From: nianderneves [mailto:niander.ne...@gmail.com]
 Sent: November-28-13 11:40 AM
 To: wix-users@lists.sourceforge.net
 Subject: Re: [WiX-users] Localization of a Bootstrapper (Messages of
 bal:Condition) [P]

 Tank you for your response.

 However, I think that the correct would be:
 !(loc.InstallConditionWrongPrivileges).
 Nevertheless, that is not the point. If I do what you did for more than one 
 language wix will say that there is more than one string with the same ID so 
 I can't make more than one wxl. Do you know why?

 Thanks.


--
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance affects 
their revenue. With AppDynamics, you get 100% visibility into your Java,.NET,  
PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349351iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

 



 
This message has been marked as Public by Steven Ogilvie on November-28-13 
12:23:10 PM.

The above classification labels were added to the message by TITUS Message 
Classification. For more information visit www.titus.com.
--
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET,  PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349351iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Upgrades

2013-11-28 Thread Michael Ogilvie
Hello Phil,

Thanks for the info.

From the log files it looks like it uninstalls the stuff twice.

From the install logs of the MSI it goes through the uninstall then the
install then it looks like Burn also uninstalls the old version.

just does not make sense.

Thank you,
Michael Ogilvie



-Original Message-
From: Phill Hogland [mailto:phogl...@rimage.com] 
Sent: Wednesday, November 27, 2013 10:54 AM
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Upgrades

Generally yes, although you might not specify all of those attributes.
Each
MSI needs some information instructing it how to process upgrades, which
is
independent of how the MSI is launched, as part of a bundle chain or
directly.



--
View this message in context:
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Upgrades-t
p7590978p7590984.html
Sent from the wix-users mailing list archive at Nabble.com.


--
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into
your 
Java,.NET,  PHP application. Start your 15-day FREE TRIAL of
AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349351iu=/4140/ostg.clk
trk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

--
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET,  PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349351iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Cannot create patch using 3.7/3.8 when original MSI built with 3.5

2013-11-28 Thread Rob Goodridge
 Torch.exe -nologo -p -xi PATCHCHK_en-us.wixpdb \PATCHCHK_en-us.wixpdb
 -out \PATCHCHK.wixmst

 error TRCH0279 : The table definition of 'WixVariable' in the target
 database does not match the table definition in the updated database. A
 transform requires that the target database schema match the updated
 database schema.

 We supply a development tool which uses WiX to deploy applications. Its
 used by 100's of development shops in many situations. Hence this issue is
 stopping us upgrading the WiX version because it would stop them being able
 to patch an application that's already been released.

 Is it possible to use a backward compatibility flag - e.g. set WixVariable
 to 3.5?

 Alternatively, can 3.8 be installed without uninstalling 3.5?

 warm regards

 Rob Goodridge

--
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET,  PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349351iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] [WIX]: How to trigger my MSI file when I select install option in Wix Custom Bootstrapper UI

2013-11-28 Thread dileep s
Hi Blair,

Thank you for the information..

Can you give some example to call the BootStrapper Install action using
PFN_BOOTSTRAPPER_APPLICATION_CREATE method .

Please help me...

Thanks in advance



On Thu, Nov 28, 2013 at 2:20 PM, Blair Murri os...@live.com wrote:

 When your PFN_BOOTSTRAPPER_APPLICATION_CREATE method (prototyped in the
 IBootstrapperApplication.h file) was called that you used to create your
 UI, you were passed an IBootstrapperEngine pointer. You call the engine
 methods directly on that interface pointer (which is defined in the
 IBootstrapperEngine.h file).

 WixStdBA.dll is a BA that the toolset provides, but by writing your own
 you don't use it (except in the case where you are writing a managed BA) so
 it is never loaded if you are using your own BA.

 If you are looking for example C++ code, you could look at the sources to
 WixStdBA, because that is a BA written in C++. Another example is the
 WixExtBA project on codeplex. There may be others as well (although most
 examples I've seen are managed code instead of native code).

 -Blair

  Date: Thu, 28 Nov 2013 12:43:53 +0530
  From: dileep.sanamp...@gmail.com
  To: wix-users@lists.sourceforge.net
  Subject: Re: [WiX-users] [WIX]: How to trigger my MSI file when I select
 install option in Wix Custom Bootstrapper UI
 
  Hi Blair,
 
  Thank you for the information.
 
  Is there any examples in c++ to call Detect, then Plan, and then Apply on
  the engine.
 
  We need to load the WixStdBA.dll and call the functions? or any other
 way?
 
  Please help me to solve this.
 
  Thanks in advance..
 
 
 


 --
 Rapidly troubleshoot problems before they affect your business. Most IT
 organizations don't have a clear picture of how application performance
 affects their revenue. With AppDynamics, you get 100% visibility into your
 Java,.NET,  PHP application. Start your 15-day FREE TRIAL of AppDynamics
 Pro!
 http://pubads.g.doubleclick.net/gampad/clk?id=84349351iu=/4140/ostg.clktrk
 ___
 WiX-users mailing list
 WiX-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wix-users

--
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET,  PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349351iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users