Re: [WiX-users] How to create shortcut base on user selected feature

2008-03-19 Thread puyopuy
Thank you very much for your help, I appreciated. My problem have been fixed by using your advise. :) Happy Easter :clap: Bob Arnson-6 wrote: > > puyopuy wrote: >> I removed the condition and install my msi, the desktop shortcut created >> this mean the create shortcut function working property

Re: [WiX-users] Installing .NET assemblies in GAC

2008-03-19 Thread Heath Stewart
The File element is necessary, but primarily serves as the source. Windows Installer delegates to fusion to install the assembly, and fusion does not allow for any other files that are not part of the assembly. This is the source of the error. If you want to have a copy of the file elsewhere (l

Re: [WiX-users] Uninstall deleted my exe while it's running

2008-03-19 Thread 谢壹
Thanks for the reply! Do you know why the folder is not deleted?Or anyway I can prevent installer to delete the exe? Many thanks! > Date: Wed, 19 Mar 2008 14:21:28 -0700> From: [EMAIL PROTECTED]> To: [EMAIL > PROTECTED]> CC: wix-users@lists.sourceforge.net> Subject: Re: [WiX-users] > Uninst

[WiX-users] (no subject)

2008-03-19 Thread 钟文辉
各位老总: 您们好! 诚祝:您们在2008年里!有鼠不尽的快乐! 鼠不尽的收获! 鼠不尽的钞票!   鼠不尽的幸福! 鼠不尽的美满生活! 愿: 您们阖家欢乐! 幸福安康! 我是(深圳市珊湖岛进出口有限公司)的负责人;可以提供:出口报关单,   核销单等等一系列手续;代理:出口报关,商检;境内外运输..等等;

[WiX-users] (no subject)

2008-03-19 Thread 钟文辉
各位老总: 您们好! 诚祝:您们在2008年里!有鼠不尽的快乐! 鼠不尽的收获! 鼠不尽的钞票!   鼠不尽的幸福! 鼠不尽的美满生活! 愿: 您们阖家欢乐! 幸福安康! 我是(深圳市珊湖岛进出口有限公司)的负责人;可以提供:出口报关单,   核销单等等一系列手续;代理:出口报关,商检;境内外运输..等等;

Re: [WiX-users] ReserveCost! MSI not correctly displaying the Disk Space

2008-03-19 Thread Sajo Jacob
Also, all the values of the FileSize in the File table are correct too but the features shows completely wrong space needed for the feature, (shows about .5% of the actual space needed to be accurate). Jacob On Tue, Mar 18, 2008 at 6:02 PM, Sajo Jacob <[EMAIL PROTECTED]> wrote: > I used ReserveC

[WiX-users] Installing .NET assemblies in GAC

2008-03-19 Thread ArunKumar ArcotVijayaKumar
1. Does the component for installing a .net assembly in to GAC, should contain only the File element that places the assembly in to the GAC ? If I place some other File elements, like the corresponding XML files, Im getting an Error 1935. HRESULT: 0x80131043. It is my understanding that Wix/MSI a

Re: [WiX-users] LGHT0216 0x64D

2008-03-19 Thread Heath Stewart
Are you setting the minimum version as 310 or 301? It should be 301 because the version is 3.01, so 3 * 100 + 1 = 301. The documentation in wix.chm was incorrect for a time, but should be fixed in more recent builds. Zenko Klapko Jr. wrote: > Hi, > > I've recently upgraded to Wix 3.0 and am havi

Re: [WiX-users] question to Assembly=".net"

2008-03-19 Thread Heath Stewart
App isolation doesn't really require the MsiAssembly* table values for managed assemblies (it does for native), but the additional benefit in WiX is that you can access bind variables for that assembly as documented in wix.chm. fgc wrote: > Hi all, > > So far I know that setting the Assembly=".

Re: [WiX-users] Uninstall deleted my exe while it's running

2008-03-19 Thread Heath Stewart
EXEs are loaded into memory by pages. If all pages are loaded into memory, then no pages need fetched from disk (the EXE, and perhaps some other depedency DLL if yo uhave any of those too are completely in memory at this point). So Windows Installer can safely remove it. yixie wrote: > Hi, > >

[WiX-users] ModuleInstallExecuteSequence not being merged into msi

2008-03-19 Thread Geoff Finger
I'm having some trouble getting a couple of 3rd party msm files to work correctly. The original instructions said that along with including the merge module we should also schedule several custom actions in the msi. After that failed I looked around the archives and found several threads saying tha

Re: [WiX-users] wix and the preprocessor...

2008-03-19 Thread Jordan Fitzgibbon
I would suggest logging a bug on this. I think that this type of XML validation shouldn't happen until after pre-processing. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Wednesday, March 19, 2008 11:12 AM To: wix-users@lists.sourceforge.net Subject: Re: [

Re: [WiX-users] MedHelp 6722

2008-03-19 Thread wix-users
Canadian Doctor Dawn Howe Best Price On Net March 80% OFF! http://www.google.jp/pagead/iclk?sa=l&ai=xlyax&num=513195&adurl=http://www.addbase.com - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R

Re: [WiX-users] Upgrade (options?)

2008-03-19 Thread Kevin Burton
So I don't need to do anything with and "Show"? What would be the syntax to disable showing the dialog? Assume that the property set when I find a new version is "ALREADYINSTALLED". If this property is set to something when an existing version is detected then I want to use the registry settings

[WiX-users] VC CRT redistributables & WIX

2008-03-19 Thread dB.
I am having the following issue: I try to redistribute the Visual Studio CRT MSMs with my wix installer. The merge modules install just fine according to the log. But the DLL registration within the same installer (SelfRegCost=1) fails. If

Re: [WiX-users] wix and the preprocessor...

2008-03-19 Thread Richard.Foster
My guess would be that the intention was that wix input files should be valid xml. In your case, the initial file wasn't (even though the "effective" file, after post-processing, would have been). Personally, I wouldn't consider that a defect, more a case of "that's how it works". :-) Regar

[WiX-users] LGHT0216 0x64D

2008-03-19 Thread Zenko Klapko Jr.
I should have added this to the previous post: After supressing validation I try and run the msi and I get the same error message without the light.exe wrapping. Running msiexec /? prints out the version 3.01.4000.1823 I'm able to provide more information if you have questions. -Zenko -- I woul

[WiX-users] LGHT0216 0x64D

2008-03-19 Thread Zenko Klapko Jr.
Hi, I've recently upgraded to Wix 3.0 and am having difficulty with light. Google results and the users mailing list confirm that I'm not alone and usually there is a quick fix to solve the problem (permissions, start a service, etc.) The suppress MSI/MSM validation works as a temporary fix but th

Re: [WiX-users] wix and the preprocessor...

2008-03-19 Thread Jeremy Breiding
such a simple solution and it worked, thanks for pointing that out! as far as using multiple files, my intention is to go away from that. i am making heavy use of the preprocessor so i can reuse components making them slightly different based on the variables set. thanks again. should i write th

Re: [WiX-users] wix and the preprocessor...

2008-03-19 Thread Richard.Foster
Jeremy, Just for stupidity's sake, is everything OK if you reverse the order of the second test? I.e. the second test would become: Unless I'm missing something, the file would then be "valid" again, since the product element is opened before the module element could possibly b

[WiX-users] wix and the preprocessor...

2008-03-19 Thread Jeremy Breiding
I am currently using the stable 2.0 binaries to build my installer. Currently today i have multiple wxs files, 2 for individual msm's and 1 to include those msm's to build a few msi's. now, what i would like to do is consolidate down to a single wxs and still retain the ability to net the same o

Re: [WiX-users] Detecting the version of an installed file?

2008-03-19 Thread Neil Enns
Thanks for the reply, Bob. I have a bootstrapper that installs the correct version, but I do want to add a detection in the MSI that blocks install if it isn't already there. I figured out how to use DirectorySearch and FileSearch which seems to do the trick. I'll take a peek at the SDK documen

Re: [WiX-users] How can i make a line feed if the dialog title is too long?

2008-03-19 Thread Bob Arnson
Xu nanxuan wrote: > i have a long product name. When the stock dialog appears, the dialog > title can not be shown completely. how can i make a line feed? > > BTW: it's strange that i have a custom dialog whose dialog title is > also very long, but it can be shown in two lines automatically, and i

Re: [WiX-users] Detecting the version of an installed file?

2008-03-19 Thread Bob Arnson
Neil Enns wrote: I'm working on an installer that needs to detect whether a specific version of DirectX 9.0 is installed (9.0c). The DirectX SDK says: "Don't do that." The suggested approach is to always install the version of DirectX you need and let the DirectX installer update (or not)

Re: [WiX-users] Problems with User Tag

2008-03-19 Thread Bob Arnson
Marshall, Peter (LNG-LEE) wrote: Action ended 12:01:24: ConfigureUsers. Return value 1. Search the log for "CreateUser" -- that's during the execute sequence where the actual user creation/modification happens. -- sig://boB http://joyofsetup.com/ --

Re: [WiX-users] Problem in entering nodes to machine.config using XmlConfig of Wix

2008-03-19 Thread Bob Arnson
Abhradeep Thakurta wrote: Could you help me out with the problem that I have mentioned below. Sorry for troubling you but I need the solution a bit urgently as I am blocked on it. Sorry, I'm not aware of why that would happen. I suggest you investigate the XmlConfig code itself. You can g

Re: [WiX-users] How to create shortcut base on user selected feature

2008-03-19 Thread Bob Arnson
puyopuy wrote: > I removed the condition and install my msi, the desktop shortcut created > this mean the create shortcut function working property. After that I put > back the condition ADDLOCAL=FeatureB and compile the > msi again. > You don't need component conditions to do what you want. J

Re: [WiX-users] How to set Title in Summary Information Stream

2008-03-19 Thread Bob Arnson
Mike Dimmick wrote: > My emphasis on *should*. The SDK doesn't define 'should' so it's not clear > if this is a recommendation or a requirement. Yep, exactly. The MSI doc isn't always RFC-like. Others, like Comments, are configurable and probably shouldn't be, depending on your read. Feel free

Re: [WiX-users] Why is the registry key not removed?

2008-03-19 Thread Bob Arnson
Friedrich Dominicus wrote: > Action='removeOnUninstall' > Root='HKLM' > Key='Software\Q-Software Solutions GmbH\COMWizard' > /> > Try using RegistryKey/@Action="createAndRemoveOnUninstall" as th

Re: [WiX-users] WiXSqlExtension issue on Vista with UAC

2008-03-19 Thread Bob Arnson
Sajo Jacob wrote: I am using WiX 3.0.29.25 , I am suspecting that the custom actions in WiXSqlExtension: CreateDatabase, DropDatabase, ExecuteSQLStrings and RollbackExecuteStrings are not getting deferred by default. I believe that's by design: The installing user's permissi

Re: [WiX-users] ICE79 feature based conditions

2008-03-19 Thread Bob Arnson
[EMAIL PROTECTED] wrote: > When I run the ICE79 from Orca I don't get the ICE79 error. What is the > difference between running the ICE tests from WIX and running the tests > from Orca? > It's probably a difference in the version of the ICE code. Try using the latest weekly release of WiX from

Re: [WiX-users] Upgrade (options?)

2008-03-19 Thread Bob Arnson
Kevin Burton wrote: > I am not aware of Publish. I am just following some samples and using > as shown in the previous WIX code sample. > I'm not sure what your UI sequence is but you have Publish elements in the code you posted. e.g.: 1 You need the replace the 1 condition with one for th

Re: [WiX-users] WiXSqlExtension issue on Vista with UAC

2008-03-19 Thread Sajo Jacob
I did go ahead and file a bug, In the meanwhile, is there a work around fix I can use for this? Jacob On Wed, Mar 19, 2008 at 2:42 AM, Heath Stewart <[EMAIL PROTECTED]> wrote: > Looks like the custom actions aren't attributed with Impersonate="no". > Please file a bug on http://sf.net/projects/wi

[WiX-users] Problems with User Tag

2008-03-19 Thread Marshall, Peter (LNG-LEE)
Hi, I am trying to use Wix to install a .Net service, and modify an existing user to have LogonAsService rights. The service is successfully installing, but no matter what I try with the action, I cannot get the installer to create a new user or update an existing user. The fragment of th

[WiX-users] question to Assembly=".net"

2008-03-19 Thread fgc
Hi all, So far I know that setting the Assembly=".net" attribute installs my assembly into the Global Assembly Cache. But why should I specify AssemblyApplication in addition to Assembly=".net"? My understanding is that if I specify both attributes I end up with an installer that contains an Msi

Re: [WiX-users] Problem in entering nodes to machine.config using XmlConfig of Wix

2008-03-19 Thread Abhradeep Thakurta
Hi, Could you help me out with the problem that I have mentioned below. Sorry for troubling you but I need the solution a bit urgently as I am blocked on it. Thanks From: Abhradeep Thakurta Sent: Sunday, March 16, 2008 4:15 PM To: 'Bob Arnson' Cc: WiX-users; Laxmi Narsimha Rao Oruganti (SQL C

[WiX-users] Why is the registry key not removed?

2008-03-19 Thread Friedrich Dominicus
I can not understand why the following code does not remove the registry key while deinstalling the software: What can be wrong with this entry? it run's through candle and light but it does not remove the key. Howerver installing works: This entry will be added as it should... I'd

[WiX-users] Fw:оцени качество

2008-03-19 Thread Ростислав Борисович
Надежно и уверенно доставим письма с Вашей Рекламой потенциальным заказчикам в Москве и России. 8 (Ч95) 6Ч8 4432 По Москве (одно-двух-трех-кратная) 4,6 млн.писем ЧОO0 / 5500 / 7ОOO рублей По России и Москве юрлица - Ч млн.писем 40OO / 55О0 / 70ОО рублей Вся Россия - от 12 млн за 8OOO рублей до

[WiX-users] Uninstall deleted my exe while it's running

2008-03-19 Thread yixie
Hi, I met something weird. I've an exe, which could be deleted by uninstalling the corresponding msi while it's still running. After uninstall, I can still perform some actions on it. (It's a wpf windows app) The exe is missing, but the folder contained the exe, which was created by the msi, rem

[WiX-users] Shoot your massive load in her

2008-03-19 Thread Garrick Gogineni
Fancy cars and a thick wallet helps you get a woman – but a huge tool in your pants helps KEEP the woman. http://www.xvigihul.com/ Watch her ride to ecstacy- This SF.net email is sponsored by: Microsoft Defy all challenges.

Re: [WiX-users] Nested msis

2008-03-19 Thread Heath Stewart
Nested installs are deprecated. Instead, create a new feature for each group of tools, and author the tool executables into separate components. Depending on the feature selection, the components will be installed accordingly. Martin MacPherson wrote: > I am looking to create an installer that

Re: [WiX-users] WiXSqlExtension issue on Vista with UAC

2008-03-19 Thread Heath Stewart
Looks like the custom actions aren't attributed with Impersonate="no". Please file a bug on http://sf.net/projects/wix. Also, that is an older WiX version. When fixed you'll need to download updates from http://wix.sf.net/releases. Sajo Jacob wrote: > I am using WiX 3.0.29.25