New .exe spawns old Install package !?!?!?!
i know this sounds REALLY weird.
but i decided to change the .exe name of my program, so anyway i give the user the new .exe, and when they try to run it, it activates their old install package and installs the old exe etc. how F**king weird is that.
any pointers!?
vb6 install package was an .msi made from VSI
Re: New .exe spawns old Install package !?!?!?!
Quote:
Originally posted by SkiNLaB
i know this sounds REALLY weird.
but i decided to change the .exe name of my program, so anyway i give the user the new .exe, and when they try to run it, it activates their old install package and installs the old exe etc. how F**king weird is that.
any pointers!?
vb6 install package was an .msi made from VSI
Armbruster is correct, I believe! You will have to keep the old exe name. You can replace it with an updated one, but if the system detects the original exe name missing, it will reinstall it ...