[WiX-users] WIX UI Support

2014-05-22 Thread Greg Edwards
I'm sure this has been asked of the group before, so be kind, Similar to the old Microsoft Installer, has there been any movement towards making the WIX toolkit an integrated part of Visual Studio with full user interface support? Thank you. -Greg

Re: [WiX-users] WIX UI Support [P]

2014-05-22 Thread Steven Ogilvie
...@polariswireless.com] Sent: May-22-14 12:17 PM To: General discussion about the WiX toolset. Subject: [WiX-users] WIX UI Support I'm sure this has been asked of the group before, so be kind, Similar to the old Microsoft Installer, has there been any movement towards making the WIX toolkit an integrated

Re: [WiX-users] WIX UI Support [P]

2014-05-22 Thread Greg Edwards
toolset. Subject: Re: [WiX-users] WIX UI Support [P] Classification: Public Hey Greg Someone at work sent me this article, I have no idea how good it is etc... http://www.add-in-express.com/creating-addins-blog/2014/04/08/creating-standard-install-package-wix-designer/ Steve -Original Message

Re: [WiX-users] WIX UI Support [P]

2014-05-22 Thread Steven Ogilvie
Classification: Public Sweet, thanks -Original Message- From: Greg Edwards [mailto:gedwa...@polariswireless.com] Sent: May-22-14 2:58 PM To: General discussion about the WiX toolset. Subject: Re: [WiX-users] WIX UI Support [P] Steve, This looks very interesting. I will review

Re: [WiX-users] WIX UI Example

2013-01-04 Thread Steven Ogilvie
:) Steve -Original Message- From: Rahul V [mailto:rahul8...@gmail.com] Sent: January-04-13 12:33 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] WIX UI Example Hi, I want to create Wix msi with custom UI installation, can anyone provide me any sample projects? Thanks! Regards

[WiX-users] WIX UI Example

2013-01-03 Thread Rahul V
Hi, I want to create Wix msi with custom UI installation, can anyone provide me any sample projects? Thanks! Regards, Rahul -- Master HTML5, CSS3, ASP.NET, MVC, AJAX, Knockout.js, Web API and much more. Get web

Re: [WiX-users] Wix UI navigation Help

2010-03-30 Thread Rohit Sharma (SIDC)
PM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Wix UI navigation Help Here is my DialogBox Dlg1 Dialog Id=Dlg1 Width=370 Height=270 Title=[ProductName] Setup Control Id=Back Type=PushButton X=180 Y=243 Width=56 Height=17 Text=amp;Back Publish Event=NewDialog

Re: [WiX-users] Wix UI navigation Help

2010-03-29 Thread Sagar1111
Thw warning Dialog box gets displayed. but when i press 'Proceed Anyways' button it sets the PROCEED property to '1' and closes itself. but the wizard stays at Dlg1. and does not navigate to Dlg2. Here is what the log says: Action 10:56:17: Dlg1. Dialog created MSI (c) (1C:68) [10:56:20:142]:

Re: [WiX-users] Wix UI navigation Help

2010-03-29 Thread Rohit Sharma (SIDC)
To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Wix UI navigation Help Thw warning Dialog box gets displayed. but when i press 'Proceed Anyways' button it sets the PROCEED property to '1' and closes itself. but the wizard stays at Dlg1. and does not navigate to Dlg2. Here is what

Re: [WiX-users] Wix UI navigation Help

2010-03-29 Thread Sagar1111
Here is my DialogBox Dlg1 Dialog Id=Dlg1 Width=370 Height=270 Title=[ProductName] Setup Control Id=Back Type=PushButton X=180 Y=243 Width=56 Height=17 Text=amp;Back Publish Event=NewDialog Value=WelcomeDlg1/Publish /Control Control Id=Next Type=PushButton X=236

Re: [WiX-users] Wix UI navigation Help

2010-03-26 Thread Rohit Sharma (SIDC)
=CustomizeDlg Order=5![CDATA[PROCEED =1]]/Publish This should work. Regards Rohit -Original Message- From: Sagar [mailto:sagarkavitak...@gmail.com] Sent: Friday, March 26, 2010 10:57 AM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Wix UI navigation Help Hi Rohit How can we

[WiX-users] Wix UI navigation Help

2010-03-25 Thread Sagar1111
I have two dialog box Dlg1 and Dlg2. On the press of the next button of Dlg1, I am calling a custom action. Now this custom action sets a property WARNING to “0” or “1”. If warning is “0”, I need to proceed to Dlg2. If warning is “1” , I need to shown a popup dialogbox named WarningDialog box.

Re: [WiX-users] Wix UI navigation Help

2010-03-25 Thread Rohit Sharma (SIDC)
@lists.sourceforge.net Subject: [WiX-users] Wix UI navigation Help I have two dialog box Dlg1 and Dlg2. On the press of the next button of Dlg1, I am calling a custom action. Now this custom action sets a property WARNING to “0” or “1”. If warning is “0”, I need to proceed to Dlg2. If warning is “1

Re: [WiX-users] Wix UI navigation Help

2010-03-25 Thread Sagar1111
Thanks Rohit for the quick reply nbsp; I didn#8217;t get this line: #8220;I am assuming that the WarningDialog is a dialog which is from your custom action and Process

Re: [WiX-users] Wix UI navigation Help

2010-03-25 Thread Rohit Sharma (SIDC)
-Original Message- From: Sagar [mailto:sagarkavitak...@gmail.com] Sent: Thursday, March 25, 2010 6:22 PM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Wix UI navigation Help Thanks Rohit for the quick reply

Re: [WiX-users] Wix UI navigation Help

2010-03-25 Thread Sagar1111
Hi Rohit How can we call a WarningDialog from custom action ? Following is the code snippet of my wxs file which is calling WarningDialog. Control Id=Next Type=PushButton X=236 Y=243 Width=56 Height=17 Default=yes Text=amp;Next Publish Event=DoAction Value=Check

[WiX-users] Wix UI images and paths

2009-07-15 Thread rh_maillist
I have the following code for the UI in my setup projects: UIRef Id=WixUI_Minimal/ WixVariable Id=WixUIBannerBmp Value=Banner.jpg/ WixVariable Id=WixUIDialogBmp Value=Dialog.jpg/ This code is actually in an include file that is shared by multiple wix projects. So Banner.jpg and

Re: [WiX-users] Wix UI images and paths

2009-07-15 Thread rh_maillist
OK, I've found the problem. A library is just re-formatted XML just embeds the WixVariable value as its written in the wxs file. So a solution to this is to change the WixVariable lines to by: WixVariable Id=WixUIBannerBmp Value=$(sys.SOURCEFILEDIR)Banner.jpg/ Which then embeds a full

[WiX-users] WiX UI

2009-06-16 Thread ASoft Nick
Hi guys, Atm I gave very few experience in Wix, only use it for small projects. Now I'm wondering, is there some graphical application/tool available to work with Wix, instead of having to fiddle in the XML? I thought Votive was, but after installing it, I can't find it anywhere in Visual

Re: [WiX-users] WiX UI

2009-06-16 Thread MacDiarmid, James D
was a lot less in cost than WixAware. Jim -Original Message- From: ASoft Nick [mailto:n...@asoft.be] Sent: Tuesday, June 16, 2009 2:01 PM To: General discussion for Windows Installer XML toolset. Subject: [WiX-users] WiX UI Hi guys, Atm I gave very few experience in Wix, only use

[WiX-users] wix ui

2009-01-29 Thread sam desilva
hi i am new to WIX, i am reffering Wix Totorial meant for 2.0 colud you please tell me how go Wix ui step by step creating dialog and ui liberaray. -- This SF.net email is sponsored by: SourcForge Community SourceForge

Re: [WiX-users] WiX UI / Spawn dialog position

2008-10-23 Thread Andy2k8
Thanks for that..How do i change HCentering and VCentering columns for a message box displayed through condition/ directive? Or is there any other way i can position condition dialogs? Richard-45 wrote: In article [EMAIL PROTECTED], Andy2k8 [EMAIL PROTECTED] writes: Is there any

Re: [WiX-users] WiX UI / Spawn dialog position

2008-10-23 Thread Bob Arnson
Andy2k8 wrote: Thanks for that..How do i change HCentering and VCentering columns for a message box displayed through condition/ directive? Or is there any other way i can position condition dialogs? Try changing the X and Y attribtes for the dialog named by the ErrorDialog property. (In

[WiX-users] WiX UI / Spawn dialog position

2008-09-18 Thread Andy2k8
Is there any way i can control the way dialogs are positioned on the screen? - Andy MSI Developer Schneider Electric:working: -- View this message in context: http://n2.nabble.com/WiX-UI---Spawn-dialog-position-tp1097922p1097922.html Sent from the wix-users mailing list archive at

Re: [WiX-users] WiX UI / Spawn dialog position

2008-09-18 Thread Richard
In article [EMAIL PROTECTED], Andy2k8 [EMAIL PROTECTED] writes: Is there any way i can control the way dialogs are positioned on the screen? Take a look at the HCentering and VCentering columns in the Dialog table. These are exposed as the X and Y attributes of the Dialog element in WiX.

Re: [WiX-users] WiX UI Control Repository?

2006-10-11 Thread Bob Arnson
Peterson, Joel wrote: Im not looking for any dialogs in particular, but sometimes you dont know what you can use until you see it. Ive implemented my own, and was curious what others have done with WiX UI and also if there was a cookie-cutter wizard template that we should be

[WiX-users] WiX UI Control Repository?

2006-10-09 Thread Peterson, Joel
Hi all. Im sure I already know the answer to some of these questions, but I must ask. Is there a repository of user-submitted WiX UI content? Are there any available templates of some of the more popular dialogues that are used in MSI installers? Is there an unwritten spec to adhere to?