[WiX-users] removal of comment in sql scripts by using SqlScript

2007-11-21 Thread Jaap de Wolff
Hello, At this moment scripts that are run during installation are stripped before processing. It is removing comment and spaces before it processes the script. (I checked in source code, this happens in scasqlstr.cpp line 282 and further for version 2.0.5805.0) Is there a good reason for this?

Re: [WiX-users] Problem with localization of product name

2007-11-21 Thread Marcel Kulicke
Hi Abhradeep, I am using LocStudio 4.8, but can't you just simply localize the ProductName-Property in the Property table? This works for me. Just my 2 cent. Best Regards, Marcel Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Abhradeep Thakurta Gesendet: Mittwoch, 21. Novembe

[WiX-users] Problem with localization of product name

2007-11-21 Thread Abhradeep Thakurta
Hi, Can you please help me in finding out a way to localize the product name. We have used the technique of using .wxi (where the strings are defined as ?defined ? ) file which in turn gets localized but this is not accepted by Microsoft Loc Studio 4.6 . So can u suggest a work around ? Than

[WiX-users] Setting a shortcut workingdirectory in Vista

2007-11-21 Thread robert marshall
When creating shortcuts for our wix installer we've previously set the Workingdirectory for the shortcut to be the root directory for the app in C:/Program Files. Vista complains about users saving stuff there - which happens when they do a save as and don't change the location, and so - for the la

[WiX-users] WiX 2.0 created MSI occasionally fails to install on Vista

2007-11-21 Thread Ryan O'Neill
Hi all, I have an installer that works great for all Win platforms, except Vista where it will fail to register a DLL on specific machines. It runs on most Vista installations fine (under admin and limited user accounts which prompt for admin access). I did manage to get to a machine that exhi

Re: [WiX-users] Setting a shortcut workingdirectory in Vista

2007-11-21 Thread Adam Majer
robert marshall wrote: > When creating shortcuts for our wix installer we've previously set the > Workingdirectory for the shortcut to be the root directory for the app > in C:/Program Files. Vista complains about users saving stuff there - > which happens when they do a save as and don't change th

[WiX-users] Продам Mercedes ML 270 CDI

2007-11-21 Thread alfie loke
Mercedes ML 280 CDI (190 Hp) Марка: Mercedes Модель: M-klasse (W163) Модификация: ML 270 CDI (163 Hp) Цвет: Черный металлик Год вып: 2003 Тип кузова: Внедорожник Цена: 41 900$ Тип двигателя: Дизель турбонадд

[WiX-users] copy file from shared folder

2007-11-21 Thread wolk
It is possible to copy(using copyfile) from server shared folder? I want to make my own app. msi (gpo install mode). Or is the other way to make this( some example)? PLacentiusz -- System poczty na jablko.one.pl - This SF.n

Re: [WiX-users] Problem with localization of product name

2007-11-21 Thread Julie Campbell
You should use .wxl (WiX localization) files for, well, localization. It takes a few tricks to get them working, but then it's smooth sailing. My main WiX project directory is setup something like this Everything is stripped down for public consumption, and I am just doing English right now, bu

Re: [WiX-users] Problem with localization of product name

2007-11-21 Thread Julie Campbell
For anyone interested, I just converted the last e-mail I sent to a page on wix.mindcapers.com for future reference (and better readability): http://wix.mindcapers.com/wiki/Localization Julie Campbell [EMAIL PROTECTED] _

Re: [WiX-users] Merge Modules

2007-11-21 Thread Rob Mensching
Unless you are part of the Windows operating system you shouldn't be installing files into system32. SaiTeja wrote: > Hi, > > Please see the below code. > > When I add this code the following dll's are created not under system32. Its > created out side the folder system32. > > the dll's are "msvc

[WiX-users] Running Multiple CAs on Button Press

2007-11-21 Thread Markus Ewald
Hi! I'm trying to execute multiple custom actions when the user presses a button in my installer. My current approach is to publish multiple events from the button, like this: Is_DirectX_9.0_Installed = "1" AND Is_D3DX_October_2006_Installed = "1" AND Is_DotN