Thanks for your suggestions bob.
> The answer to most every MSI-related question is "check a verbose log." A
> verbose log on MSI 3.x contains entries for every property change or
> deletion so you can see when MSI is setting it.
I was doing that, but was obviously too tired to make sense of it.
In all of the samples you see fragments like this:
I don't really understand what the SourceDir is above, even though it seems
to be required (you get a warning if it's not there).
Looking through the logs, the SourceDir always
DEVAL SHAH wrote:
> ComPlusInstallExecute: ErrorInfo: Name='C:\Program Files\MyComp',
> ErrorCode='-2146368476', MajorRef='C:\Program Files\MyComp',
> MinorRef=''
>
The error code represents COMADMIN_E_COMPFILE_DOESNOTEXIST ("The file
does not exist").
--
sig://boB
http://bobs.org
R Kishe wrote:
> Is there NGen Custom action in the custom action library in Wix V3?
Yes, in WixNetFxExtension.dll.
--
sig://boB
http://bobs.org
-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's
Anthony Wieser wrote:
> I thought I'd got the hang of this, but just can't understand what's going
> on. I need to install a file to a location specified in the registry, and
> need some help.
>
The answer to most every MSI-related question is "check a verbose log."
A verbose log on MSI 3.x c
DEÁK JAHN, Gábor wrote:
> Anyway, it's not a WiX limitation but a Windows Installer limitation, so
> until WI can call a managed DLL, there is nothing WiX can do about it. Much
> the same way as with Unicode. We're here starting to run on the fourth
> Windows platform with full Unicode support (
Hello,
I have Serviced component which I want to register with Wix. I can register
it with regsvcs but not able to do it with Wix. This is my config:
This insta
Is there NGen Custom action in the custom action library in Wix V3?
Thanks
-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & bu
- Original Message -
From: Justin Rockwood
To: 'Anthony Wieser' ; Justin Rockwood ; wix-users@lists.sourceforge.net
Sent: Friday, March 23, 2007 9:18 PM
Subject: RE: [WiX-users] Problems with Post Build Step and Dependencies
inVotive
Right mouse click on your project --> Ad
I was looking at this the other day..
In
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSSQLServer\MSSQLServer\CurrentVer
sion
Version SQL Release
9.00.1399 SQL Server 2005 (initial version)
9.00.2047 SQL Server 2005 SP1
9.00.3042 SQL Server 2005 SP2
However, the recomme
- Original Message -
From: Justin Rockwood
To: 'Anthony Wieser' ; Justin Rockwood ; wix-users@lists.sourceforge.net
Sent: Friday, March 23, 2007 9:18 PM
Subject: RE: [WiX-users] Problems with Post Build Step and Dependencies
inVotive
Right mouse click on your project --> A
Right mouse click on your project --> Add/Existing Item --> an open dialog
pops up --> the "Add" button is actually a drop down button à click on "Add
As Link". Here's a screen shot.
-Original Message-
From: Anthony Wieser [mailto:[EMAIL PROTECTED]
Sent: Friday, March 23, 2007 2:1
Subject: Re: [WiX-users] Problems with Post Build Step and Dependencies
inVotive
> In Visual Studio, when you select "Add Existing File..." if you just click
> "Add", then the file will be copied to your local directory. This is by
> design and works the same way as C#, VB, etc. If you want to a
In Visual Studio, when you select "Add Existing File..." if you just click
"Add", then the file will be copied to your local directory. This is by
design and works the same way as C#, VB, etc. If you want to add a link,
which you do, then drop down the little arrow next to the "Add" you'll see
an "
I thought I'd got the hang of this, but just can't understand what's going
on. I need to install a file to a location specified in the registry, and
need some help.
so, the location I'm searching for (and probably many others) is located at:
HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\App Path
Is there an easy way to detect what version of SQL server in installed
on a machine?
-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions
On Tue, 20 Mar 2007 00:14:11 -0500, Joe Kaplan wrote:
Joe,
> try to use them. Having C++ as the only viable alternative is very
> limiting.
Why would C++ be the only viable alternative? There are a plethora of languages
and development tools that can create Win32 DLLs. C, Pascal (and successor
Most of the files are made part of the installer using the File
element, however there are two files that are an exception for two
reasons.
First, they're both part of the readme file which we want users to be
able to access before they actually install the product. If it were
just that we could i
Hehe... good question. I was wondering how come Don didn't ask this before.
I have to write my own 'undo' Custom Action, that only runs during
uninstall. The reason why these actions are safe, is because the command
prompt will execute the command, and report an error (which the user is
unable to
- Original Message -
From: "Justin Rockwood" <[EMAIL PROTECTED]>
To: "'Anthony Wieser'" <[EMAIL PROTECTED]>;
Sent: Thursday, March 22, 2007 6:40 PM
Subject: RE: [WiX-users] Problems with Post Build Step and Dependencies in
Votive
> Do you mind logging a bug on the _TimeStampAfterCompi
You really don't want to call regasm.exe from inside an MSI. What you really
want to do is get all the necessary registry keys for your COM visible
assembly. I haven't done this myself but looking at one of Rob's old examples
you should be able to get these with the following command line:
rega
- Original Message -
From: "Justin Rockwood" <[EMAIL PROTECTED]>
To: "'Anthony Wieser'" <[EMAIL PROTECTED]>;
Sent: Thursday, March 22, 2007 6:40 PM
Subject: RE: [WiX-users] Problems with Post Build Step and Dependencies in
Votive
> Do you mind logging a bug on the _TimeStampAfterCompi
Callum Hibbert wrote:
> I am trying to get the XmlConfig Element to work but I get an "element
> contains unexpected child element" error when I use the "XmlConfig"
> element.
If you're using WiX v3, you need to add the WixUtilExtension to your
command lines and use to refer to the WixUtilExte
Chris Bardon wrote:
Ah, I think I solved it. Moved the tag from the InstallExecuteSequence
section to the InstallUISequence one, and it executed like it was
supposed to. Is there a convention for where these types of things
should go? I want to populate some property values from an included XM
Heureka!
...
NOT
Installed
Installed
...
works.
I hope I have the right solution :)
pobox77 wrote:
>
> Hi,
>
> ExeCommand=""[WindowsFolder]Microsoft.NET\Framework\v2.0.50727\regasm.exe"
> /codebase "[INSTALLDIR]MyAssembly.dll"" Return="check" />
>
> works
Are they not being executed or are you getting an error in the msi log?
Dana
On 3/23/07, Nitin Chaudhari <[EMAIL PROTECTED]> wrote:
Hi Dana,
Thanks for the reply, having $TheComponent=2 in my custom action did solve
the issue. So now the following works.
<
Custom Action=" CA2.uninstall.SetPro
Hi,
I generate a not embedded cab and I would like light don't generate cab
when it's not necessary because it's long.
Is there an option to say that?
And with votive?
-
Take Surveys. Earn Cash. Influence the Future of I
Rob,
I'm in an unusual position in that I have more than a couple days to get
this done so I'll get the files out of there.
Thanks,
Tom
From: Rob Mensching [mailto:[EMAIL PROTECTED]
Sent: Thursday, March 22, 2007 10:45 PM
To: Thomas Svare; wix-users@l
Yet another question:
I don't know, which version of .NET Framework is installed on the customer's
computer,
so I can't use a hard coded path for regasm.exe.
How could I get the path of the most recent version of regasm for the custom
actions below?
Peter
pobox77 wrote:
>
> Hi,
>
> ExeComm
Hi,
works fine.
If uninstall I would use
to unregister MyAssembly.dll. I suppose it should happen before the files
are removed otherwise the dll will not be found.
If I call regasm /unregister my.dll from command line it works.
Where should I place the second CA in wxs to work by uninstal
Ok, really sorry.
My property name is not in up case!
I suppose it's not global.
If I put my property name in up ca se it works.
-Message d'origine-
De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] De la part de Jacquet Fabian
Envoyé : vendredi 23 mars 2007 8:46
À : Stuart A. Malone
31 matches
Mail list logo