The majority of forums are now only available as archives, which means posting/editing is disabled.
The Anything and Everything forum is still open.
The Anything and Everything forum is still open.
.Net Launch exe after Installer
|
|||
|
Rank: ? (30)
Member #: 10735 |
This god damn VB .Net is just screwing me up. And my boss is too cheap to buy me anything useful or send me anywhere to learn wtf I'm doing.
I've got an app that I want to deploy. So I've created the setup project for it and what not. The problem is I get these dependency errors all the time. So I put that on the back burner for a while and decided to just run an installer that will install any extraneous dlls for me. This other installer is all packaged already all I have to do is run it. But the problem is how do I run it after or before the initial application is done? If I run it while it gives me a big error about an installation is currently in progress please finish that before you proceed... ya da ya da ya da..
May all your dreams be filled with blood and conquest! So says I, so let it be!
|
||
|
|||
|
|||
|
Rank: ? (4827)
Member #: 3416 |
i haven't used .net at all, but you can get visual studio installer for vb6 which does a much better job of creating installers for your projects than package and deployment wizard. it's a free download from ms but it of course won't do anything if you don't have vb or visual studio. it might work for .net too--i don't know. visual studio installer makes msi files, with the option to include some sort of exe for older versions of windows so that they can install from the msi.
if you problem is just a case of running two installers one after the other, you could probably just write install.bat to run one and then the other: Code:
my mind is like a steel trap! it only hangs on to the big stuff. visit my forums at track7.org
|
||
|
|||
|
|||
|
Rank: Unregistered
|
Thanx that works like a charm :P
|
||
|
|||
|
|||
|
Rank: Unregistered
|
errg forgot to login I suppose.. Oh well
|
||
|
Please login or register to post a reply.
