Re: [WiX-users] Client update from 3.5 MSI to 3.6

2012-11-28 Thread Stelios Kyprou
at 9:32 AM, Stelios Kyprou wrote: > Hello all, > Quick question: If we have a product installed for a client, using the > pre-burn (WiX 3.5) installer, and we give the client a newer product > version installer, but built with 3.6, using Burn, > a) Will the product upgrade as expec

[WiX-users] Client update from 3.5 MSI to 3.6

2012-11-27 Thread Stelios Kyprou
Hello all, Quick question: If we have a product installed for a client, using the pre-burn (WiX 3.5) installer, and we give the client a newer product version installer, but built with 3.6, using Burn, a) Will the product upgrade as expected? b) If (a) is "Yes, it will upgrade", then what if we ch

[WiX-users] Install location of installed package

2012-11-22 Thread Stelios Kyprou
Is there a way to detect the install location of an already installed package via the bootstrapper application in c#? Maybe during the "Detect..." events? Also, on a more general note, is there a place where I can see what each of the eventArgs enums mean and do? Some have comments, like Related

Re: [WiX-users] Editing files from the Bootstrapper Application

2012-11-21 Thread Stelios Kyprou
p. What is it about it that make having two MSIs worthwhile? Did you not want to have two Features in a single MSI? -----Original Message- From: Stelios Kyprou [mailto:stelios.kyp...@fcg.im] Sent: 21 November 2012 12:34 To: General discussion for Windows Installer XML toolset. Subj

[WiX-users] Editing files from the Bootstrapper Application

2012-11-21 Thread Stelios Kyprou
Hi there, I'm having a Bootsrtapper application, where I have 2 msi's chained. A and B Msi A represents a codebase, that enables functionality based on a configuration file. Msi B depends on A. In the UI, I am planning to have a screen, where you can select what functionality you want from the pr

Re: [WiX-users] Adding the Secure attribute in a Property fails to build merge module in 3.6

2012-10-04 Thread Stelios Kyprou
:40, Stelios Kyprou wrote: > Strange right? Indeed. Please file a bug. -- sig://boB http://joyofsetup.com/ -- Don't let slow site performance ruin your business. Deploy New Relic APM Deploy New Relic app per

Re: [WiX-users] WixLibs do not seem to work after 3.6 upgrade.

2012-10-04 Thread Stelios Kyprou
https://sourceforge.net/p/wix/bugs/3105/ -Original Message- From: Bob Arnson [mailto:b...@joyofsetup.com] Sent: 03 October 2012 04:18 To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] WixLibs do not seem to work after 3.6 upgrade. On 02-Oct-12 11:51, Hoover, Jacob wrote: > Well

Re: [WiX-users] Adding the Secure attribute in a Property fails to build merge module in 3.6

2012-10-03 Thread Stelios Kyprou
ginal Message- From: Bob Arnson [mailto:b...@joyofsetup.com] Sent: 03 October 2012 04:18 To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Adding the Secure attribute in a Property fails to build merge module in 3.6 On 02-Oct-12 11:23, Stelios Kyprou wrote: > After upgrading from 3

Re: [WiX-users] WixLibs do not seem to work after 3.6 upgrade.

2012-10-02 Thread Stelios Kyprou
bs do not seem to work after 3.6 upgrade. I'd log it for 3.7. The odds of anything changing in 3.6 are very low, unless it's critical. The odds of a 3.5 fix are near nil. -Original Message- From: Stelios Kyprou [mailto:stelios.kyp...@fcg.im] Sent: Tuesday, October 02, 2

[WiX-users] Adding the Secure attribute in a Property fails to build merge module in 3.6

2012-10-02 Thread Stelios Kyprou
After upgrading from 3.5 to 3.6, when building a merge module I get the following error: error LGHT0136: There was an error importing table 'Property' from file 'C:\\Local\Temp\lpikpxrr\Property.idt' The file looks like this: PropertyValue s72 l0 PropertyProperty ALLU

Re: [WiX-users] WixLibs do not seem to work after 3.6 upgrade.

2012-10-02 Thread Stelios Kyprou
users] WixLibs do not seem to work after 3.6 upgrade. On 01-Oct-12 12:12, Stelios Kyprou wrote: > In 3.6 by having this as follows worked: > xmlns="http://schemas.microsoft.com/wix/2006/wi";> > I'm surprised that worked in either version: The schema definitely implies

Re: [WiX-users] WixLibs do not seem to work after 3.6 upgrade.

2012-10-01 Thread Stelios Kyprou
First paragraph I meant to say 3.5 -Original Message- From: Stelios Kyprou [mailto:stelios.kyp...@fcg.im] Sent: 01 October 2012 17:12 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] WixLibs do not seem to work after 3.6 upgrade. Ok I found the

Re: [WiX-users] WixLibs do not seem to work after 3.6 upgrade.

2012-10-01 Thread Stelios Kyprou
n I can't see why there would be any. -Original Message- From: Stelios Kyprou [mailto:stelios.kyp...@fcg.im] Sent: 01 October 2012 16:34 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] WixLibs do not seem to work after 3.6 upgrade. I don't thin

Re: [WiX-users] WixLibs do not seem to work after 3.6 upgrade.

2012-10-01 Thread Stelios Kyprou
fter 3.6 upgrade. Is the wixlib xml valid ? There might be a malformed element somewhere inside. -Original Message- From: Stelios Kyprou [mailto:stelios.kyp...@fcg.im] Sent: 01 October 2012 15:47 To: General discussion for Windows Installer XML toolset. Subject: [WiX-users] WixLibs do not s

[WiX-users] WixLibs do not seem to work after 3.6 upgrade.

2012-10-01 Thread Stelios Kyprou
Hello, We upgraded from WiX3.5.2519 to 3.6.3303.1, and it seems like wixlibs are not working as expected anymore in our projects. The library project builds, but when a merge module attempts to build(which has the wixlib project as a reference), I get the following error: "The end element matchin

Re: [WiX-users] Removing through the UI mode does not promptfor privileges

2011-12-23 Thread Stelios Kyprou
That didn't seem to work either ... -Original Message- From: Stelios Kyprou [mailto:stelios.kyp...@fcg.im] Sent: 23 December 2011 11:04 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Removing through the UI mode does not promptfor privileges

Re: [WiX-users] Removing through the UI mode does not promptfor privileges

2011-12-23 Thread Stelios Kyprou
[WiX-users] Removing through the UI mode does not promptfor privileges Feature conditions are always a pain to work out. Could you move the condition onto the component(s)? -Original Message----- From: Stelios Kyprou [mailto:stelios.kyp...@fcg.im] Sent: 23 December 2011 09:47 To: General disc

Re: [WiX-users] Removing through the UI mode does not prompt for privileges

2011-12-23 Thread Stelios Kyprou
for. Sameer On Thu, Dec 22, 2011 at 5:23 AM, Stelios Kyprou wrote: > Ok it seems that Remove=ALL was not set for the following reason: > One of the features had a conditional installation, as following: > > Level="0"> > > > > &g

Re: [WiX-users] Removing through the UI mode does not prompt for privileges

2011-12-22 Thread Stelios Kyprou
the REMOVE to all somehow. Try looking in the wix standard or mondo UI to see how that does it. If your CA needs to be dependent on the MSI being uninstalled it needs to be scheduled appropriately, i.e. after the REMOVE has been set correctly. Dave -Original Message- From: Stelios Kyprou

Re: [WiX-users] Removing through the UI mode does not prompt forprivileges

2011-12-21 Thread Stelios Kyprou
By the way my CA is scheduled AFTER InstallInitialize -Original Message- From: Stelios Kyprou [mailto:stelios.kyp...@fcg.im] Sent: 21 December 2011 15:42 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Removing through the UI mode does not prompt

Re: [WiX-users] Removing through the UI mode does not prompt forprivileges

2011-12-21 Thread Stelios Kyprou
then you can figure out how to achieve it in WiX. On Dec 21, 2011 11:55 AM, "Stelios Kyprou" wrote: > I don't think that is the problem...I need to provide same > functionality when uninstalling from Programs and Features for when I > uninstall through the MSI. > I found

Re: [WiX-users] Removing through the UI mode does not prompt for privileges

2011-12-21 Thread Stelios Kyprou
e it in the setup UI. Warm Regards, Karthick.R -Original Message- From: Stelios Kyprou [mailto:stelios.kyp...@fcg.im] Sent: Wednesday, December 21, 2011 5:04 AM To: General discussion for Windows Installer XML toolset. Subject: [WiX-users] Removing through the UI mode does not prompt for privilege

[WiX-users] Removing through the UI mode does not prompt for privileges

2011-12-21 Thread Stelios Kyprou
Any ideas anyone? -Original Message- From: Stelios Kyprou [mailto:stelios.kyp...@fcg.im] Sent: 15 December 2011 10:55 To: General discussion for Windows Installer XML toolset. Subject: [WiX-users] Removing through the UI mode does not prompt for privileges Hello all, I have an installer

[WiX-users] Removing through the UI mode does not prompt for privileges

2011-12-15 Thread Stelios Kyprou
Hello all, I have an installer built on wix 3.5.2519. It installs per machine and using WixUI_InstallDir ui. -When installing the product, it prompts the user for elevated privileges before installing. -When uninstalling via "Programs and Features", it prompts the same user for elevated privileg

[WiX-users] Can i do minor updates while having Product ID="*"?

2011-07-29 Thread Stelios Kyprou
After reading the following thread: http://stackoverflow.com/questions/114165/how-to-implement-wix-installer-upgrade (last comment on Rob Mensching's reply) I got the impression that in wix 3.6 you will be able to do Minor upgrades using burn, even if you have your Product Id set to "*" Is this

Re: [WiX-users] XmlConfig in multiple MergeModules

2011-06-15 Thread Stelios Kyprou
Figured this out. It was as simple as reducing the length an XmlConfig "Id" ('ConnectorServiceRelativePathDefinition') which was too long to handle > -Original Message- > From: Stelios Kyprou [mailto:stelios.kyp...@formicary.net] > Sent: 15 June 2011 12:35

[WiX-users] XmlConfig in multiple MergeModules

2011-06-15 Thread Stelios Kyprou
Hello, I was wondering if it is possible to use XmlConfig in multiple merge modules, that will later be used in a single installer. For example, I have MergeModule1, which has: MergeModule2 has the following Component: This doesn't seem to

Re: [WiX-users] (no subject)

2011-04-07 Thread Stelios Kyprou
eral discussion for Windows Installer XML toolset. > Subject: Re: [WiX-users] (no subject) > > Try Impersonate="no". With that attribute set to yes, that CA tries to > impersonate the user who ran the msi, because the deferred CA is already > running as admin. > > On

[WiX-users] (no subject)

2011-04-07 Thread Stelios Kyprou
Hello everyone, I am trying to deploy a SharePoint WebPart from my installer, and the way I found to do that in WiX is to create a deferred custom action, which: 1) Will fire up "cmd.exe" 2) Run a .bat file which: i) Run "stsadm.exe" (located under "C:\Program Files\Common Files\Microsof

Re: [WiX-users] Merge Module not identifying my fragment files

2011-03-30 Thread Stelios Kyprou
the ** Integrated > Environmental Solutions Limited. Registered in Scotland No. > SC151456 > Registered Office - Helix Building, West Of Scotland Science Park, Glasgow > G20 0SP Email Disclaimer > > -Original Message- > From: Stelios Kyprou [mailto:stelios.kyp...@formicary.net

[WiX-users] Merge Module not identifying my fragment files

2011-03-30 Thread Stelios Kyprou
Hello there! I'm trying to create a simple merge module, where I define my components in a separate .wxs file as a fragment. My directory structure is as follows: My .wxs () file has a bunch of compo

[WiX-users] Merge Modules and Custom actions design

2011-03-17 Thread Stelios Kyprou
Hello, I'm new to Merge Modules, and I was trying to figure out what is the best way to create ones. Let's say I have 2 merge modules. Module A needs a database, and Module B needs to make a URL reservation. My concerns are: 1) The custom actions for doing what the Modules need (db and url creat

[WiX-users] Configuration editors

2010-11-23 Thread Stelios Kyprou
Hello Everyone! A general question that might be a bit irrelevant with this mailing list: I previously tried configuring my whole application through WiX previously, but eventually I realised that This way was not maintainable, since I had lots and lots of custom action, and custom screen etc et

[WiX-users] Heat harvesting

2010-11-19 Thread Stelios Kyprou
Hello all, This must have been asked S many times, but anyway here I go... WHY doesn't Heat harvest assemblies used by referenced projects within Visual Studio? Are there valid reasons? I tried finding some on the web with no success. I am using 3.5.2312.0 Thanks in advance, Shtel ---

[WiX-users] Wix 3.5 RC Votive

2010-11-19 Thread Stelios Kyprou
Hello there! Does Votive in wix 3.5 rc support auto harvesting binaries now from referenced projects? If yes, do I have to define it somewhere apart from setting "Harvest" to true and Project Output Groups to e.g. All? T

Re: [WiX-users] [Wix-users] Having an executable in the installation directory for editing configuration files

2010-08-03 Thread Stelios Kyprou
ur application's code for what/how much it logs, > and the source is always present while installed and not present when not > installed. > > Wix ships with support for things like event log sources, there is no need > to add that to your configuration tool. > > -O

Re: [WiX-users] [Wix-users] Having an executable in the installation directory for editing configuration files

2010-08-03 Thread Stelios Kyprou
to configure, on > first installation? Then you don't: > 1. complicate your installation with rerunning it for configuration, and > 2. duplicate code. > > -Original Message- > From: Stelios Kyprou [mailto:stelios.kyp...@formicary.net] > Sent: Monday, July 26

[WiX-users] Making wixlibs for Dialogs

2010-08-03 Thread Stelios Kyprou
Hello everyone! I have a question abour wixlibs in general. If i would like to make a library with all my custom dialogs, so that i can use them in multiple projects and multiple people, what is the best way/design of doing this? Up to now, i had the custom dialogs in each project, but it's not "

[WiX-users] Progress Text update

2010-07-29 Thread Stelios Kyprou
bove enough? I can't see the messages, maybe it's too fast to be able to realise that it's showing the message. Regards, Stelios -- Stelios Kyprou Systems Engineer Formicary - delivering quality financial technol

Re: [WiX-users] Using Integrated security for connectionstring in CustomAction

2010-07-29 Thread Stelios Kyprou
hat someone else built and that have been > production-tested release-after-release. Read this: > http://code.dblock.org/ShowPost.aspx?id=100. > > Hope it helps, > -dB. > > dB. @ dblock.org > Moscow|Geneva|Seattle|New York > > > > -Original Message- &

[WiX-users] [Wix-users] Having an executable in the installation directory for editing configuration files

2010-07-26 Thread Stelios Kyprou
Hello everyone, I would like to ask your opinions on one topic. I have a c# application, which uses configuration files to set some values needed to run the application. These values are set by the installer through the dialogs, and all values are validated via custom actions (in wix 3.5) But in

Re: [WiX-users] Unable to uninstall

2010-07-23 Thread Stelios Kyprou
gt; Ryszard >> >> >> Ryszard Boryna, Solutions Architect >> Tel: 0141 280 0050 >> >> NVable is a limited company registered in Scotland. Registered number: >> SC287922. >> Suite 6/5, Skypark SP1, 8 Elliot Pl, Glasgow, G3 8EP >> >> -Origin

Re: [WiX-users] Unable to uninstall

2010-07-23 Thread Stelios Kyprou
> > > Ryszard > > > Ryszard Boryna, Solutions Architect > Tel: 0141 280 0050 > > NVable is a limited company registered in Scotland. Registered number: > SC287922. > Suite 6/5, Skypark SP1, 8 Elliot Pl, Glasgow, G3 8EP > > -Original Message- > > Fr

[WiX-users] Unable to uninstall

2010-07-23 Thread Stelios Kyprou
panel) Any ideas what i can do now? Regards, Stelios -- Stelios Kyprou Systems Engineer Formicary - delivering quality financial technology solutions(TM) www.formicary.net This message is confidential and may be

Re: [WiX-users] WiX 3.5 C# Custom Action Project

2010-07-21 Thread Stelios Kyprou
> > > Then,it throws the following error: > > SFXCA: Extracting custom action to temporary directory: > C:\WINDOWS\Installer\MSI15.tmp-\ SFXCA: Failed to get requested CLR info. > Error code 0x80131700 SFXCA: Ensure that the proper

Re: [WiX-users] [Wix-users] Installing a windows service based on user give account

2010-07-21 Thread Stelios Kyprou
, which i didn't like as a solution, don't ask me why :P I don't know either :) John Bergman wrote: > Can I ask why you are using SERVICEACCOUNTFULLNAME as a parameter, rather > than doing something like this? > > Value='[WINDOWSDOMAIN]\[WINDOWSUSERNAME]

[WiX-users] Logging in deferred CA

2010-07-20 Thread Stelios Kyprou
Hello! I was wondering, how can i log stuff within a deferred custom action, since i can't use session.Log? Regards, Stelios -- Stelios Kyprou Systems Engineer Formicary - delivering quality financial technology solutions(TM) www.formicar

Re: [WiX-users] [Wix-users] Installing a windows service based on user give account

2010-07-20 Thread Stelios Kyprou
Arnson wrote: > On 7/19/2010 12:04 PM, Stelios Kyprou wrote: > >> I know that i can make that happen if i don't provide Account and >> Password in the ServiceInstall tag, but then again it depends on what >> the user chooses to >> run the service as in a dial

[WiX-users] [Wix-users] Installing a windows service based on user give account

2010-07-19 Thread Stelios Kyprou
(as NT AUTHORITY/SYSTEM) instead of the "Local System account" radio box. I know that i can make that happen if i don't provide Account and Password in the ServiceInstall tag, but then again it depends on what the user chooses to run the service as in a dialog. What are my opti

Re: [WiX-users] Including referenced assemblies with a Project Output Group

2010-07-16 Thread Stelios Kyprou
; This SF.net email is sponsored by Sprint > What will you do first with EVO, the first 4G phone? > Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first > ___ > WiX-users mailing list > WiX-users@lists.sourceforge.net > https://lists.

Re: [WiX-users] Using Integrated security for connectionstring in CustomAction

2010-07-15 Thread Stelios Kyprou
any program? > > On Wed, Jul 14, 2010 at 2:24 PM, Stelios Kyprou < > stelios.kyp...@formicary.net> wrote: > > >> That would not help in my case though, since i am aiming to validate any >> user defined values entered in the UI sequence. >> So in the case

Re: [WiX-users] Using Integrated security for connectionstring in CustomAction

2010-07-14 Thread Stelios Kyprou
is set to some in-script type > ("deferred", "rollback", or "commit"), which cannot be run from the UI since > they must be between InstallInitialize and InstallFinalize in the > InstallExecuteSequence table. > > -Original Message- > From: Stel

[WiX-users] Using Integrated security for connectionstring in CustomAction

2010-07-14 Thread Stelios Kyprou
account to connect(which i think is the account the installer is running as)? or will it use the account of the user that is logged in the machine(which will fail to connect)? In the latter case, any ideas on how to make it run as local system? Thanks in advance, Stelios -- Stelios Kyprou Syst

[WiX-users] General global Property question

2010-07-14 Thread Stelios Kyprou
anks in advance, Stelios -- Stelios Kyprou Systems Engineer Formicary - delivering quality financial technology solutions(TM) www.formicary.net This message is confidential and may be privileged. It is intended solel

[WiX-users] WiXUI_InstallDir skipping dialogs!

2010-07-09 Thread Stelios Kyprou
he "Next" Control in my WinNTCredDlg is as follows: 1 1 Any ideas? Is there a limit on how many dialogs you can use in the default WixUI_InstallDir? Thanks in advance, Stelios -- St

Re: [WiX-users] Editing config files after installation

2010-07-08 Thread Stelios Kyprou
0) 141 945 8501 > > http://www.iesve.com > **Design, Simulate + Innovate with the ** > Integrated Environmental Solutions Limited. Registered in Scotland No. > SC151456 > Registered Office - Helix Building, West Of Scotland Science Park, > Glasgow G20 0SP > Email Disclaim

Re: [WiX-users] Changing a Global property in a custom action is not immediately affecting the installer

2010-07-08 Thread Stelios Kyprou
t; > Y="243"> > Validate > > > >Value="ConfirmationCustomAction">1 > 1 >Value="InvalidConfigDlg"> > > > -Original Message- >

[WiX-users] Changing a Global property in a custom action is not immediately affecting the installer

2010-07-08 Thread Stelios Kyprou
s, when the CA ends and is successfull, the Next button should get enabled. Thanks in advance, Stelios -- Stelios Kyprou Systems Engineer Formicary - delivering quality financial technology solutions(TM) www.formicary.net -

Re: [WiX-users] Editing config files after installation

2010-07-07 Thread Stelios Kyprou
ered in Scotland No. > SC151456 > Registered Office - Helix Building, West Of Scotland Science Park, > Glasgow G20 0SP > Email Disclaimer > > -Original Message- > From: Stelios Kyprou [mailto:stelios.kyp...@formicary.net] > Sent: 07 July 2010 11:34 > To: General d

Re: [WiX-users] Editing config files after installation

2010-07-07 Thread Stelios Kyprou
> http://www.iesve.com **Design, Simulate + Innovate with the > Environment>** >> Integrated Environmental Solutions Limited. Registered in Scotland No. >> SC151456 Registered Office - Helix Building, West Of Scotland Science >> Park, >> Glasgow G20 0SP >> Email D

[WiX-users] Editing config files after installation

2010-07-07 Thread Stelios Kyprou
ilt in wix methods to grab foo.config? -should i use the "util:XmlFile" tag for the editing? -what are the general steps for doing this process? e.g put all the steps in a custom action and call it after InstallFinalize? Thanks in advance, Stelios -- Stelios Kyprou Systems Engineer Fo

Re: [WiX-users] Upgrade msi with removed components

2010-07-02 Thread Stelios Kyprou
esve.com > **Design, Simulate + Innovate with the ** > Integrated Environmental Solutions Limited. Registered in Scotland No. > SC151456 > Registered Office - Helix Building, West Of Scotland Science Park, > Glasgow G20 0SP > Email Disclaimer > > -Original Message

Re: [WiX-users] Upgrade msi with removed components

2010-07-02 Thread Stelios Kyprou
ted Environmental Solutions Limited. Registered in Scotland No. > SC151456 > Registered Office - Helix Building, West Of Scotland Science Park, > Glasgow G20 0SP > Email Disclaimer > > -Original Message- > From: Stelios Kyprou [mailto:stelios.kyp...@formicary.net] &g

[WiX-users] Upgrade msi with removed components

2010-07-01 Thread Stelios Kyprou
.net/sfu/sprint-com-first > ___ > WiX-users mailing list > WiX-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/wix-users > -- Stelios Kyprou Systems Engineer Formicary - delivering quality financial techno

Re: [WiX-users] VS2010 automated build

2010-07-01 Thread Stelios Kyprou
spx >> >> http://www.wintellect.com/CS/blogs/jrobbins/archive/2010/05/11/paraffin-3-12-a-bug-fix-and-three-new-features.aspx >> >> The latest version: >> http://www.wintellect.com/CS/files/folders/8198/download.aspx >> >> Hope you find it useful. >>

[WiX-users] VS2010 automated build

2010-06-30 Thread Stelios Kyprou
roj) in wix 3.5 stable release? I'm using latest build of wix 3.5 and vs2010 Regards, Stelios -- Stelios Kyprou Systems Engineer Formicary - delivering quality financial technology solutions(TM) www.formicary.net

Re: [WiX-users] sfxca.dll 32 and 64 bit version in visual studio 2010 (wix 3.5)

2010-06-30 Thread Stelios Kyprou
> the build logs to see whether it is getting sfxca.dll from Program Files > (x86)\Windows Installer XML v3.5\SDK\x64 ? > > The relevant logic is on line 87 of wix.ca.targets: > > > > > -Jason- > > -Original Message- > From: Stelios Kypro

[WiX-users] sfxca.dll 32 and 64 bit version in visual studio 2010 (wix 3.5)

2010-06-29 Thread Stelios Kyprou
lly, in the .wixproj, Product/Platform is set to x64 (for a 64 bit installer). Any suggestions would be appreciated! Regards, Stelios -- Stelios Kyprou Systems Engineer Formicary - delivering quality financial technology solutions(