Re: [WiX-users] WixUI_Mondo with only two setup types?

2009-10-27 Thread Pally Sandher
Customize it. See Neil Sleightholm's blog for a very good how-to guide
-
http://neilsleightholm.blogspot.com/2008/08/customised-uis-for-wix.html 


Palbinder Sandher 
Software Deployment  IT Administrator
T: +44 (0) 141 945 8500 
F: +44 (0) 141 945 8501 

http://www.iesve.com 
**Design, Simulate + Innovate with the Virtual Environment**
Integrated Environmental Solutions Limited. Registered in Scotland No.
SC151456 
Registered Office - Helix Building, West Of Scotland Science Park,
Glasgow G20 0SP
Email Disclaimer


-Original Message-
From: danimian [mailto:miand...@gmail.com] 
Sent: 27 October 2009 13:25
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] WixUI_Mondo with only two setup types?


Hello,
i am using WixUI_Mondo which is offering three setup types (typical,
custom and complete).
Is it possible that WixUI_Mondo offers only two setup types (custom and
complete)?
How to solve it?

Best Regards
Adnan
--
View this message in context:
http://n2.nabble.com/WixUI-Mondo-with-only-two-setup-types-tp3898911p389
8911.html
Sent from the wix-users mailing list archive at Nabble.com.


--
Come build with us! The BlackBerry(R) Developer Conference in SF, CA is
the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and
stay ahead of the curve. Join us from November 9 - 12, 2009. Register
now!
http://p.sf.net/sfu/devconference
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users



--
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] WixUI_Mondo and Custom Dialog/s.

2009-02-26 Thread Neil Sleightholm
This should help: 
http://neilsleightholm.blogspot.com/2008/08/customised-uis-for-wix.html 
http://neilsleightholm.blogspot.com/2008/08/customised-uis-for-wix.html 
 
Neil
 
Neil Sleightholm
X2 Systems Limited
n...@x2systems.com mailto:n...@x2systems.com 
 



From: spsingam [mailto:siva.poobalasin...@gmail.com]
Sent: Thu 26/02/2009 04:07
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] WixUI_Mondo and Custom Dialog/s.




hi all,

I am using WixUI Mondo as my UI during the installation.

Now i have realised that i need to gather some user information, so i want
to introduce a dialog. I might choose to use this information later.

How do i do this ?

Regards.
:)
--
View this message in context: 
http://n2.nabble.com/WixUI_Mondo-and-Custom-Dialog-s.-tp2387828p2387828.html
Sent from the wix-users mailing list archive at Nabble.com.


--
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


--
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] WixUI_Mondo

2007-07-26 Thread John Hall
 I am trying to use wix for  installation of my product .When 
 i try to use the UI wizard  in my wxs file by using the 
 following lines:
 
 UIRef Id=WixUI_Mondo /
 
 UIRef Id=WixUI_ErrorProgressText /
 
 I get the fillowing error while linking :

 unresolved reference to the symbol 'WixUI: 
 WixUI_ErrorProgressText' in the section 
 
 Product={35D229AD-6CBC-4815-908D-33DB6E2691C0}

Chandan,

Are you using version 2 or version 3 of WiX?
In version 2 you do something like this:

  light.exe -out SampleWixUI.msi SampleWixUI.wixobj
path\lib\wixui.wixlib -loc path\lib\WixUI_en-us.wxl

and in version 3, something like:

  light.exe -out SampleWixUI.msi SampleWixUI.wixobj -ext
path\WixUIExtension.dll -cultures:en-us

where path is the the path of your WiX installation.

Cheers,
John

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now   http://get.splunk.com/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] WixUI_Mondo

2007-07-26 Thread Anidil

You need to include the UI library file i.e. wixui.wixlib while linking your
object file


chandan Koushik wrote:
 
 Hi All,
 
 I am trying to use wix for  installation of my product .When i try to use
 the UI wizard  in my wxs file by using the following lines:
 
 UIRef Id=WixUI_Mondo /
 
 UIRef Id=WixUI_ErrorProgressText /
 
 I get the fillowing error while linking :
 
 
 
 unresolved reference to the symbol 'WixUI: WixUI_Mondo' in the section 
 
 Product={35D229AD-6CBC-4815-908D-33DB6E2691C0}
 
 
 
 unresolved reference to the symbol 'WixUI: WixUI_ErrorProgressText' in the
 section 
 
 Product={35D229AD-6CBC-4815-908D-33DB6E2691C0}
 
 
 
 Plz help!!
 
 
 
 Regards 
 
 Chandan
 
 

-- 
View this message in context: 
http://www.nabble.com/WixUI_Mondo-tf4149525.html#a11804930
Sent from the wix-users mailing list archive at Nabble.com.


-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now   http://get.splunk.com/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users