There's a manual which is a large. And I want to be able to use it from
MBA and also install it with an MSI package. Ideally without waisting
disk/download capacity on a file dublicate.
Currently the MsiPackage and the BootstrapperApplicationRef elements
define the same Payload, with just a dif
Is it possible to access the InstallCondition attribute from a MBA, when
the launch action is modify?
When the launch action is modify, the default request state is set
according to the install state of the product, not the InstallCondition.
(See: http://wixtoolset.org/issues/3978/)
I tried t
bers
> (that makes them strings) and put a "v" in front. So the following should
> evaluate to true: "v4.0.0.0 < v14.0.0.0"
>
>
>
>
> On Fri, Jun 21, 2013 at 12:21 AM, Michael Stoll wrote:
>
>> Here're the SQL CE 3.5 and 4.0 packages.
>
085&clcid=0x407";
Permanent="yes" />
http://go.microsoft.com/fwlink/?LinkID=166086&clcid=0x407";
Permanent="yes"
InstallCondition="VersionNT64" />
Am 17.06.2013 16:53, schrieb Michael Stoll:
> I&
If you get it working well, it'd be great if you could help us expand the
provided packages and we can get that code in to maybe the SqlExtension.
On Mon, Jun 17, 2013 at 6:47 AM, Michael Stoll wrote:
I might have been unclear, sorry.
I don't want to create the msi package, I just
6.06.2013 21:19, schrieb Dan Blanchard:
> It's pretty easy to distribute SQL ce DLLS, you can just deploy the files.
> Here is a blog that describes this.
>
> http://erikej.blogspot.com/2011/02/using-sql-server-compact-40-with.html
>
> I made my own merge module
>
I'm authoring a burn package for SQL CE 4.0.
Are there any preexistend SQL CE packages?
The package should use msi files that are downloaded automatically. But
the only msi files for download, that i could find where the SP1 CTP
version.
Is there a msi package out there with a permanent downloa
Hi,
I need a custom action that adds a security group to the system. AFAIK
wix does not support that.
As that is a general purpose ca, I'm thinking of contributing it to the
wix source directly, instead of creating a private ca project.
Would such a contribution be welcome?
My appoach would be
The WiX bootstrapper uses the "http://appsyndication.org/2006/appsyn";
scheme in it's update rss feed. I could not find any further information
about that scheme.
What's the meaning of the application guid specified by the scheme? It
does not seem to be a product id and it's ignored by the boots
Hi,
is it possible to enable/create a ICMP Firewall exception using
WixFirewallExtension? Or any other build in Wix solution?
AFAIK the FirewallException element does only suppport udp and tcp as
protocol.
Regards Michael
---
oft\WwanSvc\Profiles". Not sure why, though.
Regards Michael
Am 08.11.2011 12:06, schrieb Michael Stoll:
> Just tried uninstalling from control panel, without bootstrapper. Same
> problem.
>
> Here's the complete log:
>
> Error 1402. Could not open key:
> HKE
ram Debug Databases. Then the Debug dbs will be kind of addition to the
> Binaries.
>
> Any other way except from defining the Debug dbs as Subfeature of the
> Binaries like
>
>
>
>
>
>
> greetings Steffen
>
> 2011/11/8 Michael Stoll
>
pport personnel.
=== Logging stopped: 08.11.2011 12:00:49 ===
1: 1101 2: C:\Config.Msi\2fcfc1.rbs 3: 3
1: 1712
Regards Michael
Am 08.11.2011 09:10, schrieb Michael Stoll:
> Hi,
>
> I've noticed a strange behavior using burn. And I have no idea, how to
> analyse it. Here's wh
AFAIK the DependencyExtension is about dependencies between installer
packages.
I'm solving component dependencies with groups. Like this:
...
...
So I'm only referencing groups in the feature and thus can add any
dependency like any other component to that group.
Regards Michael
Hi,
I've noticed a strange behavior using burn. And I have no idea, how to
analyse it. Here's what happend:
Wix-Version: 3.6.2221
Test-Environment: Windows 7 Professional x64 running inside of
VirtualBox 4.1.4 with Additions.
Installation-Package: Burn with 2 msi-packages (created with wix) and
sorry. The only thing that springs
>> to mind is if Burn
>> itself was elevated.
>>
>> Rob
>>
>> On 05/07/2011 14:54, Michael Stoll wrote:
>>> I tried starting the application in the close command of the mba. But
>>> then the user is prompted t
t; prompt.
>
> Rob
>
> On 05/07/2011 11:30, Michael Stoll wrote:
>> Hi,
>>
>> I want to start an application after burn has finished setup. This
>> appliation needs administrator privileges. Is it possible start the
>> application without promptin
Hi,
I want to start an application after burn has finished setup. This
appliation needs administrator privileges. Is it possible start the
application without prompting for elevation (using the same elevation
mechanism as the setup)?
Michael
--
You can access the x64 registry from within a x86 process. See
http://msdn.microsoft.com/en-us/library/ms724878%28v=vs.85%29.aspx. The
RegistrySearch element supports switching between x86 and x64 registry
by using Win64 attribute.
Michael
Am 29.06.2011 09:55, schrieb Kryschan:
> Kryschan wro
Hi,
this message is displayed if you try to install a MSI with the same
UpgradeCode and Version but a different ProductCode. So if you want to
see the Repair/Uninstall mode you have to use a msi with the same
ProductCode or maybe event the same msi, which has been used to install
the product.
gt; **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-
> From: Mic
gt; 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 Disclaimer
>
> -Original Me
Hi,
is there a wix extension which is capable of creating a user with
specific privileges? I need a non admin user with SeCreateSymbolicLink
privilege.
Michael
--
EditLive Enterprise is the world's most technically ad
Am 17.06.2011 11:49, schrieb Roy Clemmons:
> The script fails to run even when it does nothing:
>
> Sub myFunction()
> End Sub
>
> However, when I embed the vbscript into a custom action, it works:
>
>
>
>
>
> It's only when I t
AFAIK the msi engine does use a special host. So a vbs which runs with
wscript may be invalid with the msi scripting host.
I once created a vbs custom action. If I remeber correctly the msi host
does not support msgbox function.
Michael
Am 17.06.2011 00:06, schrieb Roy Clemmons:
> I hope this
Ok, I didn't know about the MajorUpgrade element. That works great and
the doc is really helpful, especially the link to Bob's blog.
Michael
Am 14.06.2011 15:59, schrieb Rob Mensching:
> Yes, schedule your major upgrade (RemoveExistingProduct action if you're not
> using the MajorUpgrade element
Hi,
I have a msi created with wix, which installs and uninstalls fine. But
if I use it as upgrade, some files are kept in the prior version.
This happens to .NET assemblies if the version is the same as before.
That's easy to fix.
But what happens to unversioned files during a major upgrade? Wha
t;
> John
> Wintellect
> http://www.wintellect.com
> +1-877-968-5528
>
> -Original Message-
> From: Michael Stoll [mailto:unwicht...@mistoll.de]
> Sent: Thursday, June 09, 2011 7:20 AM
> To: General discussion for Windows Installer XML toolset.
>
What't the WixDependencyExtension? Any documentation on it?
I'm looking for a way to tell burn that package A needs package B
installed. Can this be done with WixDependencyExtension?
Michael
--
EditLive Enterprise is th
AFAIK this is not possible.
I did something like that by modifiying the msbuild process using two
'msbuild' tasks (http://msdn.microsoft.com/en-us/library/z7f65y0d.aspx)
for building the x64 and the x86 platform dependencies.
Michael
Am 02.06.2011 19:54, schrieb Randy Johnson:
> Hi,
>
> I have
Just added it.
(http://wixcontrib.codeplex.com/SourceControl/network/Forks/mistoll/WixIssExtension)
Michael
Am 28.05.2011 02:38, schrieb Blair Murri:
> It's not dead, it just hasn't been updated in a very long time.
>
> Go ahead and add it there and I will poke Rob/Bob to review it.
>
> -Blair
>
I've written a wix extensions, which is able to install certificates and
set permissons. I'd be pleased to share this extension "as is". Is there
a common place where extensions can be shared, like
http://wixcontrib.codeplex.com/, which seems to be dead.
Michael
Am 27.05.2011 07:09, schrieb Bl
directories.
> You can reference the installation MSI via the OriginalDatabase Windows
> Installer property.
>
> -Blair
>
> -Original Message-
> From: Michael Stoll [mailto:unwicht...@mistoll.de]
> Sent: Thursday, May 26, 2011 5:23 AM
> To: wix-users@lists.sou
I'm using WIX 3.6 with burn for deploying a client/server application.
On the server there's a file share for the client setup files. Thus the
server setup routine should copy the setup files for the client to this
file share.
Is there a best practice for solving such a setup scenario?
Currently
Hello,
I'm using WIX 3.6 for chaining some prerequisited of an application.
These prerequisited are very common, so I want them to be downloaded on
demand.
The bootstrapper engine downloads the prerequisited even if they are
already installed. But I want it to ignore already installed packages.
35 matches
Mail list logo