Re: [WiX-users] Preprocessor ?if $(var.A) or $(var.B) ?

2011-07-22 Thread Stefan Pavlik
I have opened an issue here: https://sourceforge.net/tracker/?func=detailaid=3374854group_id=105970atid=642714 On 21/07/2011 17:16, Rob Mensching wrote: Sounds like a bug. On Thu, Jul 21, 2011 at 2:22 AM, Stefan Pavlik stefan.pav...@gmail.comwrote: Hi All I need to include some part code

[WiX-users] Preprocessor ?if $(var.A) or $(var.B) ?

2011-07-21 Thread Stefan Pavlik
. According to http://wix.sourceforge.net/manual-wix3/preprocessor.htm (More Examples) it should be possible to use undefined preprocessor variables in ?if ? expression. Unfortunately compilation of this example will also end with error. Any help is appreciated. Stefan -- Stefan Pavlik | stefan.pav

Re: [WiX-users] Preprocessor ?if $(var.A) or $(var.B) ?

2011-07-21 Thread Stefan Pavlik
My own reply: On Thu, Jul 21, 2011 at 11:22 AM, Stefan Pavlik stefan.pav...@gmail.comwrote: ?if $(var.A) or $(var.B) ? !--code-- ?endif? Of course I can use following code but it is a bit unhandy (to check for aprox. 20 possible macros) ?ifdef A? ?ifdef USE_FEATURE_1? ?undef

Re: [WiX-users] Preprocessor ?if $(var.A) or $(var.B) ?

2011-07-21 Thread Stefan Pavlik
On 21/07/2011 11:30, Peter Shirtcliffe wrote: This works for us ?ifndef compression ? ?define compression = high ? ?endif? This works also for me, but it is not possible (AFAIK) to use 'OR', 'AND' operators in ?ifdef?, ?ifndef? expressions. -- Stefan Pavlik | stefan.pav...@gmail.com

Re: [WiX-users] Preprocessor ?if $(var.A) or $(var.B) ?

2011-07-21 Thread Stefan Pavlik
? ?endif? ?endif? ?ifdef B? ?ifndef USE_FEATURE_1? ?define USE_FEATURE_1? ?endif? ?endif? ?ifdef USE_FEATURE_1 ? !-- Feature1 -- ?endif? -- Stefan Pavlik | stefan.pav...@gmail.com Lietavska 14 | 851 06 Bratislava | Slovak Republic

Re: [WiX-users] Preprocessor ?if $(var.A) or $(var.B) ?

2011-07-21 Thread Stefan Pavlik
reply). Thanks -- Stefan Pavlik | stefan.pav...@gmail.com Lietavska 14 | 851 06 Bratislava | Slovak Republic -- 5 Ways to Improve Secure Unified Communications Unified Communications promises greater efficiencies

Re: [WiX-users] ProductLanguage property not included in transformation (created using Torch.exe)

2009-12-03 Thread Stefan Pavlik
command in our build process. I was only wondering whether the behavior is by design or it is some kind of bug. Thanks Stefan Rob Mensching wrote: Was this ever resolved? Are you really getting an error message talking about patching while using torch? -- Stefan Pavlik | stefan.pav

[WiX-users] ProductLanguage property not included in transformation (created using Torch.exe)

2009-11-20 Thread Stefan Pavlik
to create the MST transformation that will (after applying to MSI) change the ProductLanguage property (and all the texts). Is it possible using torch.exe? Thanks Stefan -- Stefan Pavlik | stefan.pav...@gmail.com Lietavska 14 | 851 06 Bratislava | Slovak Republic

Re: [WiX-users] Running .exe file as part of OS startup

2008-06-10 Thread Stefan Pavlik
Anidil wrote: How do i run the startup application with elevated privileges on windows Vista? It is not possible without user interaction. The application needs to use manifest with line: requestedExecutionLevel level=requireAdministrator uiAccess=false / regards Stefan -- Stefan

Re: [WiX-users] Wix v2 localization

2008-06-09 Thread Stefan Pavlik
'culture'. And there is also no Votive support for multiple localization files in WiX2. To compile and link the localized installer you need to specify the wxl file in the command line. e.g. candle.exe *.wxs light.exe *.wixobj -loc WixUI_en-us.wxl -out Product.msi regards Stefan -- Stefan Pavlik

Re: [WiX-users] Vista UAC warning when setup runs

2008-05-22 Thread Stefan Pavlik
certificate.pfx /p Password /d Package ABC /t http://timestamp.verisign.com/scripts/timstamp.dll Regards Stefan -- Stefan Pavlik | [EMAIL PROTECTED] Whitestein Technologies s.r.o. | www.whitestein.com Panenska 28 | 811 03 Bratislava | Slovak Republic Main +421 2 5443-5502 | Direct +421 2 5930-0735

Re: [WiX-users] Addin files in a transform

2008-04-30 Thread Stefan Pavlik
disadvantage of such approach is that you need to create separate custom actions for installing, uninstalling, rollbacking the files 'installed' from Binary table. Simple answer to your question is that it is not possible. regards Stefan -- Stefan Pavlik | [EMAIL PROTECTED] Whitestein

Re: [WiX-users] Re start Manager on Vista

2008-04-03 Thread Stefan Pavlik
Anidil wrote: Hello there..any luck on this issue? even I'm facing the same problem Stefan Pavlik-2 wrote: Hi, I have a problem with Restart Manager on Windows Vista. During uninstallation of our application (usually after establishing the connection - our software is manager for Data

Re: [WiX-users] Check machine type

2008-01-06 Thread Stefan Pavlik
Christopher Painter wrote: VersionNT64 is not a public or restricted public property. It is a standard private property. Of course it is not public property. Sorry my fault. Stefan */Stefan Pavlik [EMAIL PROTECTED]/* wrote: SaiTeja wrote: Hi, How can I check

Re: [WiX-users] Check machine type

2008-01-04 Thread Stefan Pavlik
SaiTeja wrote: Hi, How can I check the machine is 32 bit or 64 bit Check the VersionNT64 public property. http://msdn2.microsoft.com/en-us/library/aa372497(VS.85).aspx Stefan - This SF.net email is sponsored by:

Re: [WiX-users] Check machine type

2008-01-04 Thread Stefan Pavlik
). For creating the 64 / 32 bit packages you should check this forum a bit deeper. There are several threads that are worth to read. regards Stefan -- Stefan Pavlik - This SF.net email is sponsored by: Microsoft Defy all challenges

Re: [WiX-users] Check machine type

2008-01-04 Thread Stefan Pavlik
the candle in following form: candle.exe SourceCode.wxs -dBUILDTARGET=i386 regards -- Stefan Pavlik - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT

Re: [WiX-users] Re Post: Msi Logging

2007-12-17 Thread Stefan Pavlik
SaiTeja wrote: Hi, thanks for response I tried but not working - Property Id=MsiLogFileLocation Value=C:\Install.txt/ - Property Id=MsiLogFileLocationC:\Install.txt/Property Can u suggest more. Hi The MsiLogFileLocation Property is available since Windows Installer 4.0 (Windows

Re: [WiX-users] Special Folders: How do I?

2007-12-14 Thread Stefan Pavlik
for details: http://msdn2.microsoft.com/en-us/library/aa370905.aspx#system_folder_properties regards Stefan -- Stefan Pavlik - SF.Net email is sponsored by: Check out the new SourceForge.net Marketplace. It's the best place

Re: [WiX-users] TARGETDIR

2007-12-11 Thread Stefan Pavlik
to ROOTDRIVE. And ROOTDRIVE property is set by installer to partition which have most free space. See following links for details: http://msdn2.microsoft.com/en-us/library/aa372064.aspx http://msdn2.microsoft.com/en-us/library/aa371372.aspx -- Stefan Pavlik

Re: [WiX-users] TARGETDIR

2007-12-11 Thread Stefan Pavlik
SaiTeja wrote: actually I want to assign C:\ to some property. Presently I hardcoded like this. Property Id=INSTALLPATH Value=C:\/ And am using this property in many places. Suppose if machine doesn't have C: drive it will give problems. So I want to assign default drive to my property ie

Re: [WiX-users] Re posting Condition for Silent Install

2007-12-06 Thread Stefan Pavlik
'SilentInstall/Custom Action /InstallExecuteSequence Binary Id='Customization.vbs' src='Customization.vbs'/ CustomAction Id='test' BinaryKey='Customization.vbs' VBScriptCall='Hello' Return='check'/ Thanks Hi, Stefan Pavlik-2 wrote: Hi,... You should create

Re: [WiX-users] Condition Privileged not working

2007-12-06 Thread Stefan Pavlik
___ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users -- Stefan Pavlik | [EMAIL PROTECTED] Whitestein Technologies s.r.o. | www.whitestein.com Panenska 28 | 811 03 Bratislava

Re: [WiX-users] Condition for Silent Install

2007-12-03 Thread Stefan Pavlik
? -- Stefan Pavlik | [EMAIL PROTECTED] Whitestein Technologies s.r.o. | www.whitestein.com Panenska 28 | 811 03 Bratislava | Slovak Republic Main +421 2 5443-5502 | Direct +421 2 5930-0735 - SF.Net email is sponsored by: The Future

[WiX-users] Msitran.exe - new version == new return code?

2007-11-23 Thread Stefan Pavlik
on success. The version 4.0.6000.16384 returns 256 on success. Does anybody know if my observation and guess is correct? Thanks Stefan -- Stefan Pavlik | [EMAIL PROTECTED] Whitestein Technologies s.r.o. | www.whitestein.com Panenska 28 | 811 03 Bratislava | Slovak Republic Main +421 2 5443-5502

Re: [WiX-users] Reuse cabinet deletes cabinet

2007-11-12 Thread Stefan Pavlik
events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now http://get.splunk.com/ ___ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users -- Stefan

[WiX-users] Bug in WiX2 2.0.5805.0 - CompanionFile attribute

2007-10-18 Thread Stefan Pavlik
correctly. regards Pls. let me know if I should open a bug... Stefan -- Stefan Pavlik | [EMAIL PROTECTED] Whitestein Technologies s.r.o. | www.whitestein.com Panenska 28 | 811 03 Bratislava | Slovak Republic Main +421 2 5443-5502 | Direct +421 2 5930-0735

Re: [WiX-users] Bug in WiX2 2.0.5805.0 - CompanionFile attribute

2007-10-18 Thread Stefan Pavlik
, John -- Stefan Pavlik | [EMAIL PROTECTED] Whitestein Technologies s.r.o. | www.whitestein.com Panenska 28 | 811 03 Bratislava | Slovak Republic Main +421 2 5443-5502 | Direct +421 2 5930-0735 - This SF.net email

Re: [WiX-users] How to add newline in Condition message

2007-10-17 Thread Stefan Pavlik
/ ___ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users -- Stefan Pavlik | [EMAIL PROTECTED] Whitestein Technologies s.r.o. | www.whitestein.com Panenska 28 | 811 03 Bratislava | Slovak Republic Main +421 2

Re: [WiX-users] Remove section using XMLConfig

2007-10-10 Thread Stefan Pavlik
VerifyPath='[EMAIL PROTECTED]abcd[\]] / /Component My Xml is Parent Descendant1 Descendant2 guid='abcd' / Descendant2 guid='efgh' / /Descendant1 /Parent Thanks Ravi -- Stefan Pavlik | [EMAIL PROTECTED] Whitestein Technologies s.r.o

Re: [WiX-users] Installing to SystemFolder\Drivers

2007-09-06 Thread Stefan Pavlik
, if only I could figure out all the neat features it has :). Oh and just so you do not tell me to use descriptive IDs rather than those two letter ones, I am doing that already I just didn't feel like typing them in the example. -- Stefan Pavlik | [EMAIL PROTECTED] Whitestein Technologies s.r.o

Re: [WiX-users] Remove section using XMLConfig

2007-08-31 Thread Stefan Pavlik
' On='install' Sequence='1' / Hope that it will help somebody... Stefan -- Stefan Pavlik | [EMAIL PROTECTED] Whitestein Technologies s.r.o. | www.whitestein.com Panenska 28 | 811 03 Bratislava | Slovak Republic Main +421 2 5443-5502 | Direct +421 2 5930-0735

Re: [WiX-users] Remove section using XMLConfig

2007-08-31 Thread Stefan Pavlik
And again - of course you need to use VerifyPath='subDirectory[\[].=DirTwo[\]]' The \ is escape character (not /). Stefan Pavlik wrote: I found the solution: XML file: ?xml version=1.0? dpInst search subDirectoryDirOne/subDirectory subDirectoryDirTwo/subDirectory /search

Re: [WiX-users] how to create language transform in wix? Is it possible to do this in wix?

2007-08-17 Thread Stefan Pavlik
: Yes shambhu kumar wrote: -- Stefan Pavlik | [EMAIL PROTECTED] Whitestein Technologies s.r.o. | www.whitestein.com Panenska 28 | 811 03 Bratislava | Slovak Republic Main +421 2 5443-5502 | Direct +421 2 5930-0735

Re: [WiX-users] Wrap a tooltip

2007-08-13 Thread Stefan Pavlik
://lists.sourceforge.net/lists/listinfo/wix-users -- Stefan Pavlik | [EMAIL PROTECTED] Whitestein Technologies s.r.o. | www.whitestein.com Panenska 28 | 811 03 Bratislava | Slovak Republic Main +421 2 5443-5502 | Direct +421 2 5930-0735

Re: [WiX-users] HKLM - purposely persistent

2007-08-10 Thread Stefan Pavlik
for the tip Stefan. Is this a tried and tested method? My keys still seem to disappear. Simon -Original Message- From: Stefan Pavlik [mailto:[EMAIL PROTECTED] Sent: 09 August 2007 12:08 To: Simon Topley Cc: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] HKLM - purposely

Re: [WiX-users] HKLM - purposely persistent

2007-08-09 Thread Stefan Pavlik
and a browser. Download your FREE copy of Splunk now http://get.splunk.com/ ___ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users -- Stefan Pavlik | [EMAIL PROTECTED] Whitestein Technologies

Re: [WiX-users] Creating binary value in the registry

2007-07-30 Thread Stefan Pavlik
to specify the binary value? -- Stefan Pavlik | [EMAIL PROTECTED] Whitestein Technologies s.r.o. | www.whitestein.com Panenska 28 | 811 03 Bratislava | Slovak Republic Main +421 2 5443-5502 | Direct +421 2 5930-0735

Re: [WiX-users] Creating binary value in the registry

2007-07-30 Thread Stefan Pavlik
Stefan Pavlik wrote: Check Registry Value of the MSI file in ORCA editor and you will see I meant 'Registry Table' not Registry Value. Stefan -- Stefan Pavlik | [EMAIL PROTECTED] Whitestein Technologies s.r.o. | www.whitestein.com Panenska 28 | 811 03 Bratislava | Slovak Republic Main +421

Re: [WiX-users] Creating binary value in the registry

2007-07-30 Thread Stefan Pavlik
; / /Registry Am i using the proper syntax to specify the binary value? -- Stefan Pavlik | [EMAIL PROTECTED] Whitestein Technologies s.r.o. | www.whitestein.com Panenska 28 | 811 03 Bratislava | Slovak Republic Main +421 2 5443-5502 | Direct +421 2 5930-0735

Re: [WiX-users] Annoying RemoveFolders problem

2007-07-06 Thread Stefan Pavlik
/powerbar/db2/ ___ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users -- Stefan Pavlik | [EMAIL PROTECTED] Whitestein

Re: [WiX-users] [wix-users] Conditions for setup in GUI and without GUI?

2007-06-26 Thread Stefan Pavlik
to fixing that some day, then. Rob Stefan Pavlik wrote: I know that the code below is just an example but to be precise: MSDN: Error Table The range from 25000 to 3 is reserved for errors from custom actions. Authors of custom actions may use this range for their custom actions. Regards

[WiX-users] ForceReboot

2007-06-11 Thread Stefan Pavlik
. MsiDoAction - from immediate custom action) but in this time I do not know whether the Reboot will be necessary. Thanks in advance Stefan -- Stefan Pavlik | [EMAIL PROTECTED] Whitestein Technologies s.r.o. | www.whitestein.com Panenska 28 | 811 03 Bratislava | Slovak Republic Main +421 2 5443-5502

Re: [WiX-users] ForceReboot

2007-06-11 Thread Stefan Pavlik
I have found that the MsiSetMode(hInstall, MSIRUNMODE_REBOOTNOW, TRUE) can be called from deferred custom action and it seems that this will solve the problem. Are there any 'issues' regarding the MSIRUNMODE_REBOOTNOW (except for reboot itself)? thanks again... Stefan Stefan Pavlik wrote: Hi

Re: [WiX-users] ForceReboot

2007-06-11 Thread Stefan Pavlik
Yes it is DLL custom action. Rob Hamflett wrote: Just to check, is it a DLL custom action you're using? I probably should have pointed that out in my first post. Rob Stefan Pavlik wrote: Thanks for the answer. Problem is that I can not set the public property from the deferred

Re: [WiX-users] Custom dialog control enable / disable

2007-05-28 Thread Stefan Pavlik
-- CustomAction Id=PROPCA__ServiceInstall Property=_ServiceInstall Value=1 Execute=immediate / InstallUISequence Custom Id='PROPCA__ServiceInstall' Before='...' VersionNT/Custom /InstallUISequence Hope that it will help you. Regards Stefan -- Stefan Pavlik | [EMAIL PROTECTED] Whitestein

Re: [WiX-users] Set property value according to the return value of a custom action

2007-05-28 Thread Stefan Pavlik
://sourceforge.net/powerbar/db2/ ___ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users -- Stefan Pavlik | [EMAIL PROTECTED

Re: [WiX-users] ServiceInstall Problem

2007-05-25 Thread Stefan Pavlik
-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users -- Stefan Pavlik | [EMAIL PROTECTED] Whitestein Technologies s.r.o. | www.whitestein.com Panenska 28 | 811 03 Bratislava | Slovak Republic Main +421 2 5443-5502 | Direct +421 2 5930-0735

Re: [WiX-users] Russian localisation for WiX2 UI

2007-05-23 Thread Stefan Pavlik
localisation for WiX2 UI? -- Stefan Pavlik | [EMAIL PROTECTED] Whitestein Technologies s.r.o. | www.whitestein.com Panenska 28 | 811 03 Bratislava | Slovak Republic Main +421 2 5443-5502 | Direct +421 2 5930-0735 - This SF.net email

Re: [WiX-users] Why is my conditional statement not working

2007-05-18 Thread Stefan Pavlik
. Phil Wilson *From:* [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] *On Behalf Of *Venkatesh *Sent:* Thursday, May 17, 2007 9:23 AM *To:* Stefan Pavlik; [EMAIL PROTECTED]; WiX-users *Subject

Re: [WiX-users] Why is my conditional statement not working

2007-05-17 Thread Stefan Pavlik
/ ___ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users -- Stefan Pavlik | [EMAIL PROTECTED] Whitestein Technologies s.r.o

Re: [WiX-users] Why is my conditional statement not working

2007-05-17 Thread Stefan Pavlik
, it should install Component0 and Component1 is n't it?. Still installs Component2 also. Same thing with the No, It installs all three components. What am I doing wrong here. Thanks in advance. Venkatesh */Stefan Pavlik [EMAIL PROTECTED]/* wrote: Hi Venkatesh, The use

[WiX-users] Restart Manager on Vista

2007-04-23 Thread Stefan Pavlik
Hi, I have a problem with Restart Manager on Windows Vista. During uninstallation of our application (usually after establishing the connection - our software is manager for Data Cards) the Windows Installer shows that it needs to close and restart several system services (e.g. Application

Re: [WiX-users] changing setup at runtime

2007-04-20 Thread Stefan Pavlik
/ ___ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users -- Stefan Pavlik | [EMAIL PROTECTED] Whitestein Technologies s.r.o

[WiX-users] Calling Candle/Light from mapped network drive

2007-04-13 Thread Stefan Pavlik
was: Intranet The Url of the assembly that failed was: file:///W:/Projects/head/wix2/candle.exe Is there a way to call candle from network drive without rebuilding the WiX code (and adding the AllowPartiallyTrustedCallersAttribute to the code)? Thanks Stefan -- Stefan Pavlik | [EMAIL PROTECTED

Re: [WiX-users] Shield Decoration on buttons

2007-04-12 Thread Stefan Pavlik
Stefan Pavlik wrote: But when you check the uninstallation log you will see that the I meant: But when you check the maintenance installation log you will see... -- Stefan Pavlik | [EMAIL PROTECTED] Whitestein Technologies s.r.o. | www.whitestein.com Panenska 28 | 811 03 Bratislava | Slovak

Re: [WiX-users] why am I getting a UAC prompt with my MSI?

2007-04-11 Thread Stefan Pavlik
=join.phpp=sourceforgeCID=DEVDEV ___ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users -- Stefan Pavlik | [EMAIL PROTECTED] Whitestein Technologies s.r.o. | www.whitestein.com Panenska 28

Re: [WiX-users] Create temp custom action

2007-04-11 Thread Stefan Pavlik
=sourceforgeCID=DEVDEV ___ WiX-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/wix-users -- Stefan Pavlik | [EMAIL PROTECTED] Whitestein Technologies

Re: [WiX-users] Install not checking for existing version of install

2007-04-10 Thread Stefan Pavlik
cash http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV ___ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users -- Stefan Pavlik | [EMAIL PROTECTED] Whitestein

Re: [WiX-users] enter user into registry

2007-04-10 Thread Stefan Pavlik
a Registry Id=accesspath Root=HKCR Key=Software\Company\Init Name=Path Value=[accesspath] Type=string / and then in one of the dialogs I had Control Type=Edit Width=230 Height=18 X=52 Y=113 Id=Path Property=accesspath / but the key is not created? -- Stefan Pavlik | [EMAIL PROTECTED] Whitestein

Re: [WiX-users] Making Edit Controls required on dialog

2007-04-10 Thread Stefan Pavlik
___ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users -- Stefan Pavlik | [EMAIL PROTECTED] Whitestein Technologies s.r.o. | www.whitestein.com Panenska 28 | 811 03 Bratislava | Slovak Republic Main +421 2 5443-5502 | Direct +421 2 5930

Re: [WiX-users] Port monitor + printer driver

2007-04-10 Thread Stefan Pavlik
list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users -- Stefan Pavlik | [EMAIL PROTECTED] Whitestein Technologies s.r.o. | www.whitestein.com Panenska 28 | 811 03 Bratislava | Slovak Republic Main +421 2 5443-5502 | Direct +421 2 5930-0735

Re: [WiX-users] Prevent install to network drive or removable media

2007-04-10 Thread Stefan Pavlik
://lists.sourceforge.net/lists/listinfo/wix-users -- Stefan Pavlik | [EMAIL PROTECTED] Whitestein Technologies s.r.o. | www.whitestein.com Panenska 28 | 811 03 Bratislava | Slovak Republic Main +421 2 5443-5502 | Direct +421 2 5930-0735

Re: [WiX-users] How to get 8.3 path for INSTALLDIR

2007-04-03 Thread Stefan Pavlik
___ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users -- Stefan Pavlik | [EMAIL PROTECTED] Whitestein Technologies s.r.o. | www.whitestein.com Panenska 28 | 811 03 Bratislava | Slovak Republic Main +421 2 5443-5502 | Direct +421 2

Re: [WiX-users] How to install a windows service with account.

2007-03-29 Thread Stefan Pavlik
___ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users -- Stefan Pavlik | [EMAIL PROTECTED] Whitestein Technologies s.r.o

Re: [WiX-users] Registry are duplicated

2007-03-28 Thread Stefan Pavlik
___ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users -- Stefan Pavlik | [EMAIL PROTECTED] Whitestein Technologies s.r.o. | www.whitestein.com Panenska 28 | 811 03 Bratislava | Slovak Republic Main +421 2 5443-5502 | Direct +421 2 5930-0735

Re: [WiX-users] Directories/Merge Modules

2007-03-23 Thread Stefan Pavlik
the WindowsFolder.guid property correctly but the files end up in the wrong place. Any ideas on what I’m doing wrong? Thanks, Tom -- Stefan Pavlik | [EMAIL PROTECTED] Whitestein Technologies s.r.o. | www.whitestein.com Panenska 28 | 811 03 Bratislava | Slovak Republic Main +421 2 5443-5502

Re: [WiX-users] Just a question out of frustration

2007-03-21 Thread Stefan Pavlik
with all this f hurdles for such thing as installing a Custom action for an installaion If you have encountered this stuff and get through, would you mind to share your findings? Regards Friedrich -- Stefan Pavlik | [EMAIL PROTECTED] Whitestein Technologies s.r.o

Re: [WiX-users] Convert .reg file to .wxs?

2007-03-20 Thread Stefan Pavlik
?page=join.phpp=sourceforgeCID=DEVDEV ___ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users -- Stefan Pavlik

Re: [WiX-users] Tallow from WiX 2.0.5112.0 is generating deprecated wxs file

2007-03-14 Thread Stefan Pavlik
The bug is opened. http://sourceforge.net/tracker/index.php?func=detailaid=1680395group_id=105970atid=642714 -- Stefan Pavlik | [EMAIL PROTECTED] Whitestein Technologies s.r.o. | www.whitestein.com Panenska 28 | 811 03 Bratislava | Slovak Republic Main +421 2 5443-5502 | Direct +421 2 5930

[WiX-users] Tallow from WiX 2.0.5112.0 is generating deprecated wxs file

2007-03-13 Thread Stefan Pavlik
Hi all, the output of tallow (version 2.0.5112.0) is deprecated. e.g.: tallow -d direcotry will generate deprecated wxs file. The File @src attribute is deprecated. should I open the bug for it? regards Stefan -- Stefan Pavlik | [EMAIL PROTECTED] Whitestein Technologies s.r.o

Re: [WiX-users] Shortcut Creation

2007-03-04 Thread Stefan Pavlik
___ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users -- Stefan Pavlik | [EMAIL PROTECTED] Whitestein Technologies s.r.o. | www.whitestein.com Panenska 28 | 811 03 Bratislava | Slovak Republic Main +421 2 5443-5502

Re: [WiX-users] Conditional feature properties...

2007-03-02 Thread Stefan Pavlik
@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users -- Stefan Pavlik | [EMAIL PROTECTED] Whitestein Technologies s.r.o. | www.whitestein.com Panenska 28 | 811 03 Bratislava | Slovak Republic Main +421 2 5443-5502 | Direct +421 2 5930-0735

Re: [WiX-users] Stpping and starting a windows service as a custom action or something

2007-02-23 Thread Stefan Pavlik
such as --install to the running of the executable. -- Stefan Pavlik | [EMAIL PROTECTED] Whitestein Technologies | www.whitestein.com Panenska 28 | SK-81103 Bratislava | Slovak Republic Tel +421(2)5930-0735 | Fax +421(2)5443-5512

Re: [WiX-users] Nested folders

2007-02-19 Thread Stefan Pavlik
___ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users -- Stefan Pavlik | [EMAIL PROTECTED] Whitestein Technologies

Re: [WiX-users] Bootstrapper

2007-02-14 Thread Stefan Pavlik
Cheers, -Matthew Rowan -Original Message- From: Stefan Pavlik [mailto:[EMAIL PROTECTED] Sent: Wednesday, 14 February 2007 17:24 To: Matthew Rowan Cc: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Bootstrapper Hi Matthew,... I have, personaly, no experience

Re: [WiX-users] File Chooser Dialog

2007-02-13 Thread Stefan Pavlik
://lists.sourceforge.net/lists/listinfo/wix-users -- Stefan Pavlik | [EMAIL PROTECTED] Whitestein Technologies | www.whitestein.com Panenska 28 | SK-81103 Bratislava | Slovak Republic Tel +421(2)5930-0735 | Fax +421(2)5443-5512

Re: [WiX-users] File Chooser Dialog

2007-02-13 Thread Stefan Pavlik
It is the C++ CustomAction Type 1 (CA in Dll). I didn't mention it but I think you have realised that. Stefan Stefan Pavlik wrote: Hi Guillaume,... The MSI does not support the File browse dialog. You should check the CFileDialog class in MFC http://msdn2.microsoft.com/en-us/dk77e5e7(VS

Re: [WiX-users] Extra localization files

2007-02-08 Thread Stefan Pavlik
=120709bid=263057dat=121642 ___ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users -- Stefan Pavlik | [EMAIL

Re: [WiX-users] Custom Action DLL

2007-01-04 Thread Stefan Pavlik
/listinfo/wix-users -- Stefan Pavlik | [EMAIL PROTECTED] Whitestein Technologies | www.whitestein.com Panenska 28 | SK-81103 Bratislava | Slovak Republic Tel +421(2)5930-0735 | Fax +421(2)5443-5512 - Take Surveys. Earn Cash

[WiX-users] Strang (unreadable) emails from Rob

2007-01-04 Thread Stefan Pavlik
softwareunk -- Stefan Pavlik | [EMAIL PROTECTED] Whitestein Technologies | www.whitestein.com Panenska 28 | SK-81103 Bratislava | Slovak Republic Tel +421(2)5930-0735 | Fax +421(2)5443-5512 - Take Surveys. Earn Cash. Influence

Re: [WiX-users] Strang (unreadable) emails from Rob

2007-01-04 Thread Stefan Pavlik
is in a not very happy place and a bunch of things are just not quite working right (but close enough that I haven't taken the time to wipe the machine and rebuild). I suppose I could just stop answering questions for a while... smile/unkunk-Original Message-unkFrom: Stefan Pavlik

[WiX-users] Merge Module question

2007-01-02 Thread Stefan Pavlik
? Or is the entire idea (letting the consumer sequence the Custom action) wrong? Thanks -- Stefan Pavlik | [EMAIL PROTECTED] Whitestein Technologies | www.whitestein.com Panenska 28 | SK-81103 Bratislava | Slovak Republic Tel +421(2)5930-0735 | Fax +421(2)5443-5512

Re: [WiX-users] RegistrySearch Type=Registry

2006-12-20 Thread Stefan Pavlik
-- Stefan Pavlik | [EMAIL PROTECTED] Whitestein Technologies | www.whitestein.com Panenska 28 | SK-81103 Bratislava | Slovak Republic Tel +421(2)5930-0735 | Fax +421(2)5443-5512 - Take Surveys. Earn Cash. Influence the Future

Re: [WiX-users] Custom Error text - with new line

2006-12-04 Thread Stefan Pavlik
newlines. I had to resort to creating multiple text controls. Rob Stefan Pavlik wrote: Hi list, I want to add my own text to some custom error (e.g. Id 25001). Problem is that I don't know how to enter the new line character sequence. (\r\n does not work). Any suggestions? Thanks

[WiX-users] Custom Error text - with new line

2006-11-28 Thread Stefan Pavlik
Hi list, I want to add my own text to some custom error (e.g. Id 25001). Problem is that I don't know how to enter the new line character sequence. (\r\n does not work). Any suggestions? Thanks Stefan -- Stefan Pavlik | [EMAIL PROTECTED] Whitestein Technologies | www.whitestein.com Panenska

Re: [WiX-users] Custom Error text - with new line

2006-11-28 Thread Stefan Pavlik
ErrorID from Error table and replace the \r\n (4 characters) characters with \r\n (two characters). Hope that it will help somebody. Stefan Rob Hamflett wrote: You can't force newlines. I had to resort to creating multiple text controls. Rob -- Stefan Pavlik | [EMAIL PROTECTED] Whitestein

Re: [WiX-users] conditional components

2006-11-15 Thread Stefan Pavlik
C++ Custom Action DLL. You should use the RegSetValueEx() function to write the values to registry. http://msdn2.microsoft.com/en-us/library/ms724923.aspx Hope it wil help you. Stefan -- Stefan Pavlik | [EMAIL PROTECTED] Whitestein Technologies | www.whitestein.com Panenska 28 | SK-81103

Re: [WiX-users] Line edit control

2006-11-08 Thread Stefan Pavlik
' -- Stefan Pavlik | [EMAIL PROTECTED] Whitestein Technologies | www.whitestein.com Panenska 28 | SK-81103 Bratislava | Slovak Republic Tel +421(2)5930-0735 | Fax +421(2)5443-5512 - Using Tomcat but need to do more? Need

Re: [WiX-users] Leave some files during uninstall

2006-10-31 Thread Stefan Pavlik
-users __ NOD32 1.1841 (20061027) Information __ This message was checked by NOD32 antivirus system. http://www.eset.com -- Stefan Pavlik | [EMAIL PROTECTED] Whitestein Technologies | www.whitestein.com Panenska 28 | SK-81103 Bratislava | Slovak Republic Tel +421(2)5930

Re: [WiX-users] How to show FilesInUse dialog _always_ ?

2006-10-23 Thread Stefan Pavlik
, aren't you detecting a FilesInUse condition that the standard one did not detect? I'm not why you'd call it from a CA if MSI is showing FilesInUse when necessary. Phil Wilson -Original Message- -- Stefan Pavlik | [EMAIL PROTECTED] Whitestein Technologies | www.whitestein.com

Re: [WiX-users] Uninstall a cached msi

2006-10-23 Thread Stefan Pavlik
antivirus system. http://www.eset.com -- Stefan Pavlik | [EMAIL PROTECTED] Whitestein Technologies | www.whitestein.com Panenska 28 | SK-81103 Bratislava | Slovak Republic Tel +421(2)5930-0735 | Fax +421(2)5443-5512 - Using

Re: [WiX-users] If-statements?

2006-10-23 Thread Stefan Pavlik
or maintaining two wix files? -- Stefan Pavlik | [EMAIL PROTECTED] Whitestein Technologies | www.whitestein.com Panenska 28 | SK-81103 Bratislava | Slovak Republic Tel +421(2)5930-0735 | Fax +421(2)5443-5512 - Using Tomcat

Re: [WiX-users] How to show FilesInUse dialog _always_ ?

2006-10-20 Thread Stefan Pavlik
-in FilesInUse dialog (during basic UI)? On the other side - I can ommit additional check for FilesInUse when running in basic UI. Thaks in advance... Stefan Pavlik Phil Wilson wrote: Sequence the custom action before files get copied so yes, somewhere early in the sequence is fine. Phil Wilson

Re: [WiX-users] How to show FilesInUse dialog _always_ ?

2006-10-20 Thread Stefan Pavlik
(and answered by user) in order to not display it again (from custom action)? Thanks Stefan -- Stefan Pavlik | [EMAIL PROTECTED] Whitestein Technologies | www.whitestein.com Panenska 28 | SK-81103 Bratislava | Slovak Republic Tel +421(2)5930-0735 | Fax +421(2)5443-5512

Re: [WiX-users] Fine service control

2006-10-12 Thread Stefan Pavlik
the service. -- Stefan Pavlik | [EMAIL PROTECTED] Whitestein Technologies | www.whitestein.com Panenska 28 | SK-81103 Bratislava | Slovak Republic Tel +421(2)5930-0735 | Fax +421(2)5443-5512 - Using Tomcat but need to do more

[WiX-users] ForceReboot action during Uninstallation(2)

2006-10-05 Thread Stefan Pavlik
... Stefan -- Stefan Pavlik | [EMAIL PROTECTED] Whitestein Technologies | www.whitestein.com Panenska 28 | SK-81103 Bratislava | Slovak Republic Tel +421(2)5930-0735 | Fax +421(2)5443-5512 ÿþAction ended 14:18:58: InstallInitialize. Return value

[WiX-users] No messages from WiX-Users for 2 days

2006-10-05 Thread Stefan Pavlik
Hi all Anybody has an Idea why the wix-users forum is not working? I haven't received any mail from this forum for two days (since 2006-10-03). I hope that it is not the end of the WiX forum Stefan -- View this message in context:

[WiX-users] Error 1702

2006-10-03 Thread Stefan Pavlik
-- Stefan Pavlik | [EMAIL PROTECTED] Whitestein Technologies | www.whitestein.com Panenska 28 | SK-81103 Bratislava | Slovak Republic Tel +421(2)5930-0735 | Fax +421(2)5443-5512 - Take Surveys. Earn Cash. Influence

Re: [WiX-users] Error 1702

2006-10-03 Thread Stefan Pavlik
Hi I know how to do it. I just need to use the FroceReboot standard action. Anyway is there any way to find out what error messasage (error code) is used (trigered) by which action? (some kind of list...) Thanks Stefan Stefan Pavlik wrote: Hi list I went through the Windows Installer

  1   2   >