rom a bootstrapper that runs the correct MSI, is there some accepted
practice for achieving this with a single MSI?
I had previously believed that it was [not possible/bad form] to make a 32bit
installer install 64 bit binaries, and vice versa...
Thanks!
Adam Langley
Senior Deve
I would assume that the error 'is declared more than once' is because the new
release fixes the bug by including the declaration by default.
Adam Langley
Senior Developer
+64 9 486 9010
+64 21 884400
alang...@winscribe.com
www.winscribe.com
Please consider the environment befor
grab the culture
string assemblyCulture =
module.ContainingAssembly.Culture;
Note: The MetadataReaderHost used to hold a lock on the assembly until
GC collected these objects, but a recent checkin to Microsoft.Cci has
implemented IDisposable on MetaDataReaderHost which will clean
t var, it works - so yes, the env var is
evaluating to empty, why would MSBuild NOT tokenize this argument and replace
env vars? It was working for almost a year
sooo sooo bizarre.
Adam Langley
Senior Developer
+64 9 486 9010
alang...@winscribe.com
www.winscribe.com
Please conside
ndle.exe just start doing this all of a sudden? We havent changed
anything in the source files, nor updated our WiX installation.
We can SEE that candle is being passed the value on the command-line, but it
just FAILS to put it into Source paths!
Help!
Thanks
Adam Langley
Senior Devel
I found the problem. I had to expand my properties (session.Format(string))
during my immediate CA, so that the deferred CA gets the actual path values,
not the path 'tokens'.
Adam Langley
Please consider the environment before printing this email!
-Original Message-----
I have written a deferred CA which I need to manipulate a file that is placed
in the target-directory, at the end of the install.
What is weird is that the path is correctly evaluated in my logging messages,
but when I use the path to open a file, it says FILE NOT FOUND, even though I
KNOW the
I have written a deferred CA which I need to manipulate a file that is
placed in the target-directory, at the end of the install.
What is weird is that the path is correctly evaluated in my logging
messages, but when I use the path to open a file, it says FILE NOT
FOUND, even though I KNOW the
Aha!
Put them in a folder and tell the user to upload them.
Sad, but true.
-Original Message-
From: Sachin Dubey [mailto:sachin.du...@live.com]
Sent: Wednesday, 27 January 2010 12:29 p.m.
To: Wix Users
Subject: [WiX-users] Deploying SSRS reports using Wix Installer.
Hi All,
What i
d for 3.0, it might help:
http://neilsleightholm.blogspot.com/2008/10/how-to-create-wix-build-mach
ine.html.
The other thing to watch is that the last time I checked the CVS source
didn't contain the binary files saved correctly.
Neil
-Original Message-----
From: Adam Langley [ma
I would like to add some functionality to Votive (3.5 codebase), yet I
am finding it rather difficult getting it to build in Visual Studio
2008.
Is the environment setup documented anywhere?
Thanks
Adam Langley
--
This
s
there a functionality/syntax that I am unaware of for taking care of
this dilemma?
Thanks!
Adam Langley
--
Join us December 9, 2009 for the Red Hat Virtual Experience,
a free event focused on virtualizati
/dont_rename_that_msi.html
Is this still the case, and how are other people handling naming in
these situations?
Thanks
Adam Langley
--
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer
Hi All,
Just today all of my wix projects started failing to build. I am not
aware of any new installation which could have affected this.
I have re-installed VS AND WiX, and still the problem remains.
C:\Program Files\MSBuild\Microsoft\WiX\v3.0\Wix.targets(789,5): error
MSB4036: The "ResolveNonM
an incorrectly
registered scripting engine. See
http://wix.sourceforge.net/faq.html#Error217 for details and how to
solve this problem. The following string format was not expected by the
external UI message logger: "The installer has encountered an unexpected
error installing this package.
quire our team members to extract the source code when
the WiX binaries are already on the system...
Thanks
Adam Langley
Senior Developer
Tel: +64 9 486 9010
www.winscrib
from this version)...
Adam Langley
Senior Developer
Tel: +64 9 486 9010
www.winscribe.com
-Original Message-
From: Phil Sayers [mailto:p...@cds-am.net]
Sent: Thursday, 19 March 2009 1:29 a.m.
To: 'General discussion for Windows Installer XML toolset.'
Subject: Re: [WiX-u
ation earlier in the
InstallExecuteSequence...
This is what I have...
1
FFDSHOWUNINSTALLPATH AND
Adam Langley
Senior Developer
Tel: +64 9 486 9010
www.winscribe.com
-Original Message-
From: Jim Williams [mailto:jimwilliam...@comcast.net]
_any_ file, C#, Xml
etc) such as keypresses and mouse clicks.
Unloading the WiX projects fixes the key-press pause, and uninstalling WiX
(Votive) fixes everything else...
Has anyone else experienced this problem?
Adam Langley
Senior Developer
Tel: +64 9 486 9010
www.winscribe.com
Its Synchronous, as it checks the return result...
Adam Langley
Senior Developer
Tel: +64 9 486 9010
alang...@winscribe.com
www.winscribe.com
-Original Message-
From: Jim Williams [mailto:jimwilliam...@comcast.net]
Sent: Tuesday, 17 March 2009 4:41 p.m.
To: 'General discussio
tries to delete anything from the system.
I end up with an empty folder structure:
C:\Program Files\Company Folder\Application Folder\
Remaining on my system, about 50% of the time.
Can anyone point out why this might be happening?
Thanks
Adam Langley
Senior Developer
Tel: +64 9 486 9010
eceded by this (note the time stamps):
MSI (s) (B0:D4) [18:22:47:434]: Executing op: FileRemove(,FileName=C:\Program
Files\Common Files\olydvrsv.exe,,)
So, the file is removed BEFORE the rollback custom action is fired - which is
the wrong way around.
How can I get this the right way around?
T
Thank you Rob, and Richard, that fixed my issues.
Regards,
Adam Langley
Senior Developer
Tel: +64 9 486 9010
alang...@winscribe.com
www.winscribe.com
-Original Message-
From: Richard [mailto:legal...@xmission.com]
Sent: Friday, 16 January 2009 10:55 a.m.
To: General discussion for
before_ the roll-back custom action (or
at least after 'InstallFiles'), so that the Property "FFDSHOWUNINSTALLPATH" is
available for my CA with the correct location of the uninstaller?
Adam Langley
Senior Developer
Tel: +64 9 486 9010
alang...@winscribe.com
www.winscribe.c
;InstallFFDShow")
FFDSHOWUNINSTALLPATH AND
My 'condition' for install-rollback is the same as for my install action, I
assume that is correct, that when an install is rolled back the component still
has the same install-status (>2)?
Thanks
Adam Langley
Senior Developer
Tel: +64
I have a vustom action which installs some 3rd party tools...
FFDSHOWUNINSTALLPATH AND
This works well, on install it runs the ffdshow.exe, and on uninstall it
runs the ffdshow uninstaller (FFDSHOWUNINSTALLPATH is an exe located via
the registry).
My question is:
How do I ge
Thanks Rob,
Just curious, I couldn't find any documentation on this - in a wix MSI,
features contain components, and that defines which components are actually
installed.
In a WiX Merge, there is no concept of a 'feature', so what _is_ included? ALL
defined components?
Adam
am files\common files\ (AKA "CommonFilesFolder").
Thanks!
Adam Langley
Senior Developer
Tel: +64 9 486 9010
alang...@winscribe.com
www.winscribe.com
--
This SF.net email is sponsored by:
SourcForge Community
e the case.
Help, anyone?
Thanks
Adam Langley
Senior Developer
Tel: +64 9 486 9010
alang...@winscribe.com
www.winscribe.com
--
Check out the new SourceForge.net Marketplace.
It is the best place to buy or sell service
used for
setting up the new user?
Thanks in advance!
Adam Langley
Senior Developer
Tel: +64 9 486 9010
www.winscribe.com
-
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting fo
Sure. Its pretty simple - just create your dialog, copy WixUI_Mondo (or one of
the other UI sequences if you want), and insert your button publications...
Compare my XML below with WixUI_Mondo.wxs and you'll see what I've changed (and
inserted)...
Adam Langley
Senior Develo
iour?
Thank you in advance...
Adam Langley
Senior Developer
Tel: +64 9 486 9010
-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
MSI is installing a VS Package, so there are several registry
modifications needed, none of which are showing up in the log...
Adam Langley
Secon NZ Ltd.
A1/400 Rosedale Road
Albany
North Shore 0632
New Zealand
Tel. +64 (0)9 414 4071
Fax. +64 (0)9 414 4072
www.seconag.com
From: Bob Arnson
istry keys and files in separate Component
elements (of which I did the latter).
Thanks!
Adam Langley
Secon NZ Ltd.
A1/400 Rosedale Road
Albany
North Shore 0632
New Zealand
Tel. +64 (0)9 414 4071
Fax. +64 (0)9 414 4072
<http://www.secon
Try running the MSI with
msiexec.exe /l* setup.log /i MySetup.msi
Then take a look at the log file, it should give you some clues as to whats
going wrong.
Adam Langley
Secon NZ Ltd.
A1/400 Rosedale Road
Albany
North Shore 0632
New Zealand
Tel. +64 (0)9 414 4071
Fax. +64 (0)9 414 4072
27;ve seen this before trying to use the Quiet Execute
Action)...
Thanks
Regards, Adam Langley
Secon NZ Ltd.
A1/400 Rosedale Road
Albany
North Shore 0632
New Zealand
Tel. +64 (0)9 414 4071
Fax. +64 (0)9 414 4072
www.seconag.com
-Original Message-
From: Daryn Mitchell [mailto:[EMAIL
(this may take a few minutes)
1
My CA is definitely executing, I can see its process start and chew away at 15%
CPU for 3-4 minutes, but the progress text just stays on "Removing Backup
Files"...
Thanks
- Ad
Hi,
I followed the instruction below, and copied the example in WiX.chm, I get
the following ICE68 error:
Error 7 ICE68: Invalid custom action type for action
This is the example used...
.
.
.
Thanks
- Adam Langley
Secon NZ Ltd.
A1/400 Rosedale Road
Albany
North Shore
describing this?
Thanks
- Adam Langley
Secon NZ Ltd.
A1/400 Rosedale Road
Albany
North Shore 0632
New Zealand
Tel. +64 (0)9 414 4071
Fax. +64 (0)9 414 4072
<http://www.seconag.com> www.seconag.com
--
...
Untitled.gif
Can anyone point out what this is happening? Surely Windows Installer can
render this character?
Thanks
- Adam Langley
Ps: sorry about the image  compressed it as much as I could (c;
<>
Is it possible to have a language dropdown selection as the first page in
the MSI wizard, which changes the locale used for the UI?
I have played with localizing MSIs but this all seems to be auto-detected,
and non-modifiable after the MSI has begun executing.
Thanks
- Adam
ed to start the MSI on the command line
and pass it the INF as an argument.
I just want to set the default property value for different environments by
having several different INF files for a single MSI package.
Thanks!
- Adam Langley
Secon NZ Ltd.
A1/400 Rosedale Road
Albany
North
exist.
Can anyone help?
This is a sample of my XML
Thanks!
- Adam Langley
Secon NZ Ltd.
A1/400 Rosedale Road
Albany
North Shore 0632
New Zealand
Tel. +64 (0)9 414 4071
Fax. +64 (0)9 414 4072
<http://www.seconag.com> www.secon
UI
forces the user to select the GAC feature aswell? But if only the website
that doesn't need the GAC assemblies is chosen, the GAC feature is allowed
to be disabled.
Is there a standard way to approach this type of 'inter-feature
dependencies'?
Thanks
I am using Votive in Visual Studio 2005.
Can anyone tell me how I can configure my WXS file to pick up DLLS to be
deployed (with the tag) from bin\Debug if the build configuration is
set to Debug, and bin\Release if its Release?
Thanks
- Adam
Secon NZ Ltd.
A1/400 Rosedale Roa
Hi guys,
Can anyone tell me if there is a simple XML element I can add to my WXS file
to automatically uninstall previous versions of a product, before executing
the install procedure?
I would like the user not to have to go to 'add/remove programs'...
Thanks
- Adam
Secon
46 matches
Mail list logo