all groups > dotnet setup > october 2004 > threads for october 22 - 28, 2004
Filter by week: 1 2 3 4 5
Determine the path of .msi file
Posted by Dotnetjunky at 10/28/2004 3:09:08 AM
Hi,
I created a custom action installer for my .net setup project. From this
custom installer class, I need to determine the path of the .msi file. It's
because during setup, I want to execute another 3rd-party .exe file, which I
will put in the same folder as the .msi file and deploy to cl... more >>
installation conflicts
Posted by eh at 10/26/2004 4:27:11 PM
I have one solution in my IDE environment. Depending upon my precompile
constants, I create a myDll.dll for my web application. I set up a
deployment package, which can be launched on the target machine. The
application works fine.
However, if I create another myDll.dll with different precomp... more >>
After start dialogs are removed from msi file, RemovePriorVersions does not work
Posted by jeffrey.rhoads NO[at]SPAM gmail.com at 10/26/2004 7:17:04 AM
Hello everyone. I created an msi file using VS.NET 2003. I set the
RemovePreviousVerions = true and it worked great... any later versions
would in fact remove prior ones. I wanted to modify my msi install to
just show the progress bar and the completed dialog. So in VS I went
into the User Inter... more >>
installer / setup creator?
Posted by Bonj at 10/26/2004 1:35:02 AM
Hi
Is there a free installer / msi / setup creator available , that is capable
of installing assemblies into the GAC folder, the same way that the setup
project wizard in VS.NET does?
only free.
... more >>
VB install, triggers a .Net install. (Which Fails)
Posted by GREEN at 10/25/2004 8:57:03 AM
a customer of mine is trying to install Vb, in turn Vb asks for,, and starts
a .Net installation. Which fails. "Iexpress setup encountered a problem an
needs to close!"
I sent him a .net standalone installer, which did the same thing.
All his other identical xp machines install fine, and this ... more >>
WARNING: Unable to find dependency 'mscorlib' ...
Posted by Nak at 10/22/2004 12:00:40 PM
Hi there,
I'm getting some strange warnings appearing while I'm compiling a couple
of setup projects I have in a solution. I'm being informed of the following
warnings,
WARNING: Unable to find dependency 'mscorlib' (Signature='B77A5C561934E089'
Version='1.0.5000.0') of assembly 'System... more >>
|