Re: [WiX-users] Testing Wix FirewallException element logging question.

2014-05-02 Thread TimM
Okay I changed the Name entries and it finally worked

So this works, but it would have been nice to be able to use the same Name
as we let the app run without the firewall entries and it prompts for
firewall exception then it will create the entry using the app name and
therefore there is only one.

This way we have 2 Name entries, one for Domain and one for Private. And if
the app is ran before hand it will create a 3rd entry...

It would have been nice if the FirewallException CA could have used the same
Name and therefore just created one line in the exception list with Domain
and Private checkbox checked... If you use the 'all' flag for Profile then
it correctly has one line with all check boxes checked...

Maybe someone should look at updating that custom action to either allow
same Name or under Profile allow multiple entries so that it all goes under
the same Name entry...

Anyways thanks Phill as this update will get me going for now.




--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Testing-Wix-FirewallException-element-logging-question-tp7594455p7594471.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos.  Get 
unparalleled scalability from the best Selenium testing platform available.
Simple to use. Nothing to install. Get started now for free.
http://p.sf.net/sfu/SauceLabs
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] [SPAM] Re: Strange behavior about the TempFolder Directory.

2014-05-02 Thread Uni Gauldoth
Thanks very much.

I did have a per-machine install.
I uninstalled my package and reinstalled it, and the problem disappeared
magically.
I will try to put those files under a Per Machine folder to avoid this kind
of pain.


On Fri, May 2, 2014 at 4:13 AM, Phill Hogland phogl...@rimage.com wrote:

 It sounds like you have a per-machine setup and you are trying to access a
 per-user area (or if per-user trying to access a different users area).
  The
 TempFolder is per-user.

 http://msdn.microsoft.com/en-us/library/windows/desktop/dd765197(v=vs.85).aspx

 And in some situations the TempFolder changes for the same user between
 login sessions.
 http://msdn.microsoft.com/en-us/library/aa372067(v=vs.85).aspx





 --
 View this message in context:
 http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Strange-behavior-about-the-TempFolder-Directory-tp7594466p7594467.html
 Sent from the wix-users mailing list archive at Nabble.com.


 --
 Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
 Instantly run your Selenium tests across 300+ browser/OS combos.  Get
 unparalleled scalability from the best Selenium testing platform available.
 Simple to use. Nothing to install. Get started now for free.
 http://p.sf.net/sfu/SauceLabs
 ___
 WiX-users mailing list
 WiX-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wix-users

--
Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos.  Get 
unparalleled scalability from the best Selenium testing platform available.
Simple to use. Nothing to install. Get started now for free.
http://p.sf.net/sfu/SauceLabs
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Testing Wix FirewallException element logging question.

2014-05-02 Thread b . rasing
Dit mailadres is niet meer in gebruik. Mail kan je voortaan sturen naar 
basti...@careercontrol.nl.



--
Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos.  Get 
unparalleled scalability from the best Selenium testing platform available.
Simple to use. Nothing to install. Get started now for free.
http://p.sf.net/sfu/SauceLabs
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] How to not launch install if previous version not found?

2014-05-02 Thread Edward Sutton
I created an upgrade containing an updated DLL that replaces a previous version.

How can I make the install require a previous version has been installed?  Is 
that not the purpose of Upgrade?  I cannot get it to work as expected.  The 
upgrade is happy to launch without the previous version installed.

Here is what I did:

  1.  Opened version 1.2.3 of the original MSI in WixEdit
  2.  Replaced a single DLL with an updated DLL
  3.  Updated version to 1.2.4
  4.  Updated Product Id
  5.  UpgradeCode did * not * changed
  6.  Added Upgrade element after the last Property element

Upgrade Id={59BF7F9E-FF46-45D5-8050-F1477466A661}

UpgradeVersion Minimum=3.8.1 Maximum=3.8.1 
IncludeMinimum=yes IncludeMaximum=yes Property=OLDERVERSIONBEINGUPGRADED 
/

/Upgrade


Is OLDERVERSIONBEINGUPGRADED a pre-defined thing or just used as a comment?  
There is no matching Property.

-Ed






This email and any files transmitted with it from The Charles Machine Works, 
Inc. are confidential and intended solely for the use of the individual or 
entity to which they are addressed.  If you have received this email in error 
please notify the sender.  Our company accepts no liability for the contents 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.  Please note that any views or opinions presented in this email are 
solely those of the author and do not necessarily represent those of the 
company.  Finally, the recipient should check this email and any attachments 
for the presence of viruses.  The company accepts no liability for any damage 
caused by any virus transmitted by this email.

--
Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos.  Get 
unparalleled scalability from the best Selenium testing platform available.
Simple to use. Nothing to install. Get started now for free.
http://p.sf.net/sfu/SauceLabs
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] How to not launch install if previous version not found?

2014-05-02 Thread Edward Sutton
(Sorry for re-post, the example Minimum and Maximum did not match my 
description.)

I created an upgrade containing an updated DLL that replaces a previous version.

How can I make the install require a previous version to be installed?  Is that 
not the purpose of Upgrade?  I cannot get it to work as expected.  The 
upgrade is happy to launch without the previous version installed.

Here is what I did:

  1.  Opened version 1.2.3 of the original MSI in WixEdit
  2.  Replaced a single DLL with an updated DLL
  3.  Updated version to 1.2.4
  4.  Updated Product Id
  5.  UpgradeCode did * not * changed
  6.  Added Upgrade element after the last Property element

Upgrade Id={59BF7F9E-FF46-45D5-8050-F1477466A661}

UpgradeVersion Minimum=1.2.3 Maximum=1.2.3 
IncludeMinimum=yes IncludeMaximum=yes Property=OLDERVERSIONBEINGUPGRADED 
/

/Upgrade


Is OLDERVERSIONBEINGUPGRADED a pre-defined thing or just used as a comment?  I 
have no matching Property named OLDERVERSIONBEINGUPGRADED.

Thanks,

-Ed


From: Edward Sutton
Sent: Friday, May 02, 2014 1:30 PM
To: wix-users@lists.sourceforge.net
Subject: How to not launch install if previous version not found?

I created an upgrade containing an updated DLL that replaces a previous version.

How can I make the install require a previous version has been installed?  Is 
that not the purpose of Upgrade?  I cannot get it to work as expected.  The 
upgrade is happy to launch without the previous version installed.

Here is what I did:

  1.  Opened version 1.2.3 of the original MSI in WixEdit
  2.  Replaced a single DLL with an updated DLL
  3.  Updated version to 1.2.4
  4.  Updated Product Id
  5.  UpgradeCode did * not * changed
  6.  Added Upgrade element after the last Property element

Upgrade Id={59BF7F9E-FF46-45D5-8050-F1477466A661}

UpgradeVersion Minimum=3.8.1 Maximum=3.8.1 
IncludeMinimum=yes IncludeMaximum=yes Property=OLDERVERSIONBEINGUPGRADED 
/

/Upgrade


Is OLDERVERSIONBEINGUPGRADED a pre-defined thing or just used as a comment?  
There is no matching Property.

-Ed






This email and any files transmitted with it from The Charles Machine Works, 
Inc. are confidential and intended solely for the use of the individual or 
entity to which they are addressed.  If you have received this email in error 
please notify the sender.  Our company accepts no liability for the contents 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.  Please note that any views or opinions presented in this email are 
solely those of the author and do not necessarily represent those of the 
company.  Finally, the recipient should check this email and any attachments 
for the presence of viruses.  The company accepts no liability for any damage 
caused by any virus transmitted by this email.

--
Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos.  Get 
unparalleled scalability from the best Selenium testing platform available.
Simple to use. Nothing to install. Get started now for free.
http://p.sf.net/sfu/SauceLabs
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Testing Wix FirewallException element logging question.

2014-05-02 Thread Bevan Weiss
It might be worth looking in the FirewallException CA code, or just testing
it, but perhaps it would accept a comma-separated list of which Zones it
should be active in.
So you might be able to put domain,public to get the desired single entry
with both tick boxes set.

I haven't tried this myself, but just throwing out an idea.

Bevan

Date: Fri, 2 May 2014 08:52:01 -0700 (PDT)
From: TimM timmay...@smarttech.com
Subject: Re: [WiX-users] Testing Wix FirewallException element logging
question.
To: wix-users@lists.sourceforge.net

Okay I changed the Name entries and it finally worked

So this works, but it would have been nice to be able to use the same Name
as we let the app run without the firewall entries and it prompts for
firewall exception then it will create the entry using the app name and
therefore there is only one.

This way we have 2 Name entries, one for Domain and one for Private. And if
the app is ran before hand it will create a 3rd entry...

It would have been nice if the FirewallException CA could have used the
same Name and therefore just created one line in the exception list with
Domain and Private checkbox checked... If you use the 'all' flag for
Profile then it correctly has one line with all check boxes checked...

Maybe someone should look at updating that custom action to either allow
same Name or under Profile allow multiple entries so that it all goes under
the same Name entry...

Anyways thanks Phill as this update will get me going for now.


--
Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos.  Get 
unparalleled scalability from the best Selenium testing platform available.
Simple to use. Nothing to install. Get started now for free.
http://p.sf.net/sfu/SauceLabs
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Testing Wix FirewallException element logging question.

2014-05-02 Thread b . rasing
Dit mailadres is niet meer in gebruik. Mail kan je voortaan sturen naar 
basti...@careercontrol.nl.



--
Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos.  Get 
unparalleled scalability from the best Selenium testing platform available.
Simple to use. Nothing to install. Get started now for free.
http://p.sf.net/sfu/SauceLabs
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users