Re: [WiX-users] Problem in WixVariable for WixUIUpIco and WixUINewIco variables

2007-10-28 Thread Anwer Nehal Khan
Yes, I get default icons even after renaming them. Thanks ANK -Original Message- From: Bob Arnson [mailto:[EMAIL PROTECTED] Sent: Sunday, October 28, 2007 1:05 PM To: anwer nehal Cc: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Problem in WixVariable for WixUIUpIco and WixUI

Re: [WiX-users] Trying to preserve installation location

2007-10-28 Thread Rob Mensching
Have you read the MSI SDK about major upgrades? It sounds like you're not using the UpgradeCode to its full potential. mscheuner wrote: > I found the problem: in order to get the "double-click the MSI to install" > metaphor working, we're always creating a new ProductID with each build - > the m

Re: [WiX-users] Deleting files during Uninstall

2007-10-28 Thread Bob Arnson
Harini Gurusamy wrote: It marks the action RemoveFiles action as Null. Not sure why it does that. /ction ended 10:55:08: CA_SetTargetDir. Return value 1. MSI (s) (B8:D8) [10:55:08:340]: PROPERTY CHANGE: Deleting MsiRestartManagerSessionKey property. Its current value is 'c878be4072a97a4fb7847

Re: [WiX-users] Adding a to an existing component

2007-10-28 Thread Rob Mensching
Tallow isn't intended to be used in an automated build system like you're doing. Tallow is intended to be used to bootstrap the authoring process then you can modify the contents as needed. So, you'll have to do more work if you want to add a registry key to one of the generated Components.

Re: [WiX-users] Deleting files during Uninstall

2007-10-28 Thread Harini Gurusamy
It marks the action RemoveFiles action as Null. Not sure why it does that. ction ended 10:55:08: CA_SetTargetDir. Return value 1. MSI (s) (B8:D8) [10:55:08:340]: PROPERTY CHANGE: Deleting MsiRestartManagerSessionKey property. Its current value is 'c878be4072a97a4fb7847a55cce6994c'. MSI (s) (B8:D

Re: [WiX-users] Problem with CopyFile

2007-10-28 Thread Bob Arnson
shapla wrote: > >Root='HKLM' Key='SOFTWARE\MyApp\Setup' Name ='InstallPath'/> > > > > MYAPPLOC > > > > > > > > > You can't use the result of one appsearch in another because MSI doesn't guarantee the order appsearches are executed. You can, however, nest them, usi

Re: [WiX-users] Undefined reference in Type 35 custom action

2007-10-28 Thread Bob Arnson
Steve Wood (OCS) wrote:   And get this error from light.exe:   100>foo.wxs : error lght0112 : unresolved reference to symbol 'directory:installdir.c1402412_4c1f_48db_b516_ee41cfe8bca9' in section 'product:3212588d-108a-47a6-9ff1-56b425010302'.(0) : error 0112 : Unres

Re: [WiX-users] What's the right way to use InstallExecuteSequence from a fragment?

2007-10-28 Thread Bob Arnson
Karim MacDonald wrote: > I have a Fragment file, InstallExecuteSequence.wxs, that contains only an > InstallExecuteSequence node: > > > > > My problem is that this sequence doesn't by default get included within > anything I build. E.g.: > That's be design: Light is a "smart linker," so it

Re: [WiX-users] Deleting files during Uninstall

2007-10-28 Thread Bob Arnson
Harini Gurusamy wrote: Though my Uninstall succeeds , it does not remove the installed files. I am not using any attributes like permanent =yes in my code. From the log files,looks like a success ( return values=1 ) /MSI (s) (F4:98) [07:59:01:700]: Doing action: RemoveFiles/ /MSI (s) (F

Re: [WiX-users] Checkbox does not recognize when it is checked

2007-10-28 Thread Bob Arnson
xyavier wrote: > Is there a way to allow the user to make the decision when he is > uninstalling the software? > When uninstall from Add Remove Programs, there's no UI shown. -- sig://boB http://joyofsetup.com/ - This

Re: [WiX-users] Problem in WixVariable for WixUIUpIco and WixUINewIco variables

2007-10-28 Thread Bob Arnson
anwer nehal wrote: > I am using the following the in my wix project to display the custom banner > and dialog bmps as well as the the icons and the License file. Everything > works fine, except the .ico files. None of the .ico files show up in the UI > when I build it and run the installer.

[WiX-users] Problem with CopyFile

2007-10-28 Thread shapla
I trying to copy a file in the following way: 1. Search registry to get the location, where a particular application installed(may be anywhere)- MYAPPLOC. 2. Search a particular file in the location found above-MYDLL (File exists) 3. Copy that file in a known location(installation dir) Result:

[WiX-users] I accept the payment of paypal

2007-10-28 Thread Dsf
I accept the payment of paypal This is www.polo6688.com Our main items are: Shoes: Nike, Gucci, Prada, Puma, Timberland, LV, Adidas, Jordan Jeans: D&G, Rock & Republic, Diesel, True Religion, Levis, Replay, G-star, Dsquared, Seven Bags & Purses: Gucci, Chloe, Chanel, Fendi, Dior Lv T-shirt &Sweate

Re: [WiX-users] Proposal: Move WiX v3 to CLR 2.0

2007-10-28 Thread mscheuner
Rob Mensching-4 wrote: > > So, I'm wondering if anyone has an real objections to me moving the > minimum requirement to run the WiX toolset binaries from .NET Framework > 1.1 SP1 to .NET Framework 2.0. No objections whatsoever - I don't think .NET 1.1 is widely used anymore around here (Switz

Re: [WiX-users] Trying to preserve installation location

2007-10-28 Thread mscheuner
I found the problem: in order to get the "double-click the MSI to install" metaphor working, we're always creating a new ProductID with each build - the minor updates (leaving the ProductID intact and just updating the Version attribute) don't work, since double-clicking on such a MSI will only re

[WiX-users] Adding a to an existing component

2007-10-28 Thread mscheuner
Folks, I use WiX to build my MSI in an automated build environment. My challenge now is: I'm using TALLOW to create my directory listing, but after TALLOW runs, I should be able to add a tag to an existing component, in order to store the installation directory to the registry. I can't seem to