[WiX-users] Is it possible to share a Payload between MSI and MBA?

2013-10-23 Thread Michael Stoll
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

[WiX-users] Get InstallCondition from MBA (modify action)

2013-10-16 Thread Michael Stoll
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

Re: [WiX-users] SQL CE 4.0 Package

2013-07-01 Thread Michael Stoll
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. >

Re: [WiX-users] SQL CE 4.0 Package

2013-06-21 Thread Michael Stoll
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&

Re: [WiX-users] SQL CE 4.0 Package

2013-06-17 Thread Michael Stoll
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

Re: [WiX-users] SQL CE 4.0 Package

2013-06-17 Thread Michael Stoll
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 >

[WiX-users] SQL CE 4.0 Package

2013-06-16 Thread Michael Stoll
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

[WiX-users] Contribution / AddGroup

2012-06-28 Thread Michael Stoll
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

[WiX-users] AppSyndication

2012-06-21 Thread Michael Stoll
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

[WiX-users] Enable ICMP usign WixFirewallExtension

2011-11-18 Thread Michael Stoll
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 ---

Re: [WiX-users] Strange behavior with wix 3.6 (wwansvc, VirtualBox)

2011-11-08 Thread Michael Stoll
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

Re: [WiX-users] Dependencies between components

2011-11-08 Thread Michael Stoll
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 >

Re: [WiX-users] Strange behavior with wix 3.6 (wwansvc, VirtualBox)

2011-11-08 Thread 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

Re: [WiX-users] Dependencies between components

2011-11-08 Thread Michael Stoll
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

[WiX-users] Strange behavior with wix 3.6 (wwansvc, VirtualBox)

2011-11-08 Thread Michael Stoll
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

Re: [WiX-users] Run a custom exe with administrator privileges with burn

2011-07-05 Thread Michael Stoll
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

Re: [WiX-users] Run a custom exe with administrator privileges with burn

2011-07-05 Thread Michael Stoll
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

[WiX-users] Run a custom exe with administrator privileges with burn

2011-07-05 Thread Michael Stoll
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 --

Re: [WiX-users] Burn bootstrapper as x64 exe

2011-06-29 Thread Michael Stoll
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

Re: [WiX-users] Another version of this product is already installed

2011-06-22 Thread Michael Stoll
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.

Re: [WiX-users] Setting user privileges

2011-06-21 Thread Michael Stoll
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

Re: [WiX-users] Setting user privileges

2011-06-21 Thread Michael Stoll
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

[WiX-users] Setting user privileges

2011-06-20 Thread Michael Stoll
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

Re: [WiX-users] External Custom Action Not Working

2011-06-18 Thread Michael Stoll
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

Re: [WiX-users] External Custom Action Not Working

2011-06-17 Thread Michael Stoll
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

Re: [WiX-users] Reliable major upgrade

2011-06-15 Thread Michael Stoll
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

[WiX-users] Reliable major upgrade

2011-06-14 Thread Michael Stoll
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

Re: [WiX-users] WixDependencyExtension

2011-06-09 Thread Michael Stoll
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. >

[WiX-users] WixDependencyExtension

2011-06-09 Thread Michael Stoll
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

Re: [WiX-users] MSBuild project references and multiple platforms of the same components

2011-06-02 Thread Michael Stoll
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

Re: [WiX-users] How do i change the default permissions of a certificate installed by wix.

2011-05-30 Thread Michael Stoll
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 >

Re: [WiX-users] How do i change the default permissions of a certificate installed by wix.

2011-05-27 Thread Michael Stoll
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

Re: [WiX-users] Setup for client/server application

2011-05-26 Thread Michael Stoll
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

[WiX-users] Setup for client/server application

2011-05-26 Thread Michael Stoll
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

[WiX-users] Downloading files with burn

2011-05-13 Thread Michael Stoll
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.