Re: [WiX-users] Running Patch Uninstall from command line uninstalls whole app

2013-03-27 Thread robe070
And how do you add a condition to RemoveExistingProducts?



-
warm regards

Rob Goodridge
--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Running-Patch-Uninstall-from-command-line-uninstalls-whole-app-tp7584691p7584692.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Own the Future-Intel® Level Up Game Demo Contest 2013
Rise to greatness in Intel's independent game demo contest.
Compete for recognition, cash, and the chance to get your game 
on Steam. $5K grand prize plus 10 genre and skill prizes. 
Submit your demo by 6/6/13. http://p.sf.net/sfu/intel_levelupd2d
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Running Patch Uninstall from command line uninstalls whole app

2013-03-27 Thread robe070
When I use this command it uninstalls the whole app:
msiexec /package my.msi /uninstall my.msp

This also does the same thing:
msiexec /package my.msi MSIPATCHREMOVE=my.msp

but this just uninstalls the patch:
msiexec /package my.msi /uninstall my.msp /qb

Why might a quiet execution not uninstall the app but a "loud" one uninstall
the app?

These conditions are all true at the end of the UI sequence:
NOT REMOVE = "ALL"
MSIPATCHREMOVE
NOT WixUI_InstallMode = "Remove"

What Installer state causes this to be actioned?:
 

thanks
Rob



-
warm regards

Rob Goodridge
--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Running-Patch-Uninstall-from-command-line-uninstalls-whole-app-tp7584691.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Own the Future-Intel® Level Up Game Demo Contest 2013
Rise to greatness in Intel's independent game demo contest.
Compete for recognition, cash, and the chance to get your game 
on Steam. $5K grand prize plus 10 genre and skill prizes. 
Submit your demo by 6/6/13. http://p.sf.net/sfu/intel_levelupd2d
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Activation Keys

2013-03-27 Thread Christopher Painter
+1

Also, please be sure to provide an easy offline experience.  Those of us 
who have worked inside buildings that are "black holes" know how damn 
painful this is.  (I'm looking at you InstallShield!)


 From: "Rob Mensching" 
Sent: Wednesday, March 27, 2013 5:36 PM
To: "General discussion for Windows Installer XML toolset." 

Subject: Re: [WiX-users] Activation Keys

+1

On Wed, Mar 27, 2013 at 3:25 PM, Hoover, Jacob
wrote:

> Activation should be done inside your application.  Any checks you put
> into a MSI can easily be subverted.
>
> -Original Message-
> From: Hugh Moran [mailto:hugh.mo...@morantex.com]
> Sent: Wednesday, March 27, 2013 5:01 PM
> To: wix-users@lists.sourceforge.net
> Subject: [WiX-users] Activation Keys
>
> Does WIX offer any inbuilt support for activation keys?
>
>
>
> If I want a setup to prompt and verify an activation key, ensuring it is
> not being reused and so on and so forth - what does WIX offer and what
> additional tools/services should I consider?
>
>
>
> Thanks
>
>
>
> Hugh Moran
>
>
>
> President
>
> Morantex Information Systems, Inc.
>
>   http://www.morantex.com
>
>
>
> Legal Disclaimer
>
>
>
> This email and any files transmitted with it are confidential and 
intended
> solely for the use of the individual or entity to whom they are 
addressed.
> If you have received this email in error please notify the system 
manager.
> This message contains confidential information and is intended only for
> the individual named. If you are not the named addressee you should not
> disseminate, distribute or copy this e-mail. Please notify the sender
> immediately by e-mail if you have received this e-mail by mistake and
> delete this e-mail from your system. If you are not the intended 
recipient
> you are notified that disclosing, copying, distributing or taking any
> action in reliance on the contents of this information is strictly
> prohibited.
> Morantex accepts no liability for the content of this email, or for the
> consequences of any actions taken on the basis of the information 
provided,
> unless that information is subsequently confirmed in writing.
>
>
>
>
>
>
>
>
> 

--
> Own the Future-Intel® Level Up Game Demo Contest 2013 Rise to
> greatness in Intel's independent game demo contest.
> Compete for recognition, cash, and the chance to get your game on Steam.
> $5K grand prize plus 10 genre and skill prizes.
> Submit your demo by 6/6/13. http://p.sf.net/sfu/intel_levelupd2d
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
>
> 

--
> Own the Future-Intel® Level Up Game Demo Contest 2013
> Rise to greatness in Intel's independent game demo contest.
> Compete for recognition, cash, and the chance to get your game
> on Steam. $5K grand prize plus 10 genre and skill prizes.
> Submit your demo by 6/6/13. http://p.sf.net/sfu/intel_levelupd2d
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
>

--
Own the Future-Intel® Level Up Game Demo Contest 2013
Rise to greatness in Intel's independent game demo contest.
Compete for recognition, cash, and the chance to get your game 
on Steam. $5K grand prize plus 10 genre and skill prizes. 
Submit your demo by 6/6/13. http://p.sf.net/sfu/intel_levelupd2d
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

--
Own the Future-Intel® Level Up Game Demo Contest 2013
Rise to greatness in Intel's independent game demo contest.
Compete for recognition, cash, and the chance to get your game 
on Steam. $5K grand prize plus 10 genre and skill prizes. 
Submit your demo by 6/6/13. http://p.sf.net/sfu/intel_levelupd2d
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Activation Keys

2013-03-27 Thread Rob Mensching
+1


On Wed, Mar 27, 2013 at 3:25 PM, Hoover, Jacob
wrote:

> Activation should be done inside your application.  Any checks you put
> into a MSI can easily be subverted.
>
> -Original Message-
> From: Hugh Moran [mailto:hugh.mo...@morantex.com]
> Sent: Wednesday, March 27, 2013 5:01 PM
> To: wix-users@lists.sourceforge.net
> Subject: [WiX-users] Activation Keys
>
> Does WIX offer any inbuilt support for activation keys?
>
>
>
> If I want a setup to prompt and verify an activation key, ensuring it is
> not being reused and so on and so forth - what does WIX offer and what
> additional tools/services should I consider?
>
>
>
> Thanks
>
>
>
> Hugh Moran
>
>
>
> President
>
> Morantex Information Systems, Inc.
>
>   http://www.morantex.com
>
>
>
> Legal Disclaimer
>
>
>
> This email and any files transmitted with it are confidential and intended
> solely for the use of the individual or entity to whom they are addressed.
> If you have received this email in error please notify the system manager.
> This message contains confidential information and is intended only for
> the individual named. If you are not the named addressee you should not
> disseminate, distribute or copy this e-mail. Please notify the sender
> immediately by e-mail if you have received this e-mail by mistake and
> delete this e-mail from your system. If you are not the intended recipient
> you are notified that disclosing, copying, distributing or taking any
> action in reliance on the contents of this information is strictly
> prohibited.
> Morantex accepts no liability for the content of this email, or for the
> consequences of any actions taken on the basis of the information provided,
> unless that information is subsequently confirmed in writing.
>
>
>
>
>
>
>
>
> --
> Own the Future-Intel® Level Up Game Demo Contest 2013 Rise to
> greatness in Intel's independent game demo contest.
> Compete for recognition, cash, and the chance to get your game on Steam.
> $5K grand prize plus 10 genre and skill prizes.
> Submit your demo by 6/6/13. http://p.sf.net/sfu/intel_levelupd2d
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
>
> --
> Own the Future-Intel® Level Up Game Demo Contest 2013
> Rise to greatness in Intel's independent game demo contest.
> Compete for recognition, cash, and the chance to get your game
> on Steam. $5K grand prize plus 10 genre and skill prizes.
> Submit your demo by 6/6/13. http://p.sf.net/sfu/intel_levelupd2d
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
>
--
Own the Future-Intel® Level Up Game Demo Contest 2013
Rise to greatness in Intel's independent game demo contest.
Compete for recognition, cash, and the chance to get your game 
on Steam. $5K grand prize plus 10 genre and skill prizes. 
Submit your demo by 6/6/13. http://p.sf.net/sfu/intel_levelupd2d
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Activation Keys

2013-03-27 Thread Hoover, Jacob
Activation should be done inside your application.  Any checks you put into a 
MSI can easily be subverted.

-Original Message-
From: Hugh Moran [mailto:hugh.mo...@morantex.com] 
Sent: Wednesday, March 27, 2013 5:01 PM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Activation Keys

Does WIX offer any inbuilt support for activation keys?

 

If I want a setup to prompt and verify an activation key, ensuring it is not 
being reused and so on and so forth - what does WIX offer and what additional 
tools/services should I consider?

 

Thanks

 

Hugh Moran

 

President

Morantex Information Systems, Inc.

  http://www.morantex.com

 

Legal Disclaimer

 

This email and any files transmitted with it are confidential and intended 
solely for the use of the individual or entity to whom they are addressed.
If you have received this email in error please notify the system manager.
This message contains confidential information and is intended only for the 
individual named. If you are not the named addressee you should not 
disseminate, distribute or copy this e-mail. Please notify the sender 
immediately by e-mail if you have received this e-mail by mistake and delete 
this e-mail from your system. If you are not the intended recipient you are 
notified that disclosing, copying, distributing or taking any action in 
reliance on the contents of this information is strictly prohibited.
Morantex accepts no liability for the content of this email, or for the 
consequences of any actions taken on the basis of the information provided, 
unless that information is subsequently confirmed in writing.

 

 

 

--
Own the Future-Intel® Level Up Game Demo Contest 2013 Rise to greatness in 
Intel's independent game demo contest.
Compete for recognition, cash, and the chance to get your game on Steam. $5K 
grand prize plus 10 genre and skill prizes. 
Submit your demo by 6/6/13. http://p.sf.net/sfu/intel_levelupd2d
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

--
Own the Future-Intel® Level Up Game Demo Contest 2013
Rise to greatness in Intel's independent game demo contest.
Compete for recognition, cash, and the chance to get your game 
on Steam. $5K grand prize plus 10 genre and skill prizes. 
Submit your demo by 6/6/13. http://p.sf.net/sfu/intel_levelupd2d
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Activation Keys

2013-03-27 Thread Hugh Moran
Does WIX offer any inbuilt support for activation keys?

 

If I want a setup to prompt and verify an activation key, ensuring it is not
being reused and so on and so forth - what does WIX offer and what
additional tools/services should I consider?

 

Thanks

 

Hugh Moran

 

President

Morantex Information Systems, Inc.

  http://www.morantex.com

 

Legal Disclaimer

 

This email and any files transmitted with it are confidential and intended
solely for the use of the individual or entity to whom they are addressed.
If you have received this email in error please notify the system manager.
This message contains confidential information and is intended only for the
individual named. If you are not the named addressee you should not
disseminate, distribute or copy this e-mail. Please notify the sender
immediately by e-mail if you have received this e-mail by mistake and delete
this e-mail from your system. If you are not the intended recipient you are
notified that disclosing, copying, distributing or taking any action in
reliance on the contents of this information is strictly prohibited.
Morantex accepts no liability for the content of this email, or for the
consequences of any actions taken on the basis of the information provided,
unless that information is subsequently confirmed in writing.

 

 

 

--
Own the Future-Intel® Level Up Game Demo Contest 2013
Rise to greatness in Intel's independent game demo contest.
Compete for recognition, cash, and the chance to get your game 
on Steam. $5K grand prize plus 10 genre and skill prizes. 
Submit your demo by 6/6/13. http://p.sf.net/sfu/intel_levelupd2d
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] WixUI_Minimal, removing license agreement dialog

2013-03-27 Thread Neil Sleightholm
This should help 
http://neilsleightholm.blogspot.co.uk/2008/08/customised-uis-for-wix.html.

This is a very common request one day I'll get around to submitting a change to 
make it optional.

Neil

-Original Message-
From: Graham Allwood [mailto:gallw...@sdasoftware.net] 
Sent: 27 March 2013 16:09
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] WixUI_Minimal, removing license agreement dialog

Hi,

Is it possible to skip the license agreement dialog in the WixUI_Minimal 
install set? Or do I have to define my own UI set. How would this be done??

Thanks for your help

Graham Allwood
--
Own the Future-Intel® Level Up Game Demo Contest 2013 Rise to greatness in 
Intel's independent game demo contest.
Compete for recognition, cash, and the chance to get your game on Steam. $5K 
grand prize plus 10 genre and skill prizes. 
Submit your demo by 6/6/13. http://p.sf.net/sfu/intel_levelupd2d
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

--
Own the Future-Intel® Level Up Game Demo Contest 2013
Rise to greatness in Intel's independent game demo contest.
Compete for recognition, cash, and the chance to get your game 
on Steam. $5K grand prize plus 10 genre and skill prizes. 
Submit your demo by 6/6/13. http://p.sf.net/sfu/intel_levelupd2d
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] WixUI_Minimal, removing license agreement dialog

2013-03-27 Thread Steven Ogilvie
Graham,

Try this:




















1


1

NOT Installed
Installed AND PATCH

1
1
NOT WIXUI_DONTVALIDATEPATH

WIXUI_DONTVALIDATEPATH OR 
WIXUI_INSTALLDIR_VALID="1"
1
1

NOT Installed
Installed AND NOT PATCH
Installed AND PATCH

1

1
1
1





-Original Message-
From: Graham Allwood [mailto:gallw...@sdasoftware.net] 
Sent: March-27-13 1:26 PM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] WixUI_Minimal, removing license agreement dialog

OK, I have got a bit further.

I am using this in my wxs...


  

  1
  NOT Installed

  


The Welcome dialog is now skipping to the InstallDirDlg, but the back button on 
the InstallDirDlg is still going to the LicenseAgreementDlg and the code above 
is not overriding the BACK button. Having looked in the InstallDirDlg.wxs file 
I noticed it is not published. Do this mean I can't override the behaviour of 
the BACK button in this dialog?

Thanks for your help

Graham

-Original Message-
From: Graham Allwood [mailto:gallw...@sdasoftware.net]
Sent: 27 March 2013 16:09
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] WixUI_Minimal, removing license agreement dialog

Hi,

Is it possible to skip the license agreement dialog in the WixUI_Minimal 
install set? Or do I have to define my own UI set. How would this be done??

Thanks for your help

Graham Allwood
--
Own the Future-Intel® Level Up Game Demo Contest 2013 Rise to greatness in 
Intel's independent game demo contest.
Compete for recognition, cash, and the chance to get your game on Steam. $5K 
grand prize plus 10 genre and skill prizes. 
Submit your demo by 6/6/13. http://p.sf.net/sfu/intel_levelupd2d
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

--
Own the Future-Intel® Level Up Game Demo Contest 2013 Rise to greatness in 
Intel's independent game demo contest.
Compete for recognition, cash, and the chance to get your game on Steam. $5K 
grand prize plus 10 genre and skill prizes. 
Submit your demo by 6/6/13. http://p.sf.net/sfu/intel_levelupd2d
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

--
Own the Future-Intel® Level Up Game Demo Contest 2013
Rise to greatness in Intel's independent game demo contest.
Compete for recognition, cash, and the chance to get your game 
on Steam. $5K grand prize plus 10 genre and skill prizes. 
Submit your demo by 6/6/13. http://p.sf.net/sfu/intel_levelupd2d
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] WixUI_Minimal, removing license agreement dialog

2013-03-27 Thread Graham Allwood
OK, I have got a bit further.

I am using this in my wxs...


  

  1
  NOT Installed

  


The Welcome dialog is now skipping to the InstallDirDlg, but the back button on 
the InstallDirDlg is still going to the LicenseAgreementDlg and the code above 
is not overriding the BACK button. Having looked in the InstallDirDlg.wxs file 
I noticed it is not published. Do this mean I can't override the behaviour of 
the BACK button in this dialog?

Thanks for your help

Graham

-Original Message-
From: Graham Allwood [mailto:gallw...@sdasoftware.net] 
Sent: 27 March 2013 16:09
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] WixUI_Minimal, removing license agreement dialog

Hi,

Is it possible to skip the license agreement dialog in the WixUI_Minimal 
install set? Or do I have to define my own UI set. How would this be done??

Thanks for your help

Graham Allwood
--
Own the Future-Intel® Level Up Game Demo Contest 2013 Rise to greatness in 
Intel's independent game demo contest.
Compete for recognition, cash, and the chance to get your game on Steam. $5K 
grand prize plus 10 genre and skill prizes. 
Submit your demo by 6/6/13. http://p.sf.net/sfu/intel_levelupd2d
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

--
Own the Future-Intel® Level Up Game Demo Contest 2013
Rise to greatness in Intel's independent game demo contest.
Compete for recognition, cash, and the chance to get your game 
on Steam. $5K grand prize plus 10 genre and skill prizes. 
Submit your demo by 6/6/13. http://p.sf.net/sfu/intel_levelupd2d
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Wix prerequisites

2013-03-27 Thread C L
My mistake, i thought my error was coming from a wix component but in fact, the 
reference to the VS2010 assembly was defined in the business code i was trying 
to build in order to generate the msi. Sorry for wasting your time and thanks 
anyway for your reactivity :)
C L

> From: r...@robmensching.com
> Date: Wed, 27 Mar 2013 08:18:23 -0700
> To: wix-users@lists.sourceforge.net
> Subject: Re: [WiX-users] Wix prerequisites
> 
> Once you have candle and light running there isn't anything else necessary
> on the build side.
> 
> 
> On Wed, Mar 27, 2013 at 7:45 AM,  wrote:
> 
> > C L,
> >
> > We don't use a build server, but I created a front end to WiX for our
> > developers on one of our Server 2003 boxes and learned a bit about its
> > prerequisites that way. Unfortunately I don't remember what prereqs per se
> > were needed (I think SP1 for .NET 3.5 was one odd one, and WIC - but this
> > may have been for something else), but VS (any version) is definitely not,
> > since our front end-host doesn't have it and my front end works. That said,
> > we only use candle and light and a few of the custom action libraries, not
> > burn or any of the funkier stuff. :)
> >
> >
> >
> > Keith Douglas
> > Statistics Canada | 170 Tunney's Pasture Driveway, Ottawa ON K1A 0T6
> > Statistique Canada | 170, promenade Tunney's Pasture, Ottawa ON K1A 0T6
> > keith.doug...@statcan.gc.ca
> > Telephone | Téléphone 613-951-4405
> > Facsimile | Télécopieur 613-951-1966
> > Government of Canada | Gouvernement du Canada
> >
> >
> > -Original Message-
> > From: C L [mailto:clemobil_l...@hotmail.com]
> > Sent: March-27-13 10:35 AM
> > To: General discussion for Windows Installer XML toolset.
> > Subject: Re: [WiX-users] Wix prerequisites
> >
> > It's not a problem to install wix on our build server, but when trying to
> > generate the msi files an error came out about a missing reference to an
> > assembly whose name makes me think it is related to Visual studio. The
> > assembly is VSLangProj.dll.I can find it on VS install directory when
> > installed on a seperate environment...
> >
> > > From: r...@robmensching.com
> > > Date: Wed, 27 Mar 2013 06:56:06 -0700
> > > To: wix-users@lists.sourceforge.net
> > > Subject: Re: [WiX-users] Wix prerequisites
> > >
> > > This topic in the manual may be helpful as well:
> > > http://wix.sourceforge.net/manual-wix3/daily_builds.htm
> > >
> > >
> > > On Wed, Mar 27, 2013 at 6:28 AM, Neil Sleightholm  > >wrote:
> > >
> > > > You can build wixproj files without installing VS, just install WiX
> > > > (and .NET).
> > > >
> > > > Neil
> > > >
> > > >
> > > > >Hi,
> > > > >i'm not sure if i'm posting this at the right place.
> > > > >I'm actually working on the automation of setup files by building
> > > > >wix project using a tfs server. The thing is I don't want to
> > > > >perform a full install of Visual Studio on the build server to build
> > my .wixproj files.
> > > > >I didn't find anywhere this information : is it possible to build a
> > > > >wix project using msbuild without installing Visual studio on the
> > > > >server running the build ?
> > > > >Thanks by advance
> > > > >---
> > > > >---
> > > > >
> > > > >Own the Future-Intel® Level Up Game Demo Contest 2013 Rise to
> > > > >greatness in Intel's independent game demo contest.
> > > > >Compete for recognition, cash, and the chance to get your game on
> > > > >Steam. $5K grand prize plus 10 genre and skill prizes.
> > > > >Submit your demo by 6/6/13. http://p.sf.net/sfu/intel_levelupd2d
> > > > >___
> > > > >WiX-users mailing list
> > > > >WiX-users@lists.sourceforge.net
> > > > >https://lists.sourceforge.net/lists/listinfo/wix-users
> > > >
> > > >
> > > >
> > > > 
> > > > -- Own the Future-Intel® Level Up Game Demo Contest 2013
> > > > Rise to greatness in Intel's independent game demo contest.
> > > > Compete for recognition, cash, and the chance to get your game on
> > > > Steam. $5K grand prize plus 10 genre and skill prizes.
> > > > Submit your demo by 6/6/13. http://p.sf.net/sfu/intel_levelupd2d
> > > > ___
> > > > WiX-users mailing list
> > > > WiX-users@lists.sourceforge.net
> > > > https://lists.sourceforge.net/lists/listinfo/wix-users
> > > >
> > > >
> > > --
> > >  Own the Future-Intel® Level Up Game Demo Contest 2013
> > > Rise to greatness in Intel's independent game demo contest.
> > > Compete for recognition, cash, and the chance to get your game on
> > > Steam. $5K grand prize plus 10 genre and skill prizes.
> > > Submit your demo by 6/6/13. http://p.sf.net/sfu/intel_levelupd2d
> > > ___
> > > WiX-users mailing list
> > > WiX-users@lists.sourceforge.net
> > > ht

[WiX-users] WixUI_Minimal, removing license agreement dialog

2013-03-27 Thread Graham Allwood
Hi,

Is it possible to skip the license agreement dialog in the WixUI_Minimal 
install set? Or do I have to define my own UI set. How would this be done??

Thanks for your help

Graham Allwood
--
Own the Future-Intel® Level Up Game Demo Contest 2013
Rise to greatness in Intel's independent game demo contest.
Compete for recognition, cash, and the chance to get your game 
on Steam. $5K grand prize plus 10 genre and skill prizes. 
Submit your demo by 6/6/13. http://p.sf.net/sfu/intel_levelupd2d
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Wix prerequisites

2013-03-27 Thread Rob Mensching
Once you have candle and light running there isn't anything else necessary
on the build side.


On Wed, Mar 27, 2013 at 7:45 AM,  wrote:

> C L,
>
> We don't use a build server, but I created a front end to WiX for our
> developers on one of our Server 2003 boxes and learned a bit about its
> prerequisites that way. Unfortunately I don't remember what prereqs per se
> were needed (I think SP1 for .NET 3.5 was one odd one, and WIC - but this
> may have been for something else), but VS (any version) is definitely not,
> since our front end-host doesn't have it and my front end works. That said,
> we only use candle and light and a few of the custom action libraries, not
> burn or any of the funkier stuff. :)
>
>
>
> Keith Douglas
> Statistics Canada | 170 Tunney's Pasture Driveway, Ottawa ON K1A 0T6
> Statistique Canada | 170, promenade Tunney's Pasture, Ottawa ON K1A 0T6
> keith.doug...@statcan.gc.ca
> Telephone | Téléphone 613-951-4405
> Facsimile | Télécopieur 613-951-1966
> Government of Canada | Gouvernement du Canada
>
>
> -Original Message-
> From: C L [mailto:clemobil_l...@hotmail.com]
> Sent: March-27-13 10:35 AM
> To: General discussion for Windows Installer XML toolset.
> Subject: Re: [WiX-users] Wix prerequisites
>
> It's not a problem to install wix on our build server, but when trying to
> generate the msi files an error came out about a missing reference to an
> assembly whose name makes me think it is related to Visual studio. The
> assembly is VSLangProj.dll.I can find it on VS install directory when
> installed on a seperate environment...
>
> > From: r...@robmensching.com
> > Date: Wed, 27 Mar 2013 06:56:06 -0700
> > To: wix-users@lists.sourceforge.net
> > Subject: Re: [WiX-users] Wix prerequisites
> >
> > This topic in the manual may be helpful as well:
> > http://wix.sourceforge.net/manual-wix3/daily_builds.htm
> >
> >
> > On Wed, Mar 27, 2013 at 6:28 AM, Neil Sleightholm  >wrote:
> >
> > > You can build wixproj files without installing VS, just install WiX
> > > (and .NET).
> > >
> > > Neil
> > >
> > >
> > > >Hi,
> > > >i'm not sure if i'm posting this at the right place.
> > > >I'm actually working on the automation of setup files by building
> > > >wix project using a tfs server. The thing is I don't want to
> > > >perform a full install of Visual Studio on the build server to build
> my .wixproj files.
> > > >I didn't find anywhere this information : is it possible to build a
> > > >wix project using msbuild without installing Visual studio on the
> > > >server running the build ?
> > > >Thanks by advance
> > > >---
> > > >---
> > > >
> > > >Own the Future-Intel® Level Up Game Demo Contest 2013 Rise to
> > > >greatness in Intel's independent game demo contest.
> > > >Compete for recognition, cash, and the chance to get your game on
> > > >Steam. $5K grand prize plus 10 genre and skill prizes.
> > > >Submit your demo by 6/6/13. http://p.sf.net/sfu/intel_levelupd2d
> > > >___
> > > >WiX-users mailing list
> > > >WiX-users@lists.sourceforge.net
> > > >https://lists.sourceforge.net/lists/listinfo/wix-users
> > >
> > >
> > >
> > > 
> > > -- Own the Future-Intel® Level Up Game Demo Contest 2013
> > > Rise to greatness in Intel's independent game demo contest.
> > > Compete for recognition, cash, and the chance to get your game on
> > > Steam. $5K grand prize plus 10 genre and skill prizes.
> > > Submit your demo by 6/6/13. http://p.sf.net/sfu/intel_levelupd2d
> > > ___
> > > WiX-users mailing list
> > > WiX-users@lists.sourceforge.net
> > > https://lists.sourceforge.net/lists/listinfo/wix-users
> > >
> > >
> > --
> >  Own the Future-Intel® Level Up Game Demo Contest 2013
> > Rise to greatness in Intel's independent game demo contest.
> > Compete for recognition, cash, and the chance to get your game on
> > Steam. $5K grand prize plus 10 genre and skill prizes.
> > Submit your demo by 6/6/13. http://p.sf.net/sfu/intel_levelupd2d
> > ___
> > WiX-users mailing list
> > WiX-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/wix-users
>
>
> --
> Own the Future-Intel® Level Up Game Demo Contest 2013 Rise to
> greatness in Intel's independent game demo contest.
> Compete for recognition, cash, and the chance to get your game on Steam.
> $5K grand prize plus 10 genre and skill prizes.
> Submit your demo by 6/6/13. http://p.sf.net/sfu/intel_levelupd2d
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
>
> -

Re: [WiX-users] Wix prerequisites

2013-03-27 Thread Keith.Douglas
C L,

We don't use a build server, but I created a front end to WiX for our 
developers on one of our Server 2003 boxes and learned a bit about its 
prerequisites that way. Unfortunately I don't remember what prereqs per se were 
needed (I think SP1 for .NET 3.5 was one odd one, and WIC - but this may have 
been for something else), but VS (any version) is definitely not, since our 
front end-host doesn't have it and my front end works. That said, we only use 
candle and light and a few of the custom action libraries, not burn or any of 
the funkier stuff. :) 



Keith Douglas
Statistics Canada | 170 Tunney's Pasture Driveway, Ottawa ON K1A 0T6
Statistique Canada | 170, promenade Tunney's Pasture, Ottawa ON K1A 0T6
keith.doug...@statcan.gc.ca
Telephone | Téléphone 613-951-4405
Facsimile | Télécopieur 613-951-1966
Government of Canada | Gouvernement du Canada 


-Original Message-
From: C L [mailto:clemobil_l...@hotmail.com] 
Sent: March-27-13 10:35 AM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Wix prerequisites

It's not a problem to install wix on our build server, but when trying to 
generate the msi files an error came out about a missing reference to an 
assembly whose name makes me think it is related to Visual studio. The assembly 
is VSLangProj.dll.I can find it on VS install directory when installed on a 
seperate environment...

> From: r...@robmensching.com
> Date: Wed, 27 Mar 2013 06:56:06 -0700
> To: wix-users@lists.sourceforge.net
> Subject: Re: [WiX-users] Wix prerequisites
> 
> This topic in the manual may be helpful as well:
> http://wix.sourceforge.net/manual-wix3/daily_builds.htm
> 
> 
> On Wed, Mar 27, 2013 at 6:28 AM, Neil Sleightholm wrote:
> 
> > You can build wixproj files without installing VS, just install WiX 
> > (and .NET).
> >
> > Neil
> >
> >
> > >Hi,
> > >i'm not sure if i'm posting this at the right place.
> > >I'm actually working on the automation of setup files by building 
> > >wix project using a tfs server. The thing is I don't want to 
> > >perform a full install of Visual Studio on the build server to build my 
> > >.wixproj files.
> > >I didn't find anywhere this information : is it possible to build a 
> > >wix project using msbuild without installing Visual studio on the 
> > >server running the build ?
> > >Thanks by advance
> > >---
> > >---
> > >
> > >Own the Future-Intel® Level Up Game Demo Contest 2013 Rise to 
> > >greatness in Intel's independent game demo contest.
> > >Compete for recognition, cash, and the chance to get your game on 
> > >Steam. $5K grand prize plus 10 genre and skill prizes.
> > >Submit your demo by 6/6/13. http://p.sf.net/sfu/intel_levelupd2d
> > >___
> > >WiX-users mailing list
> > >WiX-users@lists.sourceforge.net
> > >https://lists.sourceforge.net/lists/listinfo/wix-users
> >
> >
> >
> > 
> > -- Own the Future-Intel® Level Up Game Demo Contest 2013 
> > Rise to greatness in Intel's independent game demo contest.
> > Compete for recognition, cash, and the chance to get your game on 
> > Steam. $5K grand prize plus 10 genre and skill prizes.
> > Submit your demo by 6/6/13. http://p.sf.net/sfu/intel_levelupd2d
> > ___
> > WiX-users mailing list
> > WiX-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/wix-users
> >
> >
> --
>  Own the Future-Intel® Level Up Game Demo Contest 2013 
> Rise to greatness in Intel's independent game demo contest.
> Compete for recognition, cash, and the chance to get your game on 
> Steam. $5K grand prize plus 10 genre and skill prizes.
> Submit your demo by 6/6/13. http://p.sf.net/sfu/intel_levelupd2d
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
  
--
Own the Future-Intel® Level Up Game Demo Contest 2013 Rise to greatness in 
Intel's independent game demo contest.
Compete for recognition, cash, and the chance to get your game on Steam. $5K 
grand prize plus 10 genre and skill prizes. 
Submit your demo by 6/6/13. http://p.sf.net/sfu/intel_levelupd2d
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

--
Own the Future-Intel® Level Up Game Demo Contest 2013
Rise to greatness in Intel's independent game demo contest.
Compete for recognition, cash, and the chance to get your game 
on Steam. $5K grand prize plus 10 genre 

Re: [WiX-users] Wix prerequisites

2013-03-27 Thread Rob Mensching
What command did you run that caused the error? Can you share out all the
error details? That doesn't sound familiar.


On Wed, Mar 27, 2013 at 7:35 AM, C L  wrote:

> It's not a problem to install wix on our build server, but when trying to
> generate the msi files an error came out about a missing reference to an
> assembly whose name makes me think it is related to Visual studio. The
> assembly is VSLangProj.dll.I can find it on VS install directory when
> installed on a seperate environment...
>
> > From: r...@robmensching.com
> > Date: Wed, 27 Mar 2013 06:56:06 -0700
> > To: wix-users@lists.sourceforge.net
> > Subject: Re: [WiX-users] Wix prerequisites
> >
> > This topic in the manual may be helpful as well:
> > http://wix.sourceforge.net/manual-wix3/daily_builds.htm
> >
> >
> > On Wed, Mar 27, 2013 at 6:28 AM, Neil Sleightholm  >wrote:
> >
> > > You can build wixproj files without installing VS, just install WiX
> (and
> > > .NET).
> > >
> > > Neil
> > >
> > >
> > > >Hi,
> > > >i'm not sure if i'm posting this at the right place.
> > > >I'm actually working on the automation of setup files by building wix
> > > >project using a tfs server. The thing is I don't want to perform a
> full
> > > >install of Visual Studio on the build server to build my .wixproj
> files.
> > > >I didn't find anywhere this information : is it possible to build a
> wix
> > > >project using msbuild without installing Visual studio on the server
> > > >running the build ?
> > > >Thanks by advance
> > >
> >--
> > > >
> > > >Own the Future-Intel® Level Up Game Demo Contest 2013
> > > >Rise to greatness in Intel's independent game demo contest.
> > > >Compete for recognition, cash, and the chance to get your game
> > > >on Steam. $5K grand prize plus 10 genre and skill prizes.
> > > >Submit your demo by 6/6/13. http://p.sf.net/sfu/intel_levelupd2d
> > > >___
> > > >WiX-users mailing list
> > > >WiX-users@lists.sourceforge.net
> > > >https://lists.sourceforge.net/lists/listinfo/wix-users
> > >
> > >
> > >
> > >
> --
> > > Own the Future-Intel® Level Up Game Demo Contest 2013
> > > Rise to greatness in Intel's independent game demo contest.
> > > Compete for recognition, cash, and the chance to get your game
> > > on Steam. $5K grand prize plus 10 genre and skill prizes.
> > > Submit your demo by 6/6/13. http://p.sf.net/sfu/intel_levelupd2d
> > > ___
> > > WiX-users mailing list
> > > WiX-users@lists.sourceforge.net
> > > https://lists.sourceforge.net/lists/listinfo/wix-users
> > >
> > >
> >
> --
> > Own the Future-Intel® Level Up Game Demo Contest 2013
> > Rise to greatness in Intel's independent game demo contest.
> > Compete for recognition, cash, and the chance to get your game
> > on Steam. $5K grand prize plus 10 genre and skill prizes.
> > Submit your demo by 6/6/13. http://p.sf.net/sfu/intel_levelupd2d
> > ___
> > WiX-users mailing list
> > WiX-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/wix-users
>
>
> --
> Own the Future-Intel® Level Up Game Demo Contest 2013
> Rise to greatness in Intel's independent game demo contest.
> Compete for recognition, cash, and the chance to get your game
> on Steam. $5K grand prize plus 10 genre and skill prizes.
> Submit your demo by 6/6/13. http://p.sf.net/sfu/intel_levelupd2d
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
>
--
Own the Future-Intel® Level Up Game Demo Contest 2013
Rise to greatness in Intel's independent game demo contest.
Compete for recognition, cash, and the chance to get your game 
on Steam. $5K grand prize plus 10 genre and skill prizes. 
Submit your demo by 6/6/13. http://p.sf.net/sfu/intel_levelupd2d
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Adding a new "page" to the bootstrapper...

2013-03-27 Thread Rob Mensching
Unfortunately, wixstdba doesn't support that today.


On Wed, Mar 27, 2013 at 7:23 AM, StevenOgilvie  wrote:

> Hi all,
>
> I am wondering if anyone has added a new page to the bootstrapper?
>
> What I want to do is have the Welcome page (my welcome page has two radio
> buttons to select the install they want to launch), click Next, which goes
> to a 2nd page that describes what pre-requisites will be installed if
> missing from the system (I will be adding just a text label listing the pre
> requisites we will be installing if absent), then click Install, which then
> goes to the progress page…
>
> Has anyone done something like this? If so can you give me some guidance on
> how to do this?
>
> Thanks very much in advance,
>
> Steve
>
>
>
>
> --
> View this message in context:
> http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Adding-a-new-page-to-the-bootstrapper-tp7584670.html
> Sent from the wix-users mailing list archive at Nabble.com.
>
>
> --
> Own the Future-Intel® Level Up Game Demo Contest 2013
> Rise to greatness in Intel's independent game demo contest.
> Compete for recognition, cash, and the chance to get your game
> on Steam. $5K grand prize plus 10 genre and skill prizes.
> Submit your demo by 6/6/13. http://p.sf.net/sfu/intel_levelupd2d
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
--
Own the Future-Intel® Level Up Game Demo Contest 2013
Rise to greatness in Intel's independent game demo contest.
Compete for recognition, cash, and the chance to get your game 
on Steam. $5K grand prize plus 10 genre and skill prizes. 
Submit your demo by 6/6/13. http://p.sf.net/sfu/intel_levelupd2d
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Wix prerequisites

2013-03-27 Thread C L
It's not a problem to install wix on our build server, but when trying to 
generate the msi files an error came out about a missing reference to an 
assembly whose name makes me think it is related to Visual studio. The assembly 
is VSLangProj.dll.I can find it on VS install directory when installed on a 
seperate environment...

> From: r...@robmensching.com
> Date: Wed, 27 Mar 2013 06:56:06 -0700
> To: wix-users@lists.sourceforge.net
> Subject: Re: [WiX-users] Wix prerequisites
> 
> This topic in the manual may be helpful as well:
> http://wix.sourceforge.net/manual-wix3/daily_builds.htm
> 
> 
> On Wed, Mar 27, 2013 at 6:28 AM, Neil Sleightholm wrote:
> 
> > You can build wixproj files without installing VS, just install WiX (and
> > .NET).
> >
> > Neil
> >
> >
> > >Hi,
> > >i'm not sure if i'm posting this at the right place.
> > >I'm actually working on the automation of setup files by building wix
> > >project using a tfs server. The thing is I don't want to perform a full
> > >install of Visual Studio on the build server to build my .wixproj files.
> > >I didn't find anywhere this information : is it possible to build a wix
> > >project using msbuild without installing Visual studio on the server
> > >running the build ?
> > >Thanks by advance
> > >--
> > >
> > >Own the Future-Intel® Level Up Game Demo Contest 2013
> > >Rise to greatness in Intel's independent game demo contest.
> > >Compete for recognition, cash, and the chance to get your game
> > >on Steam. $5K grand prize plus 10 genre and skill prizes.
> > >Submit your demo by 6/6/13. http://p.sf.net/sfu/intel_levelupd2d
> > >___
> > >WiX-users mailing list
> > >WiX-users@lists.sourceforge.net
> > >https://lists.sourceforge.net/lists/listinfo/wix-users
> >
> >
> >
> > --
> > Own the Future-Intel® Level Up Game Demo Contest 2013
> > Rise to greatness in Intel's independent game demo contest.
> > Compete for recognition, cash, and the chance to get your game
> > on Steam. $5K grand prize plus 10 genre and skill prizes.
> > Submit your demo by 6/6/13. http://p.sf.net/sfu/intel_levelupd2d
> > ___
> > WiX-users mailing list
> > WiX-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/wix-users
> >
> >
> --
> Own the Future-Intel® Level Up Game Demo Contest 2013
> Rise to greatness in Intel's independent game demo contest.
> Compete for recognition, cash, and the chance to get your game 
> on Steam. $5K grand prize plus 10 genre and skill prizes. 
> Submit your demo by 6/6/13. http://p.sf.net/sfu/intel_levelupd2d
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
  
--
Own the Future-Intel® Level Up Game Demo Contest 2013
Rise to greatness in Intel's independent game demo contest.
Compete for recognition, cash, and the chance to get your game 
on Steam. $5K grand prize plus 10 genre and skill prizes. 
Submit your demo by 6/6/13. http://p.sf.net/sfu/intel_levelupd2d
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Adding a new "page" to the bootstrapper...

2013-03-27 Thread StevenOgilvie
Hi all,

I am wondering if anyone has added a new page to the bootstrapper?

What I want to do is have the Welcome page (my welcome page has two radio
buttons to select the install they want to launch), click Next, which goes
to a 2nd page that describes what pre-requisites will be installed if
missing from the system (I will be adding just a text label listing the pre
requisites we will be installing if absent), then click Install, which then
goes to the progress page…

Has anyone done something like this? If so can you give me some guidance on
how to do this?

Thanks very much in advance,

Steve




--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Adding-a-new-page-to-the-bootstrapper-tp7584670.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Own the Future-Intel® Level Up Game Demo Contest 2013
Rise to greatness in Intel's independent game demo contest.
Compete for recognition, cash, and the chance to get your game 
on Steam. $5K grand prize plus 10 genre and skill prizes. 
Submit your demo by 6/6/13. http://p.sf.net/sfu/intel_levelupd2d
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Wix prerequisites

2013-03-27 Thread Rob Mensching
This topic in the manual may be helpful as well:
http://wix.sourceforge.net/manual-wix3/daily_builds.htm


On Wed, Mar 27, 2013 at 6:28 AM, Neil Sleightholm wrote:

> You can build wixproj files without installing VS, just install WiX (and
> .NET).
>
> Neil
>
>
> >Hi,
> >i'm not sure if i'm posting this at the right place.
> >I'm actually working on the automation of setup files by building wix
> >project using a tfs server. The thing is I don't want to perform a full
> >install of Visual Studio on the build server to build my .wixproj files.
> >I didn't find anywhere this information : is it possible to build a wix
> >project using msbuild without installing Visual studio on the server
> >running the build ?
> >Thanks by advance
> >--
> >
> >Own the Future-Intel® Level Up Game Demo Contest 2013
> >Rise to greatness in Intel's independent game demo contest.
> >Compete for recognition, cash, and the chance to get your game
> >on Steam. $5K grand prize plus 10 genre and skill prizes.
> >Submit your demo by 6/6/13. http://p.sf.net/sfu/intel_levelupd2d
> >___
> >WiX-users mailing list
> >WiX-users@lists.sourceforge.net
> >https://lists.sourceforge.net/lists/listinfo/wix-users
>
>
>
> --
> Own the Future-Intel® Level Up Game Demo Contest 2013
> Rise to greatness in Intel's independent game demo contest.
> Compete for recognition, cash, and the chance to get your game
> on Steam. $5K grand prize plus 10 genre and skill prizes.
> Submit your demo by 6/6/13. http://p.sf.net/sfu/intel_levelupd2d
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
>
--
Own the Future-Intel® Level Up Game Demo Contest 2013
Rise to greatness in Intel's independent game demo contest.
Compete for recognition, cash, and the chance to get your game 
on Steam. $5K grand prize plus 10 genre and skill prizes. 
Submit your demo by 6/6/13. http://p.sf.net/sfu/intel_levelupd2d
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Wix prerequisites

2013-03-27 Thread Neil Sleightholm
You can build wixproj files without installing VS, just install WiX (and
.NET).

Neil


>Hi,
>i'm not sure if i'm posting this at the right place.
>I'm actually working on the automation of setup files by building wix
>project using a tfs server. The thing is I don't want to perform a full
>install of Visual Studio on the build server to build my .wixproj files.
>I didn't find anywhere this information : is it possible to build a wix
>project using msbuild without installing Visual studio on the server
>running the build ?
>Thanks by advance  
>--
>
>Own the Future-Intel® Level Up Game Demo Contest 2013
>Rise to greatness in Intel's independent game demo contest.
>Compete for recognition, cash, and the chance to get your game
>on Steam. $5K grand prize plus 10 genre and skill prizes.
>Submit your demo by 6/6/13. http://p.sf.net/sfu/intel_levelupd2d
>___
>WiX-users mailing list
>WiX-users@lists.sourceforge.net
>https://lists.sourceforge.net/lists/listinfo/wix-users


--
Own the Future-Intel® Level Up Game Demo Contest 2013
Rise to greatness in Intel's independent game demo contest.
Compete for recognition, cash, and the chance to get your game 
on Steam. $5K grand prize plus 10 genre and skill prizes. 
Submit your demo by 6/6/13. http://p.sf.net/sfu/intel_levelupd2d
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Wix prerequisites

2013-03-27 Thread C L
Hi,
i'm not sure if i'm posting this at the right place.
I'm actually working on the automation of setup files by building wix project 
using a tfs server. The thing is I don't want to perform a full install of 
Visual Studio on the build server to build my .wixproj files. I didn't find 
anywhere this information : is it possible to build a wix project using msbuild 
without installing Visual studio on the server running the build ?
Thanks by advance 
--
Own the Future-Intel® Level Up Game Demo Contest 2013
Rise to greatness in Intel's independent game demo contest.
Compete for recognition, cash, and the chance to get your game 
on Steam. $5K grand prize plus 10 genre and skill prizes. 
Submit your demo by 6/6/13. http://p.sf.net/sfu/intel_levelupd2d
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Heat, XSLT, and Difxapp

2013-03-27 Thread Gabriel Ivanes
I change my mind.

Hardcored oemsetup.inf in global wxs with difxapp:driver.

Then, heat harvest driver's file and exclude oemsetup.inf.

Obvious.



Le %:Date:, Gabriel Ivanes <[1]g...@fastmail.net> a écrit:

Hi there,







I want to automat heat with difxapp. I use heat this way :







heat dir .\Sources -cg cmp_files_driver_x86 -dr TARGETDIR -gg -ke -out

Projet\Files_driver.wxs -var var.Sources = ".\Sources" -t

Build\Set_difxapp_to_inf.xsl.







But XSLT failed because i don't know it well.







First, i wanted to include WixDifxAppExtension with -ext, but can't

figure out how to make it work. So, i tried with :







  



http://schemas.microsoft.com/wix/2006/wi";



xmlns:difx='[2]http://schemas.microsoft.com/wix/DifxAppExtensi

on'>











  







within XSLT. It's ok but is it the good way ?







Then, i need to track inf file to add difxapp to its component.















  







  



  







  







It doesn't work. "http://schemas.microsoft.com/wix/2006/wi

2. [4]http://schemas.microsoft.com/wix/DifxAppExtension

---
---

Own the Future-Intel® Level Up Game Demo Contest 2013

Rise to greatness in Intel's independent game demo contest.

Compete for recognition, cash, and the chance to get your game

on Steam. $5K grand prize plus 10 genre and skill prizes.

Submit your demo by 6/6/13. [5]http://p.sf.net/sfu/intel_levelupd2d

___

WiX-users mailing list

[6]WiX-users@lists.sourceforge.net

[7]https://lists.sourceforge.net/lists/listinfo/wix-users



--
Sincèrement,
Gabriel

"I know no way of judging the future but by the past."
Patrick Henry
"You can never plan the future by the past."
Edmund Burke

References

1. mailto:g...@fastmail.net
2. http://schemas.microsoft.com/wix/2006/wi
3. http://schemas.microsoft.com/wix/2006/wi
4. http://schemas.microsoft.com/wix/DifxAppExtension
5. http://p.sf.net/sfu/intel_levelupd2d
6. mailto:WiX-users@lists.sourceforge.net
7. https://lists.sourceforge.net/lists/listinfo/wix-users
--
Own the Future-Intel® Level Up Game Demo Contest 2013
Rise to greatness in Intel's independent game demo contest.
Compete for recognition, cash, and the chance to get your game 
on Steam. $5K grand prize plus 10 genre and skill prizes. 
Submit your demo by 6/6/13. http://p.sf.net/sfu/intel_levelupd2d
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users