Re: [WiX-users] Accented character in Shortcut Name causes Error LGHT0204: ICE03: Invalid Filename

2007-11-30 Thread Schuett, Michael
I converted all my wx* files to utf-16 and saved them as Unicode with the same result. Thanks, Mike -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Szentpali Janos Sent: Friday, November 30, 2007 3:27 PM To: wix-users@lists.sourceforge.net Subject: Re: [

[WiX-users] Accented character in Shortcut Name causes Error LGHT0204: ICE03: Invalid Filename

2007-11-30 Thread DE�K JAHN, G�bor
On Sat, 01 Dec 2007 00:38:21 +0200, Szentpali Janos wrote: János, > :D... I have just noticed that. Like in the old DOS days. It is > supposed to be there for backwards compatibility. I just don't know > with what... Some Novell servers, where one or two people in the Universe might still want

Re: [WiX-users] Accented character in Shortcut Name causes Error LGHT0204: ICE03: Invalid Filename

2007-11-30 Thread Szentpali Janos
Schuett, Michael wrote: > Hello, > > If I use an accented character in a Shortcut Name, the following error > results... > > D:\WiX\ClientInstall\Application.wxs(39,0): Error LGHT0204: ICE03: Invalid > Filename; Table: Shortcut, Column: Name, Key(s): TrayAppShortcut > > Here's the section from Ap

Re: [WiX-users] Accented character in Shortcut Name causes Error LGHT0204: ICE03: Invalid Filename

2007-11-30 Thread Szentpali Janos
Schuett, Michael wrote: > Hello, > > If I use an accented character in a Shortcut Name, the following error > results... > > D:\WiX\ClientInstall\Application.wxs(39,0): Error LGHT0204: ICE03: Invalid > Filename; Table: Shortcut, Column: Name, Key(s): TrayAppShortcut > > Here's the section from Ap

[WiX-users] Accented character in Shortcut Name causes Error LGHT0204: ICE03: Invalid Filename

2007-11-30 Thread Schuett, Michael
Hello, If I use an accented character in a Shortcut Name, the following error results... D:\WiX\ClientInstall\Application.wxs(39,0): Error LGHT0204: ICE03: Invalid Filename; Table: Shortcut, Column: Name, Key(s): TrayAppShortcut Here's the section from Application.wxs. If I remove the

Re: [WiX-users] Handling Feature Dependencies

2007-11-30 Thread Robert.Priest
Okay. So what if the hidden fC actually contains a merge module (meaning, a< MergeRef /> element)? But I still don't want fC displayed in the interface anywhere. AFAIK, ComponentGroupRefs do not contain MergeRefs. Should I make fC an sub-Feature of fA and fB? Will it still be hidden from the

Re: [WiX-users] MSCONFIG shows "unknown" for service manufacturer

2007-11-30 Thread Wilson, Phil
Look again at my previous post - my vote is for an issue with msconfig. Look at the service paths for services where it doesn't work and I bet they have quoted paths. The ones that work fine do not have quoted paths. Windows Installer starting quoting service paths relatively recently. Your comman

Re: [WiX-users] Shortcut

2007-11-30 Thread Szentpali Janos
Dhaval Patel wrote: > I think it is because you are not creating a 2nd level to start off with. I > use the following snippet in my packages all the time - you can use it as a > reference (credit goes to Rob. I think he blogged it a long time ago): > > > > > >

[WiX-users] Killing a task on Windows 2000 and WinXP

2007-11-30 Thread V K Gangwar
Hello, I want to kill a task on both WinXP and Win2000. I wrote custom action for that. Using custom action i am invoking taskkill.exe command. But my problem is winXP has taskkill.exe in system folder win2000 doesn't. Win2000 has kill.exe. How I can manage this situation. Thanks Veerendra

Re: [WiX-users] Merge Modules in General, Specifically - Crystal Reports XI

2007-11-30 Thread Richard.Foster
Kevin, Yup, Crystal have *not* fixed the problems with their merge modules, even in CR XI R2. If you can, I would strongly recommend using a bootstrapper and the MSI version of the redistributable. If you don't, and you are using WiX V3 then you will almost certainly have to disable validation (o

Re: [WiX-users] Installation Deployment via Group Policy (GPO)

2007-11-30 Thread János Brezniczky
Something that might come handy: The package can be also deployed as a per machine installation, and after that it will be out of the scope of the users to tamper with the installed state of the software, but they'll still be able to launch it. 2007/11/30, Huseyin Tufekcilerli <[EMAIL PROTECTED]>

[WiX-users] Installation Deployment via Group Policy (GPO)

2007-11-30 Thread Huseyin Tufekcilerli
Hello, I am trying to deploy a sample MSI package which simply installs a text file to Program Files folder. The setup runs just fine if you run it through double-clicking or via msiexec /i package.msi command line interface (with the current user is being an administrator on that computer). Then

[WiX-users] subset of compluscomponents

2007-11-30 Thread Tobias Holm
Hi all! I have received a com .dll (Server.dll) that I need to build an installer for. There are 2 main requirements on the Installer: 1. It should make the same registry entries as if running regsvr32 on the dll. 2. It should create a COM+ application for the dll and place a

[WiX-users] Подарите детям праздник!

2007-11-30 Thread guss daryouch
УРА КАНИКУЛЫ! ПОДАРИТЕ ДЕТЯМ ПРАЗДНИК! Кремлевская Елка Государственный Кремлевский дворец 25, 26, 27, 30, 31, 1, 3, 5, 8 января. Новогоднее представление в цирке на Цветном бульваре Цирк на Цветном 25, 26, 27, 30, 31, 1, 3, 5, 8 января. Новогоднее представление в цирке на проспекте

[WiX-users] WiX Patches

2007-11-30 Thread Liam Walsh
I'm using WiX patches to patch an installation of our suite of products. This has gone well except 2 products in the suite have not been patched (even though there have been changes to them). Any ideas as to what this could be? -- View this message in context: http://www.nabble.com/WiX-Patches-t

[WiX-users] Not install Database during the reinstall

2007-11-30 Thread X.Y. D
Another question here --- I need the application to be reinstalled but not the database. The CreateOnReinstall has already been set to NO, see my code below But it still complains during the SQL Script execution : "Erro

Re: [WiX-users] Deletion of sys, cab and inf files after succesful DIFx install

2007-11-30 Thread ashatilo
Hi Bob, But how to specify that folder is temporary in WiX. I am used INF and SetupAPI technology in mine previous installer. But now it was requested to created MSI installer for the product. So I would like to say that I relatively new WiX/MSI world. Could you point me to some solution. And a

Re: [WiX-users] MSI does not auto elevate on Vista

2007-11-30 Thread Ryan O'Neill
I think it was ALLUSERS after all that, plus ignoring some warnings. Thanks to everyone for the help. Bob Arnson wrote: > Ryan O'Neill wrote: >> 1) Should it not automatically ask for elevation (the shield icon is >> showing up nicely on my button, which sounds correct) according to >> code sni