|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
X installs Y. Y installs X. Possible?
Program x must be able to install program y. Program y must be able to install program x. Each of these programs must do more than install eachother of course, but this is where I am running into some difficulty. I havn't written any code yet so there is nothing to show, I just want to know if it is possible first. Anyways... I must be overlooking something... Thanks in advance...
|
|
#2
|
||||
|
||||
|
Quote:
Not you, I think it's me ... I can't seem to find the VB related question in your post. :\
__________________
medialint.com "Beware of the man who works hard to learn something, learns it, and finds himself no wiser than before. He is full of murderous resentment of people who are ignorant without having come by their ignorance the hard way." - Vonnegut - Cat's Cradle, 1963 |
|
#3
|
|||
|
|||
|
It is not vb related. It is a general programming logic question. However I am making it in vb.
|
|
#4
|
||||
|
||||
|
Sounds to me you're tryin to create a shadey program there.
Making a fault-tolerant malware?
__________________
The first dog icon I've EVER used! |
|
#5
|
||||
|
||||
|
But you'll need something to install the first one, before it can start installing the others...then you'll need something to install THAT one so it can install the first one...sort of an endless loop, no?
__________________
Raid1 in XP Pro My open source projects: ------------------------ Blobber - Add images as blobs to SQL Server ------------------------ |
|
#6
|
|||
|
|||
|
I know it is some sort of endless loop. But I also know it can be done... Somehow... Perhaps if the programs installed eachother via the internet... But that seriously infringes on the programs' versatility. Is there any other way? Without using the internet that is. And yes the first program is installed by another program.
|
|
#7
|
||||
|
||||
|
I don't think anyone will directly help you about this. Maybe provide reasoning behind why you need this or want this. Maybe then someone will help you via PM.
|
|
#8
|
||||
|
||||
|
This sounds dumb....why would you want to do this? If you're going to have a program to install other programs, just install the programs manually and be done with it...
These are not the droids you're looking for... |
|
#9
|
||||
|
||||
|
I could think of a valid reason for such fault tolernance. Not really great reason, but(and don't use this as an excuse to get an answer) you /could/ say it's a rather poor type of protection from executeable infective virii. The fault tolerance installing between the two processes could be governed by a function that runs a checksum on the file, it checks this sum against a stored checksum, if it's not the same, the executeable file gets replaced.
|
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > Visual Basic Programming > X installs Y. Y installs X. Possible? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|