Re: [WiX-users] Preprocessor

2011-07-22 Thread Stefan Pavlik
I have opened an issue here: https://sourceforge.net/tracker/?func=detail&aid=3374854&group_id=105970&atid=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 wrote: > >> Hi All >> >>

Re: [WiX-users] Preprocessor

2011-07-21 Thread Stefan Pavlik
previous 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 eff

Re: [WiX-users] Preprocessor

2011-07-21 Thread Stefan Pavlik
On Thu, Jul 21, 2011 at 11:30 AM, Peter Shirtcliffe wrote: > This works for us > > > > > > This will simplify a bit the code but still it is not very pretty: -- Stefan Pavlik | stefan.pav...@gmail.com Lietavska 14 | 851 06 Bratisl

Re: [WiX-users] Preprocessor

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

Re: [WiX-users] Preprocessor

2011-07-21 Thread Stefan Pavlik
My own reply: On Thu, Jul 21, 2011 at 11:22 AM, Stefan Pavlik wrote: > > > > Of course I can use following code but it is a bit unhandy (to check for aprox. 20 possible macros) -- Stefan Pavlik | stefan.pav...@gmail.com Lietavska

[WiX-users] Preprocessor

2011-07-21 Thread Stefan Pavlik
-wix3/preprocessor.htm (More Examples) it should be possible to use undefined preprocessor variables in expression. Unfortunately compilation of this example will also end with error. Any help is appreciated. Stefan -- Stefan Pavlik | stefan.pav...@gmail.com Lietavska 14 | 851 06 Bratislava

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

2009-12-03 Thread Stefan Pavlik
ng the msitran.exe 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 Pavl

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

2009-11-20 Thread Stefan Pavlik
reate the MSP file. I want 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 Bratisl

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: regards Stefan -- Stefan Pavlik | [EMAIL PROTECTED] Lietavska 14 | 851 06 Bratisl

Re: [WiX-users] Wix v2 localization

2008-06-09 Thread Stefan Pavlik
he WiX 2 does not use something like '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

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

2008-05-22 Thread Stefan Pavlik
of random 5 digit name. example: signtool sign /f 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 Brat

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

2008-04-30 Thread Stefan Pavlik
he file from Binary table and copy it to desired place. BIG 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. re

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 establi

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

Re: [WiX-users] Check machine type

2008-01-04 Thread Stefan Pavlik
owing code: ... ... and rund 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

Re: [WiX-users] Check machine type

2008-01-04 Thread Stefan Pavlik
h VersionNT64 value). 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

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] Re Post: Msi Logging

2007-12-17 Thread Stefan Pavlik
SaiTeja wrote: > Hi, > > thanks for response > I tried but not working > > -> > -> C:\Install.txt > > Can u suggest more. Hi The MsiLogFileLocation Property is available since Windows Installer 4.0 (Windows Vista or newer). So it will not work for XP or 2000. -- Stefan ---

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

2007-12-14 Thread Stefan Pavlik
user. See the following link 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 Ma

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. > > > 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 INSTALLPATH > > Can you te

Re: [WiX-users] TARGETDIR

2007-12-11 Thread Stefan Pavlik
case) then it is defaulted 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/e

Re: [WiX-users] Condition Privileged not working

2007-12-06 Thread Stefan Pavlik
m. Let it simplify your IT future. > http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4 > > > > > ___ > WiX-users mailing list > WiX-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/wix-users --

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

2007-12-06 Thread Stefan Pavlik
orrect or not >> >> INSTALLUILEVEL_NONE >> >> For custom action: >> >> >> SilentInstall> Action> >> >> >> >> > VBScriptCall='Hello' Return='check'/> >>

Re: [WiX-users] show progress text for custom action

2007-12-03 Thread Stefan Pavlik
aper > from Novell. From the desktop to the data center, Linux is going > mainstream. Let it simplify your IT future. > http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4 > > > > > ________

Re: [WiX-users] Condition for Silent Install

2007-12-03 Thread Stefan Pavlik
> Any answers? > > > -- 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

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

2007-11-23 Thread Stefan Pavlik
turns 0 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

Re: [WiX-users] Reuse cabinet deletes cabinet

2007-11-12 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 54

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

2007-10-18 Thread Stefan Pavlik
: "File1" >> >> The problem appears only if the file is binary. If the file >> File2 is text file the Version column is filled correctly. > > Stefan, > > I found a bug in WiX 3 along these lines: > http://sourceforge.net/tracker/index.p

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

2007-10-18 Thread Stefan Pavlik
: "File1" The problem appears only if the file is binary. If the file File2 is text file the Version column is filled 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 2

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

2007-10-17 Thread Stefan Pavlik
--- > > _______ > WiX-users mailing list > WiX-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/wix-users -- Stefan

Re: [WiX-users] Remove section using XMLConfig

2007-10-10 Thread Stefan Pavlik
Node="element" > ElementPath="Parent/Descendant1" > VerifyPath='[EMAIL PROTECTED]"abcd"[\]] > /> > > > My Xml is > > > >

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

2007-09-06 Thread Stefan Pavlik
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. | www.whitestein.com Panenska 28 | 811 03

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: > > > > DirOne > DirTwo > > > > >

Re: [WiX-users] Remove section using XMLConfig

2007-08-31 Thread Stefan Pavlik
I found the solution: XML file: DirOne DirTwo To remove the line DirTwo you need to write the XMLConfig in following way: Hope that it will help somebody... Stefan -- Stefan Pavlik | [EMAIL PROTECTED] Whitestein Technologies s.r.o. | www.whitestein.com

Re: [WiX-users] Remove section using XMLConfig

2007-08-30 Thread Stefan Pavlik
I also realized that I should use [\[].="DirTwo"[\]] (instead of [/[] ). But it was not the problem Stefan Pavlik wrote: > Hi list > > I have the same problem as Kevin Burton in thread [Remove a section > using XmlFile] several months ago. Since I am not able to solve it

Re: [WiX-users] Remove section using XMLConfig

2007-08-30 Thread Stefan Pavlik
I am using Wix 2.0.5325.0 Stefan Pavlik wrote: > Hi list > > I have the same problem as Kevin Burton in thread [Remove a section > using XmlFile] several months ago. Since I am not able to solve it > (even after reading the thread again and again) I am asking the same > questio

[WiX-users] Remove section using XMLConfig

2007-08-30 Thread Stefan Pavlik
action) is even not set (in the log file). If I use XMLConfig to add some lines the ExecXmlConfig property is filled with some data. Is it possible that the Action='delete' and On='Install' is invalid combination? Any help is appreciated. regards Stefan -- Stefan Pavlik

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-550

Re: [WiX-users] Wrap a tooltip

2007-08-13 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.white

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 &

Re: [WiX-users] HKLM - purposely persistent

2007-08-09 Thread Stefan Pavlik
t; This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > __

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

2007-07-30 Thread Stefan Pavlik
.com/wix/2006/wi"; /> > > > 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] 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 Repub

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

2007-07-30 Thread Stefan Pavlik
\APC PowerChute Personal > Edition\2.01.100\Shutdown"> > Type="binary" > > Value="#x{4E4F5445530046726F6E74506167654578706C6F72657257696E646F773430}" > xmlns="http://schemas.microsoft.com/wix/2006/wi"; /> >

Re: [WiX-users] Annoying RemoveFolders problem

2007-07-09 Thread Stefan Pavlik
h the bat file like an executable, but it doesn't work. I also > attempted to use shellexecute to run the bat file (but now my program won't > uninstall) and it isn't running the commands either. > > TIA > > -Pierson > > -Original Message- > From:

Re: [WiX-users] Annoying RemoveFolders problem

2007-07-06 Thread Stefan Pavlik
is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > > > -------- > > ___ > WiX-users mailing list > WiX-users@lists.sourceforge.ne

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

2007-06-26 Thread Stefan Pavlik
get > round 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. Aut

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

2007-06-26 Thread Stefan Pavlik
tware Solutions/ >> >> >> >> >> >> >> ----- >> This SF.net email is sponsored by DB2 Express &

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 tha

Re: [WiX-users] ForceReboot

2007-06-11 Thread Stefan Pavlik
ion that is false using a > property. In the Custom > Action you could change the property so that the condition became true if you > needed a reboot. > > Rob > > Stefan Pavlik wrote: >> Hi >> >> I am installing some drivers (intermediate filter driver).

Re: [WiX-users] ForceReboot

2007-06-11 Thread Stefan Pavlik
It is not working... I was testing immediate CA. sorry Stefan Pavlik wrote: > 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 'i

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 w

[WiX-users] ForceReboot

2007-06-10 Thread Stefan Pavlik
ction (e.g. 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

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

2007-05-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 |

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

2007-05-28 Thread Stefan Pavlik
VersionNT Hope that it will help you. 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] ServiceInstall Problem

2007-05-25 Thread Stefan Pavlik
-- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > > > ---

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

2007-05-23 Thread Stefan Pavlik
ian 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 em

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

2007-05-18 Thread Stefan Pavlik
component0. > > That means some PropertyId is taking precedence although whatever I > choose. How should I make property value whatever I choose. How > should I change the sequnce?. > > Regards > Venkatesh > > */Stefan Pavli

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

2007-05-18 Thread Stefan Pavlik
ds to be public > to be transferred into the server install sequence. > Phil Wilson > > > *From:* [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] *On Behalf Of > *Venkatesh > *Sent:* Thursday, May 17, 2007 9:2

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

2007-05-17 Thread Stefan Pavlik
am not able to get it going. I have code like this > > > > > > > > > > > When the condition is Yes, it should install Component0 and Component1 > is n't it?. Still installs Component2 also. Same thing with the No, It > installs all three co

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

2007-05-16 Thread Stefan Pavlik
t; > ___ > WiX-users mailing list > WiX-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/wix-users -- Stefan Pavlik | [EMAIL PROTECTED] Whitestein Techno

Re: [WiX-users] WiX v3.0 on Vista doesn't run some custom actions when UAC is enabled

2007-05-15 Thread Stefan Pavlik
t; ___ > 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 P

[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 Experie

Re: [WiX-users] changing setup at runtime

2007-04-20 Thread Stefan Pavlik
hich GUID is given to the > user who was logged in and who downloaded the setup. > > Thanks, > Nitin > > On 4/20/07, *Stefan Pavlik* <[EMAIL PROTECTED] > <mailto:[EMAIL PROTECTED]>> wrote: > > I am using exactly the same thing. > > I have cu

Re: [WiX-users] changing setup at runtime

2007-04-20 Thread Stefan Pavlik
o limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > > > > > ___ > WiX-users mailing list > WiX-users@lists.sourceforge.net >

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

2007-04-13 Thread Stefan Pavlik
I found it in some older thread: http://www.georgewesolowski.com/blog/PermaLink,guid,4cc5fcdf-cc68-4cf0-a083-b22a8bdc92d6.aspx Stefan Pavlik wrote: > Hi, > > > I know that it is a bit strange but I want to ask if it is possible > to call candle / light from mapped network

[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 | Slo

Re: [WiX-users] Shield Decoration on buttons

2007-04-12 Thread Stefan Pavlik
t; Value="OutOfRbDiskDlg"> > > > > > > > Rob > > > - > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and

Re: [WiX-users] Create temp custom action

2007-04-11 Thread Stefan Pavlik
d earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > > > > > ___ > WiX-users mailing list > [EMAIL PROTECTED] > http

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

2007-04-11 Thread Stefan Pavlik
ur > opinions on IT & business topics through brief surveys-and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > ___ > WiX-users mailing list > WiX-users@lists.sourceforge.net > https://lists.sourc

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

2007-04-10 Thread Stefan Pavlik
s the way the DPinst.exe works (it will create these directories in the %Windows%\system32\DRVSTORE directory ), but I think it is a bit ugly. DPinst.exe is able to install drivers from one directory so why the DIFxApp needs each driver package in its own directory? Regards Stefan -- St

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

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 2

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

2007-04-10 Thread Stefan Pavlik
y.com/default.php?page=join.php&p=sourceforge&CID=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 Panen

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

2007-04-10 Thread Stefan Pavlik
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] enter user into registry

2007-04-10 Thread Stefan Pavlik
he components I had a > Name="Path" Value="[accesspath]" Type="string" /> > > and then in one of the dialogs I had > Property="accesspath" /> > > but the key is not created? -- Stefan Pavlik | [EMAIL PROTECTED] Whitestein Technologi

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

2007-04-10 Thread Stefan Pavlik
nce to share your > opinions on IT & business topics through brief surveys-and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > ___ > WiX-users mailing list > WiX-users@lists.sourceforge

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

2007-04-03 Thread Stefan Pavlik
ness topics through brief surveys-and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > > > > > _______ > WiX-users mailing list > WiX-users@lists.sourceforge.net > https://lists.sourceforge.ne

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

2007-03-29 Thread Stefan Pavlik
opics through brief surveys-and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > > > > > _______ > WiX-users mailin

Re: [WiX-users] Registry are duplicated

2007-03-27 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 | D

Re: [WiX-users] Directories/Merge Modules

2007-03-22 Thread Stefan Pavlik
> > > > > > > > > > When installed the files go to > C:\Installer\{----}, the Windows > directory is ignored. A verbose log show the WindowsFolder.guid > property c

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

2007-03-21 Thread Stefan Pavlik
0.CRT,processorArchitecture="x86",publicKeyToken="1fc8b3b9a1e18e3b",type="win32",version="8.0.50727.762"" > kann nicht aufgelöst werden. > > Read he can not find the proper runtime files. So I'm surly su

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

2007-03-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. | www.whitestein.com Panenska 28 | 811 03 Bratislava | Slovak Republic Main +421 2 5443-5502 | Direct

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=detail&aid=1680395&group_id=105970&atid=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

[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
Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys-and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > > > > > __

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

2007-03-02 Thread Stefan Pavlik
--- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys-and earn cash > http://www.techsay.com/defa

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

2007-02-23 Thread Stefan Pavlik
3. Re-start the service at the end of the installation by running the > command >$SomePath/bin/OUKWatchdog.exe --install > > Can this be done, if so could someone provide an example and can we pass a > parameter such as --install to the running of the executable. --

Re: [WiX-users] Wix and Answer file (unattended install)

2007-02-23 Thread Stefan Pavlik
] wrote: > Yes, if neither transforms nor command line parameters work for you, I guess > a custom action that reads from an INI file for instance to set the > properties would be the way to go. > -- Stefan Pavlik | [EMAIL PROTECTED] Whitestein Technologies | www.whitestein.com Pane

Re: [WiX-users] Nested folders

2007-02-19 Thread Stefan Pavlik
s wrote: > Hi Stefan, > > I suppose that was the case with the "App\Documents" folder, but what > about the "App\Backups" ? > > It has files and is part of the feature "ProductFeature". > > > On 19/02/07, *Stefan Pavlik* <[EMAIL PROTECTED]

Re: [WiX-users] Nested folders

2007-02-19 Thread Stefan Pavlik
uture of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys-and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > > > > >

Re: [WiX-users] Bootstrapper

2007-02-14 Thread Stefan Pavlik
) button in order to start reinstallaion. Regards Stefan > > 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 &

Re: [WiX-users] Bootstrapper

2007-02-13 Thread Stefan Pavlik
f done quickly with pre-integrated technology to make your job easier. > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > > > ---

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.microsof

Re: [WiX-users] File Chooser Dialog

2007-02-13 Thread Stefan Pavlik
dat=121642 > ___ > 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] Extra localization files

2007-02-08 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 | www.whitestein.com Panenska 28 | SK-81103 Bratislava | Slovak Republic Tel +421(2)5930-0735 | Fa

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

2007-01-04 Thread Stefan Pavlik
aracter but...mailto:[EMAIL PROTECTED] On Behalf Of Stuart > -- 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

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

2007-01-04 Thread Stefan Pavlik
Hi List (and specialy Rob Mensching) Recently I found that I am (almost) not able to read the emails from Rob Mensching. I thought that my email client (Thunderbird) is not able to parse the syntax. But Looking to the online forum http://sourceforge.net/mailarchive/forum.php?thread_id=31350302&for

Re: [WiX-users] Upgrade doesn't install one component

2007-01-04 Thread Stefan Pavlik
uence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys - and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > &g

Re: [WiX-users] Custom Action DLL

2007-01-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 | www

  1   2   >