Hi
One of my friend (in cc) is having an issue while transforming the XSLT to a
WXS file.
XSLT transformation
http://www.w3.org/1999/XSL/Transform";
xmlns:msxsl="urn:schemas-microsoft-com:xslt"
xmlns="http://schemas.microsoft.com/wix/2006/wi";
xmlns:wix=
This is not working on Windows server 2008, while un-installtion.
On 11-03-2010 22:42, puyo puy wrote:
> Start='install' Stop='both' Remove='uninstall' />
>
> mean: start the service on install, remove the service when the product is
> uninstalled, and stop the service both on install and uninst
mean: start the service on install, remove the service when the product is
uninstalled, and stop the service both on install and uninstall.
Refer to ServiceControl Element in Wix help file for more details.
--- On Fri, 12/3/10, Sanjay Rao wrote:
From: Sanjay Rao
Subject: [WiX-users] How to
Hi,
I have written a msi installer, which installs three services. It work
fine, but it does not stops/removes these services when I uninstall this
installer from windows server 2008.
Is anybody have any idea ?
Is there any way using WIX, to know that a particular service is running
or not. In
Hi
I have an installer that GACs a number of assemblies. Once this is done, I
need to run a C# custom action (currently, this is an EXE). The problem is
that this CA depends on one of the assemblies that was installed to the GAC
earlier. The custom action modifies a file on disk. I know having man
Bob Arnson-6 wrote:
>
>
>
> They're characters. Use Character Map to copy the character into your
> .wxs/.wxl file.
>
> --
> sig://boB
> http://joyofsetup.com/
>
>
Hi Bob,
Sorry - i don't mean to be obtuse, but i searched around for 'character
map' and 'wix' and nothing jumps out at me
On 3/11/2010 3:10 PM, Anurag Pahwa wrote:
> We've already upgraded the installer sources and built the MSI (using WIX
> 3.0) and wanted to know if we can release a patch (MSP) that targets the MSI
> (built using WIX 2.0). I know we can decide whether to ship it as a patch or
> minor upgrade or a
On 3/11/2010 7:04 PM, puyo puy wrote:
> Thanks Bob but all individual team have to prepare their
> installer(s), I just need to consolidates all the installers and create a big
> MSI.
That's also possible with fragments and ComponentGroupRef.
--
sig://boB
http://joyofsetup.com/
--
On 3/11/2010 6:02 PM, Paul Baker wrote:
> We give the user a choice of install location for our 64-bit
> components, which defaults to "Program Files\Product Name". Should we
> create a parallel "Program Files (x86)\Product Name" folder for the
> 32-bit components? If so, what should happen if the
On 3/11/2010 9:39 AM, Tabmow wrote:
> I searched around and didn't find this anywhere, so here goes: I have
> a dialog panel where i want to puttm with the "tm" portion as
> a superscript, ie. raised 1/2 way above.Is this possible?
> I see discussion on how to use CodePage and create spe
Thanks Bob but all individual team have to prepare their
installer(s), I just need to consolidates all the installers and create a big
MSI. Originally we want to create a big MSI and
calling different MSI but window installer not allow us to do it. That is why
I’m thinking of using merge
mo
> ALLUSERS="2" is a valid setting.
Yes, ALLUSERS=2 is valid in general, but I'm interested to know why my
installer was perfectly happy with it - even when the source file
contained:
ALLUSERS=1
> As Thorsten said on his reply, don't worry too much about locking that
> type of thing down.
Thanks
> just put 32-bit components in the 32-bit file system.
Fortunately in this case that is an option. Are there any
recommendations on exactly where these components should go?
We give the user a choice of install location for our 64-bit
components, which defaults to "Program Files\Product Name". S
Oh, thanks!
I was not know about "uppercase=public" rule for msi properties.
I have changed properties' names, used in custom action to uppercase and it
works right.
--
Download Intel® Parallel Studio Eval
Try the new sof
Add the ComboList="yes" attribute to the control. Also, you may want to add
Sorted="yes". Hope that helps.
--
View this message in context:
http://n2.nabble.com/Combobox-Display-Question-Problem-tp4677659p4719093.html
Sent from the wix-users mailing list archive at Nabble.com.
---
Are your properties public, meaning are their Ids uppercase? If they're not,
they won't pass from the UI to the Execute phase.
example:
And do you see the property being set in the install log? Like...
MSI (c) (98:F0) [12:04:32:046]: PROPERTY CHANGE: Adding CHECKBOX_PROPERTY
property. Its va
I have the following in my .wxs file now,
This will put the etAppStart.exe under "APPLICATIONDIR", since
APPLICATIONDIR is a predefined variable however, let's say, I need my
user to enter a value for SERVER_DIR , and
Have you tried using the fully qualified name for the NetworkService user?
Such as "NT AUTHORITY\NetworkService"?
--
View this message in context:
http://n2.nabble.com/install-service-tp4716985p4718779.html
Sent from the wix-users mailing list archive at Nabble.com.
Hi!
First, sorry for my bad english (may be..).
I have custom dialog with checkboxes, binded to properties and some actions
attached to controls in this dialog. This works well. But then I need to use
values of this properties in custom action, executed in
InstallExecuteSequence and.. this proper
All,
http://www.wixwiki.com/index.php?title=SqlExtension states:
There is a serious bug with how the SqlExtension handles the SqlDatabase
Element when creating a database. If a database with the same name already
exists it will always be dropped. At this time it is not recommended to use the
S
We've already upgraded the installer sources and built the MSI (using WIX 3.0)
and wanted to know if we can release a patch (MSP) that targets the MSI (built
using WIX 2.0). I know we can decide whether to ship it as a patch or minor
upgrade or a major upgrade but to decide we wanted to know whe
Your question doesn't make sense. WiX 2.0 and WiX 3.0 are releases of
the WiX toolset which you use to build MSIs (product installers) - WiX
is not a product installer. To move from one to the other you just
upgrade the WiX toolset on your build machine, following the
instructions with the new rele
I figured it out. Deep down in the comments on one of Peter Marcu's Blog posts
about patching:
"The PatchFamily filters on components and the fragments they are contained
within. E.g. if you reference a component that [is] contained within a fragment
with 10 other components. The patch will co
If you don't specify a user it gets installed as the SYSTEM user, and in this
case it should work.
If you need to specify a different user then things get diffcult. I looked at
this a few years ago
on XP (at the time Vista wasn't out yet, so who knows what happens there) and
if I remember
co
Hi,
I am attempting to install a windows service with wix but keep getting the
following error:
Service 'MyService' (MyService) could not be installed. Verify that you have
sufficient privileges to install system services.
I have attempted as normal user, full admin user, but still ge
Hi all,
I searched around and didn't find this anywhere, so here goes: I have
a dialog panel where i want to put tm with the "tm" portion as
a superscript, ie. raised 1/2 way above .Is this possible?
I see discussion on how to use CodePage and create special chars like the
copyright (
Hi Guys,
Our product installer currently is WIX 2.0 and we are thinking of moving to Wix
3.0. Is it possible to do that in a patch or we have to do in a minor upgrade
as there must be huge changes between wix 2.0 and wix 3.0.
Thanks
Anurag
--
Not using the standard Windows Installer UI. ScrollableText controls
don't have that sort of functionality.
You'd need to write your own UI replacement to achieve that.
Palbinder Sandher
Software Deployment & IT Administrator
T: +44 (0) 141 945 8500
F: +44 (0) 141 945 8501
http://www.iesve.co
28 matches
Mail list logo