Load A new Version of an Exe File From the same Exe file 
Author Message
 Load A new Version of an Exe File From the same Exe file

Hi

I need to copy a new version of app.exe from within the app.exe how can I do
it ?

App.Exe

Sub Main()
    if there is new version of App.exe then
        load the new version
        and run the new version
    endif
End Sub



Sat, 31 May 2003 16:53:48 GMT  
 Load A new Version of an Exe File From the same Exe file
Like this:
copy the new version to the folder as XAPP.EXE
write a batch file to rename XAPP.EXE as APP.EXE
add the path and filename of the batch file to the RunOnce key in the
registry.
Next time your user bootsup,(bootups?) they get the new version.

OR add a second small program to your application suite to do just this
task!


writes

Quote:
>Hi

>I need to copy a new version of app.exe from within the app.exe how can I do
>it ?

>App.Exe

>Sub Main()
>    if there is new version of App.exe then
>        load the new version
>        and run the new version
>    endif
>End Sub

--
Chris Petchey


Tue, 03 Jun 2003 21:27:17 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. Load A new Version of an Exe File From the same Exe file

2. HELP!! New user cannot load EXE file

3. Specify DLL version when using mc.exe, rc.exe and/or link.exe

4. File.EXE version number?

5. ..... .exe how do i make a file have a exe for qba

6. Help: VB3.0 Error-3041 Incompatible db version (EXE) File only

7. Getting .exe file version properties?

8. Stripping the exe file version

9. Creating an .EXE file from a VB .EXE ????

10. Find out exe file version

11. !! external exe file version !!

12. Adding Version numbers to EXE files

 

 
Powered by phpBB® Forum Software