|
-
May 11th, 2005, 05:32 AM
#1
Thread Starter
Junior Member
Replacing an exe file with another of the same filenmae
Hi! I am quite new and I want to know how you can make a file replace another (as in you find the file.... but I already know the openbox code, then it replaces it with a file INSIDE the program...?)
Thanks!
-
May 11th, 2005, 05:43 AM
#2
Re: Replacing an exe file with another of the same filenmae
TwoStars,
Welcome to the Forums! There are various solutions to your post such as during the install of your program you include a small application that is ran before the min application that checks a location (website, FTP, Intra-net, etc.) and compares the file on the remote server with the one that is on the local machine. If the version on the remote server is newer that te version on the local machine, the application will copy the newer file to the local machine and it will run the main program. If the version on the remote server is the same as on the local computer then the application just runs the main program.
At work we have a site license for Wise Installation System Version 9 and we have developed a script that does exactly what I stated in the above paragraph (we use an FTP Server on our Intranet). If you are intrested in this solution, let me know and I will help you with you Wise Script.
Good Luck
Regards,
Mark
Please remember to rate posts! Rate any post you find helpful. Use the link to the left - "Rate this Post". Please use [highlight='vb'] your code goes in here [/highlight] tags when posting code. When a question you asked has been resolved, please go to the top of the original post and click "Thread Tools" then select "Mark Thread Resolved."
-
May 12th, 2005, 01:48 AM
#3
Thread Starter
Junior Member
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|