So, bug submitted. We're going to try the vs build environment thing
anyway, because I need this to work.
On Fri, Jul 31, 2009 at 3:51 PM, Blair wrote:
> The core toolset and the extensions don’t depend on VS (unlike building
> native C++) and are supposed to run in a pure msbuild environment.
>
Even on XP the exe will have been launched from a different desktop. Try
passing MB_SERVICE_NOTIFICATION to your messagebox (won't work on Vista).
-Original Message-
From: achandrapano [mailto:achan...@panologic.com]
Sent: Friday, July 31, 2009 2:15 PM
To: wix-users@lists.sourceforge.net
The core toolset and the extensions dont depend on VS (unlike building
native C++) and are supposed to run in a pure msbuild environment.
-Original Message-
From: Mark Roden [mailto:mmro...@gmail.com]
Sent: Friday, July 31, 2009 2:39 PM
To: General discussion for Windows Installer XML to
Hi
I never set any of the ARPxxx properties in my installer code. I noticed
that by default, the entry for my application under
HKLM\Microsoft\Windows\CurrentVersion\Uninstall\{guid} always contains an
entry for NoModify set to 0x0001.
On Vista and W2K8 I get both Repair/Remove options in ARP
I guess so.
By the way, the build server does not have visual studio installed,
I'm just running directly off of msbuild via the compiler that comes
with .NET. I don't know if that functionatlity is supported; I'm
going to be installing visual studio on the build server later today,
just to test
I don't know. Walking the codepath, I don't see how you can build without
errors without generating that table.
Open a bug?
-Original Message-
From: Mark Roden [mailto:mmro...@gmail.com]
Sent: Friday, July 31, 2009 6:36 AM
To: General discussion for Windows Installer XML toolset.
Subject
Well it looks like this is happening during the generatescript portion. Is
the EXE actually running at this stage? To confirm this I put MessageBox
inside my Exe right when it enters main() and it does not show. Also event
viewer does not show any SxS errors. I am on windows xp.
Blair-2 wrote:
It usually means your exe returned a non-zero return code (either itself or
the OS launcher). Any/all additional diagnostics have to come from your EXE
itself.
Depending on your OS, that EXE may not be launched on any interactive
desktop (since it is running in-script), so you may not be able to e
This would be considered a Major Upgrade. If the old MSI has a UpgradeCode
property, you should strongly consider keeping that same as your
UpgradeCode. In that case, simply code the Upgrade table (using the Upgrade
and UpgradeVersion elements) as advised for major upgrades. I would
recommend NOT s
Hi,
I have a new version of our product (version2) for which I created a new WIX
3.0 installer. The previous installer for version1 was created with an unknown
old installer program. It is an msi though so I can open it in Orca to view
product & upgrade Ids etc. I can also see that the featur
Action 10:32:41: LaunchDriverManagerInstallReboot.
MSI (s) (78:AC) [10:32:41:836]: Executing op:
CustomActionSchedule(Action=LaunchDriverManagerInstallReboot,ActionType=1026,Source=BinaryData,Target=installreboot,)
MSI (s) (78:AC) [10:32:41:883]: Note: 1: 1722 2:
LaunchDriverManagerInstallReboot
In your .xsd file, what is your targetNamespace value? (exactly, case
matters).
It would be easier to help you if you supply the xs:schema element (we don't
need the children) and enough of the test.wxs file to see what you called.
-Original Message-
From: Konstantin Vlasenko [mailto:kons
On Fri, 31 Jul 2009 08:22:18 -0500 Konstantin Vlasenko
wrote:
>Trying to make my own WixExtension. Do the same as in the SQL
>extension
> project (have added my.xsd and made EmbeddedFlattenedResource,
XsdGenSource
> steps).
> I get the error when I run this cli: candle -ext MyExtension
t
Take a peek at CurrentSession.GetMode, passing it what you're interested in
detecting. InstallRunMode.Scheduled I believe is 'deferred',
InstallRunMode.Commit is commit, etc...
For immediate I use InstallRunMode.Operations || InstallRunMode.Maintenance.
-Original Message-
From: Tom Cr
I've upgraded to the July 4th build.Still no joy.
On Thu, Jul 30, 2009 at 10:42 PM, Blair wrote:
> Under msbuild, the build succeeds but there is no MsiDriverPackages table,
> while from Visual Studio there now is a table?
>
> Can you try an upgrade to 3.0.5419.0 (the released build)?
>
>
Is there a way to determine whether a DTF custom action was called via an
immediate or deferred action other than a try catch around accessing the
inappropriate session data and handling the "Cannot access session details from
a non-immediate custom action" exception?
The following will throw a
Trying to make my own WixExtension. Do the same as in the SQL extension
project (have added my.xsd and made EmbeddedFlattenedResource,
XsdGenSource
steps).
I get the error when I run this cli: candle -ext MyExtension test.wxs
error CNDL0200 : The Product element contains an uhandled
What exactly isn't working, could you provide a log file of the failure
-Michael 2243
-Original Message-
From: Eswari [mailto:sravi...@yahoo.com]
Sent: Friday, July 31, 2009 5:59 AM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] wxs in 2008 server
Hi,
I have msi file which r
Hi,
I have msi file which registers two dlls(32 bit and 64 bit) which actually
displays the customized context menus.. This is working in Vista 64 bit but
same is not working in 2008 server 64 bit..
Any hints/solutions for this.
Regards, Subramanyeswari
---
Hi,
I want to know if XmlConfig or XmlFile works with DCML format of XML?
Like:
Description 1
Obejct1
Description for Object 1
log
Descrip
20 matches
Mail list logo