Re: [WiX-users] deactivate UAC before installing

2013-02-28 Thread Christoph Goetz
Yes, of course I meant this. Sorry.

Verschlüsseln Sie Ihre E-Mails mit gpg4o für Outlook 2010
-
Christoph Götz
Softwareentwickler

Giegerich & Partner GmbH
Robert-Bosch-Straße 18 | D-63303 Dreieich
Tel. +49 6251 - 162533 |
christoph.go...@giepa.de | http://www.giepa.de

Geschäftsführer: Dipl.-Ing. (TU) Hans-Joachim Giegerich
Amtsgericht Offenbach/Main | HRB 33236
-

Von: Pally Sandher [pally.sand...@iesve.com]
Gesendet: Freitag, 15. Februar 2013 17:06
An: General discussion for Windows Installer XML toolset.
Betreff: Re: [WiX-users] deactivate UAC before installing

No, that's what requesting elevation exists for.

You should be asking why you need to turn UAC off in the first place which I 
suspect we can't answer.

Palbinder Sandher
Software Platform Engineer
T: +44 (0) 141 945 8500
F: +44 (0) 141 945 8501
http://www.iesve.com

**Design, Simulate + Innovate with the **
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: Christoph Goetz [mailto:christoph.go...@giepa.de]
Sent: 15 February 2013 12:44
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] deactivate UAC before installing

Hello,

i would like to turn off the UAC before installing. Is there a way to do his?

Greetings,
Christoph Götz

Verschlüsseln Sie Ihre E-Mails mit gpg4o für Outlook 2010
-
Christoph Götz
Softwareentwickler

Giegerich & Partner GmbH
Robert-Bosch-Straße 18 | D-63303 Dreieich
Tel. +49 6251 - 162533 |
christoph.go...@giepa.de | 
http://www.giepa.de

Geschäftsführer: Dipl.-Ing. (TU) Hans-Joachim Giegerich
Amtsgericht Offenbach/Main | HRB 33236
-
--
Free Next-Gen Firewall Hardware Offer
Buy your Sophos next-gen firewall before the end March 2013
and get the hardware for free! Learn more.
http://p.sf.net/sfu/sophos-d2d-feb
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users



--
Free Next-Gen Firewall Hardware Offer
Buy your Sophos next-gen firewall before the end March 2013
and get the hardware for free! Learn more.
http://p.sf.net/sfu/sophos-d2d-feb
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Some events of BootstrapperApplication not reached

2013-02-28 Thread Ingo Fischer

Hello, this is the constructor of my viewmodel: public 
InstallationPackageBundleBaViewModel(BootstrapperApplication bootstrapper)
{
Bootstrapper = bootstrapper;
Bootstrapper.DetectBegin += BootstrapperDetectBegin;
Bootstrapper.DetectPackageBegin += BootstrapperDetectPackageBegin;
Bootstrapper.DetectPackageComplete += 
BootstrapperDetectPackageComplete;
Bootstrapper.DetectComplete += BootstrapperDetectComplete;  
   Bootstrapper.Progress += BootstrapperProgress;
Bootstrapper.ApplyBegin += BootstrapperApplyBegin;
Bootstrapper.ApplyComplete += BootstrapperApplyComplete;
Bootstrapper.Elevate += BootstrapperElevate;
Bootstrapper.Error += BootstrapperError;
Bootstrapper.ExecuteBegin += BootstrapperExecuteBegin;
Bootstrapper.ExecuteComplete += BootstrapperExecuteComplete;
Bootstrapper.ExecuteProgress += BootstrapperExecuteProgress;
 Bootstrapper.Engine.Plan(LaunchAction.Install);
} If I run the bootstrapper.exe it reaches the BootstrapperDetectBegin, 
then for each msi the BootstrapperDetectPackageBegin / 
BootstrapperDetectPackageComplete and then then BootstrapperDetectComplete 
callbacks. But BootstrapperProgress, BootstrapperApplyBegin ...are never 
called. In the burn source-code they are in a seperate viewmodel, but that 
should not matter - sould it ? -ingo   
 > From: christoph.go...@giepa.de
> To: wix-users@lists.sourceforge.net
> Date: Thu, 28 Feb 2013 09:14:18 +0100
> Subject: Re: [WiX-users] deactivate UAC before installing
> 
> Yes, of course I meant this. Sorry.
> 
> Verschlüsseln Sie Ihre E-Mails mit gpg4o für Outlook 2010
> -
> Christoph Götz
> Softwareentwickler
> 
> Giegerich & Partner GmbH
> Robert-Bosch-Straße 18 | D-63303 Dreieich
> Tel. +49 6251 - 162533 |
> christoph.go...@giepa.de | http://www.giepa.de
> 
> Geschäftsführer: Dipl.-Ing. (TU) Hans-Joachim Giegerich
> Amtsgericht Offenbach/Main | HRB 33236
> -
> 
> Von: Pally Sandher [pally.sand...@iesve.com]
> Gesendet: Freitag, 15. Februar 2013 17:06
> An: General discussion for Windows Installer XML toolset.
> Betreff: Re: [WiX-users] deactivate UAC before installing
> 
> No, that's what requesting elevation exists for.
> 
> You should be asking why you need to turn UAC off in the first place which I 
> suspect we can't answer.
> 
> Palbinder Sandher
> Software Platform Engineer
> T: +44 (0) 141 945 8500
> F: +44 (0) 141 945 8501
> http://www.iesve.com
> 
> **Design, Simulate + Innovate with the **
> 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: Christoph Goetz [mailto:christoph.go...@giepa.de]
> Sent: 15 February 2013 12:44
> To: wix-users@lists.sourceforge.net
> Subject: [WiX-users] deactivate UAC before installing
> 
> Hello,
> 
> i would like to turn off the UAC before installing. Is there a way to do his?
> 
> Greetings,
> Christoph Götz
> 
> Verschlüsseln Sie Ihre E-Mails mit gpg4o für Outlook 2010
> -
> Christoph Götz
> Softwareentwickler
> 
> Giegerich & Partner GmbH
> Robert-Bosch-Straße 18 | D-63303 Dreieich
> Tel. +49 6251 - 162533 |
> christoph.go...@giepa.de | 
> http://www.giepa.de
> 
> Geschäftsführer: Dipl.-Ing. (TU) Hans-Joachim Giegerich
> Amtsgericht Offenbach/Main | HRB 33236
> -
> --
> Free Next-Gen Firewall Hardware Offer
> Buy your Sophos next-gen firewall before the end March 2013
> and get the hardware for free! Learn more.
> http://p.sf.net/sfu/sophos-d2d-feb
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
> 
> 
> 
> --
> Free Next-Gen Firewall Hardware Offer
> Buy your Sophos next-gen firewall before the end March 2013
> and get the hardware for free! Learn more.
> http://p.sf.net/sfu/sophos-d2d-feb
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
> 
> --

Re: [WiX-users] Some events of BootstrapperApplication not reached

2013-02-28 Thread Rob Mensching
Those callbacks are fired when you tell the engine to Apply().


On Thu, Feb 28, 2013 at 3:12 AM, Ingo Fischer wrote:

>
> Hello, this is the constructor of my viewmodel: public
> InstallationPackageBundleBaViewModel(BootstrapperApplication bootstrapper)
> {
> Bootstrapper = bootstrapper;
> Bootstrapper.DetectBegin += BootstrapperDetectBegin;
> Bootstrapper.DetectPackageBegin +=
> BootstrapperDetectPackageBegin;
> Bootstrapper.DetectPackageComplete +=
> BootstrapperDetectPackageComplete;
> Bootstrapper.DetectComplete += BootstrapperDetectComplete;
> Bootstrapper.Progress += BootstrapperProgress;
> Bootstrapper.ApplyBegin += BootstrapperApplyBegin;
> Bootstrapper.ApplyComplete += BootstrapperApplyComplete;
> Bootstrapper.Elevate += BootstrapperElevate;
> Bootstrapper.Error += BootstrapperError;
> Bootstrapper.ExecuteBegin += BootstrapperExecuteBegin;
> Bootstrapper.ExecuteComplete += BootstrapperExecuteComplete;
> Bootstrapper.ExecuteProgress += BootstrapperExecuteProgress;
>   Bootstrapper.Engine.Plan(LaunchAction.Install);
> } If I run the bootstrapper.exe it reaches the
> BootstrapperDetectBegin, then for each msi the
> BootstrapperDetectPackageBegin / BootstrapperDetectPackageComplete and then
> then BootstrapperDetectComplete callbacks. But BootstrapperProgress,
> BootstrapperApplyBegin ...are never called. In the burn source-code they
> are in a seperate viewmodel, but that should not matter - sould it ? -ingo
>  > From: christoph.go...@giepa.de
> > To: wix-users@lists.sourceforge.net
> > Date: Thu, 28 Feb 2013 09:14:18 +0100
> > Subject: Re: [WiX-users] deactivate UAC before installing
> >
> > Yes, of course I meant this. Sorry.
> >
> > Verschlüsseln Sie Ihre E-Mails mit gpg4o für Outlook 2010
> >
> -
> > Christoph Götz
> > Softwareentwickler
> >
> > Giegerich & Partner GmbH
> > Robert-Bosch-Straße 18 | D-63303 Dreieich
> > Tel. +49 6251 - 162533 |
> > christoph.go...@giepa.de | http://www.giepa.de
> >
> > Geschäftsführer: Dipl.-Ing. (TU) Hans-Joachim Giegerich
> > Amtsgericht Offenbach/Main | HRB 33236
> >
> -
> > 
> > Von: Pally Sandher [pally.sand...@iesve.com]
> > Gesendet: Freitag, 15. Februar 2013 17:06
> > An: General discussion for Windows Installer XML toolset.
> > Betreff: Re: [WiX-users] deactivate UAC before installing
> >
> > No, that's what requesting elevation exists for.
> >
> > You should be asking why you need to turn UAC off in the first place
> which I suspect we can't answer.
> >
> > Palbinder Sandher
> > Software Platform Engineer
> > T: +44 (0) 141 945 8500
> > F: +44 (0) 141 945 8501
> > http://www.iesve.com
> >
> > **Design, Simulate + Innovate with the **
> > 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: Christoph Goetz [mailto:christoph.go...@giepa.de]
> > Sent: 15 February 2013 12:44
> > To: wix-users@lists.sourceforge.net
> > Subject: [WiX-users] deactivate UAC before installing
> >
> > Hello,
> >
> > i would like to turn off the UAC before installing. Is there a way to do
> his?
> >
> > Greetings,
> > Christoph Götz
> >
> > Verschlüsseln Sie Ihre E-Mails mit gpg4o für Outlook 2010
> >
> -
> > Christoph Götz
> > Softwareentwickler
> >
> > Giegerich & Partner GmbH
> > Robert-Bosch-Straße 18 | D-63303 Dreieich
> > Tel. +49 6251 - 162533 |
> > christoph.go...@giepa.de |
> http://www.giepa.de
> >
> > Geschäftsführer: Dipl.-Ing. (TU) Hans-Joachim Giegerich
> > Amtsgericht Offenbach/Main | HRB 33236
> >
> -
> >
> --
> > Free Next-Gen Firewall Hardware Offer
> > Buy your Sophos next-gen firewall before the end March 2013
> > and get the hardware for free! Learn more.
> > http://p.sf.net/sfu/sophos-d2d-feb
> > ___
> > WiX-users mailing list
> > WiX-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/wix-users
> >
> >
> >
> >
> --
> > Free Next-Gen Firewall Hardware Offer
> > Buy your Sophos next-gen firewall before the 

[WiX-users] Strange issue during netfx4 installation

2013-02-28 Thread Pasquale Fersini
Hi all,
in my Bootrapper project I use an ExePackage like this:

http://go.microsoft.com/fwlink/?LinkId=164193"; 
InstallCommand="/quiet
/norestart AGREETOLICENSE=YES"  RepairCommand="/q ACTION=Repair
/hideconsole /norestart"DetectCondition="NET4Installed =
1">

but sometimes (I don't know why) Bootstrapper wants to reboot after
download/install netfx4.

The machine is Windows 7 Professional with Intel(R) Xeon(R) CPU
E3-1225 V2 @ 3.20GHz 2.19 GHz .


Can someone help me with this issue?

Thanks in advance!
--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Copy File Setting source and destination property value setting

2013-02-28 Thread chennam
Hi,

I want to achieve copy file and was able to do when I am setting the
destination and source folder property values hard coded. But when I try to
do using the property value like "[INSTALLLOCATION]\Website\App_Config" it
does give an error saying "could not find the location". And
[INSTALLOCATION] value is provided through command line when installing MSI
package as installation location. Can any one help in setting the custom
based property value.


  
  
  
  


  
  
  



  



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Copy-File-Setting-source-and-destination-property-value-setting-tp7584031.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Looking for a simple default bootstrapper

2013-02-28 Thread bwehking
Hello,

I arrived at WiX after some years of IS. Currently I explore WiX and learn
how it can be used for our products.

I've come so far that I am a proud creator of a small working MSI.

But now I guess I have "burnt" my fingers at the bootstrapper idea :)

I need a bootstrapper that installs the .NET framework (if missing) and then
launches the "main" MSI. But as far as I can see, all the default
bootstrapper implementations have their own GUI which should replace the
MSI's GUI (license dialog, selecting installation location).

Is there any default bootstrapper _without_ a GUI? Or do I really have to
create my own bootstrapper application for that?!?

I noticed that people become creative to achieve a simple bootstrapper: 
http://stackoverflow.com/questions/14431962/alternatives-to-wix-burn-bootstrapper-can-the-install-shield-le-boot-strapper

  

I guess I'm not alone...

I hope for your ideas!

Bernd




--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Looking-for-a-simple-default-bootstrapper-tp7584028.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] WIX MSBuild Issue

2013-02-28 Thread John Cooper
Yes, I suspect the timestamps are tweaked during signing--I've never been able 
to get signing to work right except in an AfterBuild target at or near the end 
of the run.  How do you link in your features.  We use a wixlib for each 
feature, link it into the main install build, and then sign everything.  I 
handle six features this way in one of my install builds.

--
John Merryweather Cooper
Build & Install Engineer - ESA
Jack Henry & Associates, Inc.®
Shawnee Mission, KS  66227
Office:  913-341-3434 x791011
jocoo...@jackhenry.com
www.jackhenry.com 



-Original Message-
From: Rob Mensching [mailto:r...@robmensching.com] 
Sent: Wednesday, February 27, 2013 6:13 PM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] WIX MSBuild Issue

WiX toolset just uses MSBuild. What does MSBuild say about the rebuilt 
ProjectReference? Why did the project think it need to be rebuilt?  (maybe 
signing confused the projects so they think the .exe is out of date)?  It is 
always possible something is wrong on the WiX.targets side but MSBuild should 
say why...


On Wed, Feb 27, 2013 at 3:41 PM, Terry  wrote:

> > Our team is using WIX to generate Fragments and an Installer package.
> > Today, we have two Configurations that we build during our TFS build.
> > First, we build a Release configuration so that we can digitally 
> > sign the output for inclusion into the Installer file. Second, the 
> > installer is built during the Deployment Configuration. We have put 
> > each of our features into Fragments and used Project References to 
> > point back to the actual location of the artifacts we want to 
> > include for that fragment.  The fragments are then included in one 
> > MSI installer file.  The installer package CABs all of the files and 
> > includes them inside the final MSI.
> >
> > The issue we are seeing is that during our Deployment configuration 
> > build any project that is contained in the Project Reference for the 
> > Fragment is getting built again overwriting the digital signature. 
> > We dug into it a see that it is using Wix2010.targets during the 
> > MSBuild process.  In addition, the "Build Order" and "Project Dependecies"
> > have nothing in them for each of the Fragment projects.
> >
> > Is this the expected behavior?  We have a pretty large build process 
> > that encompasses many project so changing signing to a post build 
> > event wouldn't be possible so I need a way to ensure that the signed 
> > version of the binary isn't overwritten.
> >
> > Thanks
> >
> > Terry
>
>
>
> --
>  Everyone hates slow websites. So do we.
> Make your web apps faster with AppDynamics Download AppDynamics Lite 
> for free today:
> http://p.sf.net/sfu/appdyn_d2d_feb
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
>
--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics Download AppDynamics Lite for free 
today:
http://p.sf.net/sfu/appdyn_d2d_feb
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users
NOTICE: This electronic mail message and any files transmitted with it are 
intended
exclusively for the individual or entity to which it is addressed. The message, 
together with any attachment, may contain confidential and/or privileged 
information.
Any unauthorized review, use, printing, saving, copying, disclosure or 
distribution 
is strictly prohibited. If you have received this message in error, please 
immediately advise the sender by reply email and delete all copies.


--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Bundle: Way to do no action in case of Repair for an ExePackage

2013-02-28 Thread Tobias S
Hi,

Assume I have a bundle consisting of 1 MSI + 1 EXE and Exe doesn't support
repair. Is there a way to configure the exe that burn does no repair action
for the exe but for the MSI? like e.g.



Best Regards,
Tobias
--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Copy File Setting source and destination property value setting

2013-02-28 Thread Pally Sandher
Create [INSTALLLOCATION]\Website\App_Config in your Directory Tree & use the 
DestinationDirectory attribute instead of DestinationProperty.

Palbinder Sandher 
Software Platform Engineer 
T: +44 (0) 141 945 8500
F: +44 (0) 141 945 8501
http://www.iesve.com 

**Design, Simulate + Innovate with the ** 
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: chennam [mailto:chatrapathi.chen...@gmail.com] 
Sent: 28 February 2013 15:29
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Copy File Setting source and destination property value 
setting

Hi,

I want to achieve copy file and was able to do when I am setting the 
destination and source folder property values hard coded. But when I try to do 
using the property value like "[INSTALLLOCATION]\Website\App_Config" it does 
give an error saying "could not find the location". And [INSTALLOCATION] value 
is provided through command line when installing MSI package as installation 
location. Can any one help in setting the custom based property value.


  
  
  
  


  
  
  



  



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Copy-File-Setting-source-and-destination-property-value-setting-tp7584031.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics Download AppDynamics Lite for free 
today:
http://p.sf.net/sfu/appdyn_d2d_feb
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users



--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Strange issue during netfx4 installation

2013-02-28 Thread Pally Sandher
Use WiXNetFXExtension -> 
http://wix.sourceforge.net/manual-wix3/install_dotnet.htm

Palbinder Sandher 
Software Platform Engineer 
T: +44 (0) 141 945 8500
F: +44 (0) 141 945 8501
http://www.iesve.com 

**Design, Simulate + Innovate with the ** 
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: Pasquale Fersini [mailto:basquale.fers...@gmail.com] 
Sent: 28 February 2013 15:28
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Strange issue during netfx4 installation

Hi all,
in my Bootrapper project I use an ExePackage like this:

http://go.microsoft.com/fwlink/?LinkId=164193"; 
InstallCommand="/quiet
/norestart AGREETOLICENSE=YES"  RepairCommand="/q ACTION=Repair
/hideconsole /norestart"DetectCondition="NET4Installed =
1">

but sometimes (I don't know why) Bootstrapper wants to reboot after 
download/install netfx4.

The machine is Windows 7 Professional with Intel(R) Xeon(R) CPU
E3-1225 V2 @ 3.20GHz 2.19 GHz .


Can someone help me with this issue?

Thanks in advance!
--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics Download AppDynamics Lite for free 
today:
http://p.sf.net/sfu/appdyn_d2d_feb
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users



--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Looking for a simple default bootstrapper

2013-02-28 Thread Pally Sandher
Burn's standard BA can be very minimal if you configure it to be. Mine is 
simply a dialog with some images/text and install & cancel buttons. Clicking 
install will attempt to install .NET 4.0 client profile followed by my MSI(s).

Use something like


  


Since LicenseUrl is empty, it disables all the EULA controls & 
SuppressOptionsUI="yes" hides the Options button so all you're left with is the 
Install & Cancel buttons.

If you want to modify the dialog further you'll need to edit the 
HyperlinkTheme.xml file (download the wix sources, you'll find it in 
src\ext\BalExtension\wixstdba\Resources). You can then supply your modified 
file using the ThemeFile attribute too.

Make sure you set DisplayInternalUI="yes" on your MsiPackage so it shows the UI 
& use the WiXNetFxExtension to install .NET -> 
http://wix.sourceforge.net/manual-wix3/install_dotnet.htm

Palbinder Sandher 
Software Platform Engineer 
T: +44 (0) 141 945 8500
F: +44 (0) 141 945 8501
http://www.iesve.com 

**Design, Simulate + Innovate with the ** 
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: bwehking [mailto:bwehk...@gmx.de] 
Sent: 28 February 2013 15:28
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Looking for a simple default bootstrapper

Hello,

I arrived at WiX after some years of IS. Currently I explore WiX and learn how 
it can be used for our products.

I've come so far that I am a proud creator of a small working MSI.

But now I guess I have "burnt" my fingers at the bootstrapper idea :)

I need a bootstrapper that installs the .NET framework (if missing) and then 
launches the "main" MSI. But as far as I can see, all the default bootstrapper 
implementations have their own GUI which should replace the MSI's GUI (license 
dialog, selecting installation location).

Is there any default bootstrapper _without_ a GUI? Or do I really have to 
create my own bootstrapper application for that?!?

I noticed that people become creative to achieve a simple bootstrapper: 
http://stackoverflow.com/questions/14431962/alternatives-to-wix-burn-bootstrapper-can-the-install-shield-le-boot-strapper

  

I guess I'm not alone...

I hope for your ideas!

Bernd




--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Looking-for-a-simple-default-bootstrapper-tp7584028.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics Download AppDynamics Lite for free 
today:
http://p.sf.net/sfu/appdyn_d2d_feb
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users



--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] sql ce deployment

2013-02-28 Thread Sean Farrow
Hi,

I am considering using Sql ce for my next project that will require a local 
database.
Has anyone done any deployment with this using burn/is thee an msi available to 
deploy the necessary redistributable bits?
Any help appreciated.
Regards
Sean.
--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] deactivate UAC before installing

2013-02-28 Thread Alain Forget
I use this, but there may be a better way:


Privileged OR AdminUser


-Original Message-
From: Christoph Goetz [mailto:christoph.go...@giepa.de] 
Sent: February 28, 2013 03:14
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] deactivate UAC before installing

Yes, of course I meant this. Sorry.

Verschlüsseln Sie Ihre E-Mails mit gpg4o für Outlook 2010
-
Christoph Götz
Softwareentwickler

Giegerich & Partner GmbH
Robert-Bosch-Straße 18 | D-63303 Dreieich Tel. +49 6251 - 162533 | 
christoph.go...@giepa.de | http://www.giepa.de

Geschäftsführer: Dipl.-Ing. (TU) Hans-Joachim Giegerich Amtsgericht 
Offenbach/Main | HRB 33236
-

Von: Pally Sandher [pally.sand...@iesve.com]
Gesendet: Freitag, 15. Februar 2013 17:06
An: General discussion for Windows Installer XML toolset.
Betreff: Re: [WiX-users] deactivate UAC before installing

No, that's what requesting elevation exists for.

You should be asking why you need to turn UAC off in the first place which I 
suspect we can't answer.

Palbinder Sandher
Software Platform Engineer
T: +44 (0) 141 945 8500
F: +44 (0) 141 945 8501
http://www.iesve.com

**Design, Simulate + Innovate with the ** 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: Christoph Goetz [mailto:christoph.go...@giepa.de]
Sent: 15 February 2013 12:44
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] deactivate UAC before installing

Hello,

i would like to turn off the UAC before installing. Is there a way to do his?

Greetings,
Christoph Götz

Verschlüsseln Sie Ihre E-Mails mit gpg4o für Outlook 2010
-
Christoph Götz
Softwareentwickler

Giegerich & Partner GmbH
Robert-Bosch-Straße 18 | D-63303 Dreieich Tel. +49 6251 - 162533 | 
christoph.go...@giepa.de |
http://www.giepa.de

Geschäftsführer: Dipl.-Ing. (TU) Hans-Joachim Giegerich Amtsgericht 
Offenbach/Main | HRB 33236
-
--
Free Next-Gen Firewall Hardware Offer
Buy your Sophos next-gen firewall before the end March 2013 and get the 
hardware for free! Learn more.
http://p.sf.net/sfu/sophos-d2d-feb
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users



--
Free Next-Gen Firewall Hardware Offer
Buy your Sophos next-gen firewall before the end March 2013 and get the 
hardware for free! Learn more.
http://p.sf.net/sfu/sophos-d2d-feb
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics Download AppDynamics Lite for free 
today:
http://p.sf.net/sfu/appdyn_d2d_feb
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] using WiX with team foundation service

2013-02-28 Thread Sean Farrow
Hi,

I am looking at using Wix for an installer. We are using Team foundation 
service for this.
Can I just install the NuGet package in to my project and go from there or is 
there other things I need to do?
Any help appreciated.
Regards
Sean.
--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] using WiX with team foundation service

2013-02-28 Thread Christopher Painter


 If there is a NuGet package for WiX, that's news to me.  The one time I 
played with WiX on the TFS Hosted Build Agent I had to check all the WiX 
binaries into source control and tweak the a few things in the targets file 
or something (don't fully remember ) to get it to all line up.  And I had 
to disable ICE validation because the windows installer service was 
disabled and it wasn't working.

In other words,  the hosted build service was not suited to my needs.  I 
have a hyper-v server at home that runs my build agent (pointed to my cloud 
instance) quite nicely. 


 From: "Sean Farrow" 
Sent: Thursday, February 28, 2013 6:23 PM
To: "wix-users@lists.sourceforge.net" 
Subject: [WiX-users] using WiX with team foundation service

Hi,

I am looking at using Wix for an installer. We are using Team foundation 
service for this.
Can I just install the NuGet package in to my project and go from there or 
is there other things I need to do?
Any help appreciated.
Regards
Sean.

--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] sql ce deployment

2013-02-28 Thread Steven Ogilvie
Classification: Public 


Hi Sean,

We deploy Microsoft SQL Server Compact 3.5 SP2 with our product. I am deploying 
it within burn and yes there is a MSI (two one for 32/64 bit)

Here is how I am doing it:



  

Go to Microsoft Download Center to get the MSI's

Steve

-Original Message-
From: Sean Farrow [mailto:sean.far...@seanfarrow.co.uk]
Sent: February-28-13 4:00 PM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] sql ce deployment

Hi,

I am considering using Sql ce for my next project that will require a local 
database.
Has anyone done any deployment with this using burn/is thee an msi available to 
deploy the necessary redistributable bits?
Any help appreciated.
Regards
Sean.
--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics Download AppDynamics Lite for free 
today:
http://p.sf.net/sfu/appdyn_d2d_feb
___
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 February-28-13 
6:03:42 PM.

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

--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Rename File based on ArgumentpassedtoMSI Installation

2013-02-28 Thread chennam
Hi Peter,

I was able to do copy file, see below statements. But I don't want to do
hard coding of source or destination. How that can be achieved through
custom actions or setting property? I tried with custom action and was not
successful .Can you provide those steps for below example ;which i need to
replicate it for so many files.


  

---







 


  

  





--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Rename-File-based-on-Argument-passed-to-MSI-Installation-tp7583717p7584038.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Bundle: Way to do no action in case of Repair for an ExePackage

2013-02-28 Thread jhennessey
Just don't set the ExePackage/@RepairCommand attribute. That should disable
repair for the exe.



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Bundle-Way-to-do-no-action-in-case-of-Repair-for-an-ExePackage-tp7584034p7584035.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Bundle: Way to do no action in case of Repair for an ExePackage

2013-02-28 Thread Bob Arnson
On 28-Feb-13 09:08, Tobias S wrote:
> Assume I have a bundle consisting of 1 MSI + 1 EXE and Exe doesn't support
> repair. Is there a way to configure the exe that burn does no repair action
> for the exe but for the MSI? like e.g.
Just omit @RepairCommand -- if you don't tell it how to repair a 
package, Burn won't try.

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


--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Copy File Setting source and destination property value setting

2013-02-28 Thread chennam
Hi Pal,

I am bit confused, Can you show how it can be configured for below Directory
structure.


  










--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Copy-File-Setting-source-and-destination-property-value-setting-tp7584031p7584047.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] General disccussion

2013-02-28 Thread Yawar Khan
Better read this article for Burn custom UI

http://neilsleightholm.blogspot.com/2012/10/wix-bootstrapper-application.html





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

--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] using WiX with team foundation service

2013-02-28 Thread Neil Sleightholm
We use WiX with TFS but installed WiX on the build servers.

Neil


>
>
> If there is a NuGet package for WiX, that's news to me.  The one time I
>played with WiX on the TFS Hosted Build Agent I had to check all the WiX
>binaries into source control and tweak the a few things in the targets
>file 
>or something (don't fully remember ) to get it to all line up.  And I had
>to disable ICE validation because the windows installer service was
>disabled and it wasn't working.
>
>In other words,  the hosted build service was not suited to my needs.  I
>have a hyper-v server at home that runs my build agent (pointed to my
>cloud 
>instance) quite nicely.
>
>
> From: "Sean Farrow" 
>Sent: Thursday, February 28, 2013 6:23 PM
>To: "wix-users@lists.sourceforge.net" 
>Subject: [WiX-users] using WiX with team foundation service
>
>Hi,
>
>I am looking at using Wix for an installer. We are using Team foundation
>service for this.
>Can I just install the NuGet package in to my project and go from there
>or 
>is there other things I need to do?
>Any help appreciated.
>Regards
>Sean.
>--
>--
>--
>Everyone hates slow websites. So do we.
>Make your web apps faster with AppDynamics
>Download AppDynamics Lite for free today:
>http://p.sf.net/sfu/appdyn_d2d_feb
>___
>WiX-users mailing list
>WiX-users@lists.sourceforge.net
>https://lists.sourceforge.net/lists/listinfo/wix-users
>
>--
>
>Everyone hates slow websites. So do we.
>Make your web apps faster with AppDynamics
>Download AppDynamics Lite for free today:
>http://p.sf.net/sfu/appdyn_d2d_feb
>___
>WiX-users mailing list
>WiX-users@lists.sourceforge.net
>https://lists.sourceforge.net/lists/listinfo/wix-users


--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users