Re: [WiX-users] WiX-users Digest, Vol 63, Issue 59

2011-08-28 Thread Amit.Holey
Hello All,

This reply is for Message 3 (Re: FW: Integrating WIX Project with TFS 2008 
(Tobias S))
Hello Tobias S,

Yes I have already referred the online post suggested by you 
http://wix.sourceforge.net/manual-wix3/msbuild.htm?
Still no luck.

Can you please inform me what changes needs to be done in .wixproj & 
TFSBuild.proj Files.???

Thanks

Regards,
Amit Holey | +91-20-30267024


The information contained in this message is confidential or protected by law. 
If you are not the intended recipient, please contact the sender and delete 
this message. Any unauthorized copying of this message or unauthorized 
distribution of the information contained herein is prohibited.

-Original Message-
From: wix-users-requ...@lists.sourceforge.net 
[mailto:wix-users-requ...@lists.sourceforge.net]
Sent: Thursday, August 25, 2011 2:06 AM
To: wix-users@lists.sourceforge.net
Subject: WiX-users Digest, Vol 63, Issue 59

Send WiX-users mailing list submissions to
wix-users@lists.sourceforge.net

To subscribe or unsubscribe via the World Wide Web, visit
https://lists.sourceforge.net/lists/listinfo/wix-users
or, via email, send a message with subject or body 'help' to
wix-users-requ...@lists.sourceforge.net

You can reach the person managing the list at
wix-users-ow...@lists.sourceforge.net

When replying, please edit your Subject line so it is more specific
than "Re: Contents of WiX-users digest..."


Today's Topics:

   1. Re: How to show installation path for those features which
  cannot customize. (shengyixing)
   2. Re: Custom action if existing file exists (Dan Vasilov)
   3. Re: FW: Integrating WIX Project with TFS 2008 (Tobias S)
   4. Switching from MSZIP or LZX to LZMA compression by
  integrating UPX (Alec Taylor)
   5. Re: Switching from MSZIP or LZX to LZMA compression   by
  integrating UPX (Pally Sandher)
   6. Re: Replace component on reinstall (The Eligible Bachelors)
   7. WiX Burn Bootstrapper UI/UX Using .NET Framework 4 (Shaun Hayward)


--

Message: 1
Date: Tue, 23 Aug 2011 23:44:47 -0700 (PDT)
From: shengyixing 
Subject: Re: [WiX-users] How to show installation path for those
features which cannot customize.
To: wix-users@lists.sourceforge.net
Message-ID: <1314168287980-6719045.p...@n2.nabble.com>
Content-Type: text/plain; charset=us-ascii

Upload an image to describe that.
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/file/n6719045/wixml.png

--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/How-to-show-installation-path-for-those-features-which-cannot-customize-tp6718759p6719045.html
Sent from the wix-users mailing list archive at Nabble.com.



--

Message: 2
Date: Wed, 24 Aug 2011 09:49:07 +0300
From: "Dan Vasilov" 
Subject: Re: [WiX-users] Custom action if existing file exists
To: "'General discussion for Windows Installer XML toolset.'"

Message-ID: <001901cc6229$ebdc8260$c3958720$@ro>
Content-Type: text/plain;   charset="us-ascii"

Detect the .EXE file exists using a FileSearch action and condition your CA
on the FileSearch action parent property see
(http://wix.sourceforge.net/manual-wix2/wix_xsd_filesearch.htm).

Dan

-Original Message-
From: Michael Tissington [mailto:michael_tissing...@ciqual.com]
Sent: Tuesday, August 23, 2011 3:15 PM
To: 'General discussion for Windows Installer XML toolset.'
Subject: [WiX-users] Custom action if existing file exists

How can I run a custom action ONLY if the exe already exists on the client?



--
Get a FREE DOWNLOAD! and learn more about uberSVN rich system,
user administration capabilities and model configuration. Take
the hassle out of deploying and managing Subversion and the
tools developers use with it. http://p.sf.net/sfu/wandisco-d2d-2
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users




--

Message: 3
Date: Wed, 24 Aug 2011 08:59:50 +0200
From: Tobias S 
Subject: Re: [WiX-users] FW: Integrating WIX Project with TFS 2008
To: "General discussion for Windows Installer XML toolset."

Message-ID:

Content-Type: text/plain; charset=ISO-8859-1

did you already consider http://wix.sourceforge.net/manual-wix3/msbuild.htm?



--

Message: 4
Date: Wed, 24 Aug 2011 18:08:28 +1000
From: Alec Taylor 
Subject: [WiX-users] Switching from MSZIP or LZX to LZMA compression
by  integrating UPX
To: "General discussion for Windows Installer XML toolset."

Message-ID:

Content-Type: text/plain; charset=ISO-8859-1

Good evening,

Could one of you WiX developers please integrate UPX
(http://upx.sourceforge.net/) in order to add support for LZMA
compre

Re: [WiX-users] UI Sequence table in for advertised-shortcut triggered repair

2011-08-28 Thread Sameer Arora
Appreciate your response, it clarifies a lot.

Our regular repair through ARP is configured to bring up a custom UI dialog
asking for a windows service logon account.
Since this is suppressed in resiliency repair, the service installation
fails, causing the entire repair to fail.

I guess I could try using InstallUtilLib.dll  (or InstallUtil.exe) to ask
for service credentials in resiliency repair mode.
The dialog for credentials that InstallUtil.exe pops up looks like basic
modeless UI which may qualify for resiliency repair mode.

Sameer

Ironically, initially our dark generated wix setup did use
InstallUtilLib.dll to install the windows service.
But now we have switched to using ServiceControl and ServiceInstall WiX
elements.







On Sun, Aug 28, 2011 at 7:30 PM, Bob Arnson  wrote:

> On 28-Aug-11 17:31, Sameer Arora wrote:
> > Why is UI sequence table missing/empty when repair is triggered by the
> > advertised shortcut?
>
> Because resiliency repairs are always run in basic UI. That can't be
> changed.
>
> --
> sig://boB
> http://joyofsetup.com/
>
>
>
> --
> EMC VNX: the world's simplest storage, starting under $10K
> The only unified storage solution that offers unified management
> Up to 160% more powerful than alternatives and 25% more efficient.
> Guaranteed. http://p.sf.net/sfu/emc-vnx-dev2dev
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
--
EMC VNX: the world's simplest storage, starting under $10K
The only unified storage solution that offers unified management 
Up to 160% more powerful than alternatives and 25% more efficient. 
Guaranteed. http://p.sf.net/sfu/emc-vnx-dev2dev
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] UI Sequence table in for advertised-shortcut triggered repair

2011-08-28 Thread Bob Arnson
On 28-Aug-11 17:31, Sameer Arora wrote:
> Why is UI sequence table missing/empty when repair is triggered by the
> advertised shortcut?

Because resiliency repairs are always run in basic UI. That can't be 
changed.

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


--
EMC VNX: the world's simplest storage, starting under $10K
The only unified storage solution that offers unified management 
Up to 160% more powerful than alternatives and 25% more efficient. 
Guaranteed. http://p.sf.net/sfu/emc-vnx-dev2dev
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] file content dependent delta patch bug within windows xp?

2011-08-28 Thread Bob Arnson
On 25-Aug-11 16:29, Alexander Stock wrote:
> issue. Therefore it seems we stumbled over a serious but rare "apply
> delta patch bug", most probably within the MSI functionality on
> Windows XP.

Quite probable: For example, Office patches used to ship in both 
binary-delta and full-file versions; for Office 2010 SP1, only the 
full-file version is available.

> Can someone confirm this issue and maybe has some ideas to circumvent it?

Avoid it, at least for files that trigger the failure.

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


--
EMC VNX: the world's simplest storage, starting under $10K
The only unified storage solution that offers unified management 
Up to 160% more powerful than alternatives and 25% more efficient. 
Guaranteed. http://p.sf.net/sfu/emc-vnx-dev2dev
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] ICE57 errors on a per-machine install

2011-08-28 Thread Bob Arnson
On 25-Aug-11 16:05, Bernie Schoch wrote:
> I have a per-machine install.

Not exactly. Because that's controlled by the ALLUSERS public property, 
a user could pass in "ALLUSERS=" to try to make it a per-user install. 
So ICE57 is telling you that. You can choose to ignore or pacify it.

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


--
EMC VNX: the world's simplest storage, starting under $10K
The only unified storage solution that offers unified management 
Up to 160% more powerful than alternatives and 25% more efficient. 
Guaranteed. http://p.sf.net/sfu/emc-vnx-dev2dev
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] UI Sequence table in for advertised-shortcut triggered repair

2011-08-28 Thread Sameer Arora
My scenario is that target for an advertised shortcut is absent.

If clicks the shortcut, Windows MSI triggers a repair with
parameters REINSTALL=DefaultFeature REINSTALLMODE=pocmus. As part of this
repair, the installation sequence seems to skip UI Execute sequence as I see
from the log:

Action start 9:06:26: INSTALL.
MSI (s) (B8:8C) [09:06:26:945]: Running ExecuteSequence
...

However, if user performs repair from Add/Remove program, the UI sequence
does get triggered

Action start 9:06:45: INSTALL.
MSI (c) (A8:9C) [09:06:45:601]: UI Sequence table 'InstallUISequence' is
present and populated.
MSI (c) (A8:9C) [09:06:45:601]: Running UISequence


Why is UI sequence table missing/empty when repair is triggered by the
advertised shortcut?
And is there a way that repair both from ARP and shortcut follow the same UI
sequence ?

Thank you for any pointers,
Sameer
--
EMC VNX: the world's simplest storage, starting under $10K
The only unified storage solution that offers unified management 
Up to 160% more powerful than alternatives and 25% more efficient. 
Guaranteed. http://p.sf.net/sfu/emc-vnx-dev2dev
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Preserve generated files on MajorUpgrade, but remove on uninstall

2011-08-28 Thread Rob Mensching
A verbose log file should show you the value for all the properties and the
states of the Components.

On Thu, Aug 25, 2011 at 1:11 PM, Sameer Arora  wrote:

> Hi,
>
> I have defined a component to cleanup a generated (not part of msi) file on
> uninstall but leave intact on a major upgrade after reading this post
> http://stackoverflow.com/questions/488620/wix-major-upgrade
>
> 
>  REMOVE="ALL" AND NOT UPGRADINGPRODUCTCODE
>   On="uninstall"/>
>
> 
>
> With condition above, the file is left behind for both upgrade and
> uninstall.
>
> Without the condition, the file is deleted for both upgrade and uninstall.
>
> I have tried RemoveFile for each configuration of
> On="install/uninstall/both" but it does not seem to matter.
>
> Am I approaching this correctly?
>
> I know I could mitigate the issue by keeping generated files in a different
> location than installed files, but the requirement is still the same -
> preserve on upgrade, delete on uninstall.
>
>
> Thanks,
> Sameer
>
> --
> EMC VNX: the world's simplest storage, starting under $10K
> The only unified storage solution that offers unified management
> Up to 160% more powerful than alternatives and 25% more efficient.
> Guaranteed. http://p.sf.net/sfu/emc-vnx-dev2dev
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
>


-- 
virtually, Rob Mensching - http://RobMensching.com LLC
--
EMC VNX: the world's simplest storage, starting under $10K
The only unified storage solution that offers unified management 
Up to 160% more powerful than alternatives and 25% more efficient. 
Guaranteed. http://p.sf.net/sfu/emc-vnx-dev2dev
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Setting date and time of files in a cabinet

2011-08-28 Thread Rob Mensching
Yes. The WiX toolset preserves the date/timestamp of the files on disk to
the .cab.

On Fri, Aug 26, 2011 at 5:30 AM, Tobias S  wrote:

> Maybe do that with a MSBuild task in the BeforeBuild Target or some
> other place before building the installation?
>
>
> --
> EMC VNX: the world's simplest storage, starting under $10K
> The only unified storage solution that offers unified management
> Up to 160% more powerful than alternatives and 25% more efficient.
> Guaranteed. http://p.sf.net/sfu/emc-vnx-dev2dev
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
>


-- 
virtually, Rob Mensching - http://RobMensching.com LLC
--
EMC VNX: the world's simplest storage, starting under $10K
The only unified storage solution that offers unified management 
Up to 160% more powerful than alternatives and 25% more efficient. 
Guaranteed. http://p.sf.net/sfu/emc-vnx-dev2dev
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Application's icons still appearing in windows Explorer even after uninstall

2011-08-28 Thread Brad Smith
Hi,

 

I'm registering a filetype associated with my program's executable in
Windows 7, and it works perfectly:

 

 

...





  



  



...

 

 

However, I noticed that after the application is uninstalled, the
application's data files *still* have the icon viewable with the data files.
(i.e. 'MyDataFile.wixexample' still has the application icon viewable in
Windows Explorer). I noticed the associated entry in the registry has
correctly been removed (i.e. Under HKEY_CLASSES_ROOT\.wixexample) along with
all the other things typical with an uninstall.

 

When I log off or restart the machine, the icons are correctly removed. It's
as if windows needs a 'refresh'.

I get the feeling this is a windows or windows installer issue, and not
really a Wix problem. Can anyone point me in the right direction so the
icons in the application's data files disappear immediately after an
uninstall occurs?

 

Thank-you.

--
EMC VNX: the world's simplest storage, starting under $10K
The only unified storage solution that offers unified management 
Up to 160% more powerful than alternatives and 25% more efficient. 
Guaranteed. http://p.sf.net/sfu/emc-vnx-dev2dev
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users