Re: [WiX-users] WiX 3.9 R2 - Debugging WPF Burn Application

2015-01-31 Thread Phill Hogland
To debug my WPF BA, I just build all projects against the installed released
wix 3.9 RTM (or 3.9 R2 installed).  Then I go back to my WPF project and
enable debug/trace in project properties, add a Debugger.Launch() line to
the code of interest,  and set the start path to point at the bundle exe. 
Then compile the WPF project and the bundle again.  Then right-click on the
WPF project (in VS) select Debug instance.

 



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/WiX-3-9-R2-Debugging-WPF-Burn-Application-tp7599102p7599103.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] WiX 3.9 R2 - Debugging WPF Burn Application

2015-01-31 Thread John Ludlow
We have the following code in our Run method:

  #ifdef DEBUG
 Debugger.Launch();
  #endif

When we compile as debug and then run the bundle, we get a prompt to attach
a debugger from this Debugger.Launch() call. On the dev box (with Visual
Studio installed) this would normally be a list of open Visual Studio
instances - we simply choose the one that has the correct solution open,
and we can debug. When debugging remotely, the prompt is different - it's a
Retry/Cancel prompt. We make sure we have the remote debug monitor
installed, select Retry and then choose to Attach Process in the correct
instance of Visual Studio on our dev box. Then we enter the machine IP and
connection credentials and we can debug.

On 31 January 2015 at 20:11, Phill Hogland phogl...@rimage.com wrote:

 To debug my WPF BA, I just build all projects against the installed
 released
 wix 3.9 RTM (or 3.9 R2 installed).  Then I go back to my WPF project and
 enable debug/trace in project properties, add a Debugger.Launch() line to
 the code of interest,  and set the start path to point at the bundle exe.
 Then compile the WPF project and the bundle again.  Then right-click on the
 WPF project (in VS) select Debug instance.





 --
 View this message in context:
 http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/WiX-3-9-R2-Debugging-WPF-Burn-Application-tp7599102p7599103.html
 Sent from the wix-users mailing list archive at Nabble.com.


 --
 Dive into the World of Parallel Programming. The Go Parallel Website,
 sponsored by Intel and developed in partnership with Slashdot Media, is
 your
 hub for all things parallel software development, from weekly thought
 leadership blogs to news, videos, case studies, tutorials and more. Take a
 look and join the conversation now. http://goparallel.sourceforge.net/
 ___
 WiX-users mailing list
 WiX-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wix-users

--
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] installing external .PFX as SSL certificate

2015-01-31 Thread Yankulin, Leonid
Hello,

The setup has to install external .PFX file as SSL certificate. A file can have 
any type of certificate (root, private or CA). It can be located in a local 
machine or on a network volume. Installation should overwrite another existing 
certificate (for a port) if such exists.

Reading http://wixtoolset.org/documentation/manual/v3/xsd/iis/certificate.html 
I see that I can use CertificatePath to define a location of the certificate 
(with setting Request=no). However, it is unclear whether it accepts UNC path.

Another issue is with mandatory values such as StoreName. Since I don't know 
what kind of certificate is in the file, I don't know which StoreName I should 
define. Should I ask a user to select a value and setup the property 
accordingly? Is it possible using formatted property to setup a value for 
StoreName?

Thank you,
Leonid


--
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Customizing banner and bitmap in wixlib

2015-01-31 Thread Pavel Konyukhov
Hey,

is it possible to develop wixlib with binaries of dialog and banner bitmaps so 
that referencing it while building the project will automatically override 
default dialog and banner bitmaps from UIExtension?

Tnaks, Pavel



--
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] WiX 3.9 R2 - Debugging WPF Burn Application

2015-01-31 Thread Marco Tognacci
I need to debug the code of My Burn WPF Application, with the version 3.7 I 
just needed to add the engine project to my solution and then add 
breakpoints.With the version 3.9 R2 - it report many errors while compiling the 
engine project:I need to have the folder C:\tools and the the nuger xUnit 
package under C:\ location ?!?!?
What I need to do ? I have to download the entire source code from the 
repository??   
--
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users