Running batch files after the installation
I'm pretty sure that gacutil isn't part of the standard redistributable framework, so you would need to put it in your install somewhere. Plus that brings up the issue of whether you're actually allowed to redistribute gacutil. exe. I'd also worry about the installation rolling back, so you'd need to undo your ...
Sep 12 2002 by Phil Wilson
- 3 messages - 3 authors
|
VB and custom actions
NET programmers using gacutil, regasm, installutil, installer classes, and knowing nothing about the windows installer. At one time all you had to say was No, we don't use regsvr32 we populate class/progid tables. Now you have to say No, we don't need installer classes to install a service, we don't need regasm ...
Aug 6 2003 by Phil Wilson
- 9 messages - 4 authors
|
MSI, GAC, installing in wrong order
Did you manually run gacutil.exe? -- Phil Wilson [MVP Windows Installer] ---- " richard" <richard.nos...@mapson.richardchandler.net> wrote in message news: OEw5BcKGDHA....@TK2MSFTNGP12.phx.gbl... I've got around this by writing a shell exe that be bound to a custom action, installed and used to execute further batch ...
May 13 2003 by Richard Chandler
- 5 messages - 4 authors
|
.NET Assembly Deployment with MSIs
NET Assembly, without you running the gacutil tool, which they now deem obsolete . But if anyone really managed to do this, please let me know. All I managed to make my MSI do is add a reference count to my DLL, but I couldn't convince it that I really want it to be deployed in the GAC. Actually, I couldn't get it ...
Aug 1 2003 by Phil Wilson
- 4 messages - 3 authors
|
Nested install
NET files (ie gacutil) I'm thinking that the .NET msi should include the non . NET msi as a nested install. Does this sound reasonable? Additionally, our non . NET install has a bunch of options (by defining properties) you can specify on the command line. How can I best implement this in this new install? ...
Dec 13 2001 by Nick Duane
- 1 message - 1 author
|
Unable to run a script on an assembly installed in the GAC ...
Most folks seem to have given up on the MsiAssembly tables and are using custom actions with gacutil to get around this kind of behaviour. Either that, or treat the GAC like the plague and redesign apps if necessary to avoid it. -- Phil Wilson [MVP Windows Installer] ---- "Troy Clevenger" <tc...@purdue.edu> wrote ...
Jun 27 2003 by Phil Wilson
- 4 messages - 4 authors
|
Windows Installer does not properly deploy policy files into ...
Other applications using the assembly aren't broken because the installer is reference counting by component guid, so in practice, any clients sharing the assembly are not broken, and in fact the problem with forcing behavior using gacutil (or the fusion API) is that it's not aware of installer component sharing ...
Jun 23 2003 by Phil Wilson
- 5 messages - 4 authors
|
Installer classes dependent on assemblies in the GAC
Losing the reference counting and kludging a fix with a gacutil custom action ( after first copying the assembly to the system) is what people are doing. Note that Gacutil itself is not in the base 1.0 framework, but it showed up in SP2; It's not in the 1.1 redist framework, but it is on Server 2003, so finding it ...
Apr 30 2003 by Phil Wilson
- 3 messages - 2 authors
|
Removing files from GAC
You can write a custom action to remove a file from the gac with gacutil. I'm not sure what you mean by this part: [...] But the assembly been installed by MSI ... Are you saying gacutil fails to remove the assembly from the GAC? I know that assemblies installed by MSI are recorded by MSI separately; perhaps that's ...
Oct 6 2006 by Richard [Microsoft Windows Installer MVP]
- 4 messages - 2 authors
|
Orca?
HLP 03/19/2003 01:52 AM 45056 disco.exe 02/20/2003 07:09 PM 12288 FUSLOGVW.exe 02/20/2003 07:09 PM 81920 gacutil.exe 02/20/2003 08:30 PM 140 gacutil.exe.config 02/20/2003 07:09 PM 311296 ildasm.exe 02/20/2003 08:30 PM 140 ildasm.exe.config 03/19/2003 01:53 AM 278528 Jbimp.exe 03/18/2003 11:30 PM 163 JBIMP.EXE. ...
Jan 12 2006 by Ike
- 7 messages - 5 authors
|
|
|