Welcome Guest ( Log In | Register)



 
Reply to this topicStart new topic
> Software Installation, Program for verifing the installation???
solankyno1
post Feb 3 2005, 11:12 AM
Post #1


Super Member
*********

Group: Members
Posts: 315
Joined: 1-October 04
From: India
Member No.: 1,377



One of my friend is doing his computer project and he has one problem. the problem is that
"If we are installing any software then is it possible to make a program in C++ or VB that can crosscheck that all files under thE folder of software are installed sucessfully?"

If anyone has any idea than please tell.
Go to the top of the page
 
+Quote Post
stevey
post Feb 3 2005, 12:34 PM
Post #2


Advanced Member
*******

Group: Members
Posts: 119
Joined: 12-July 04
From: london
Member No.: 85



when it comes to installation,well i got only one word for you, check out nsis i.e http://nsis.sourceforge.net it should sort out everything for you.
Go to the top of the page
 
+Quote Post
solankyno1
post Feb 3 2005, 02:40 PM
Post #3


Super Member
*********

Group: Members
Posts: 315
Joined: 1-October 04
From: India
Member No.: 1,377



QUOTE
when it comes to installation,well i got only one word for you, check out nsis i.e http://nsis.sourceforge.net it should sort out everything for you.


I don't want a software installer but the need is of a program to check that the software installer has been installed the program correctly or not.
Go to the top of the page
 
+Quote Post
bjrn
post Feb 3 2005, 02:48 PM
Post #4


Super Member
*********

Group: Members
Posts: 378
Joined: 8-January 05
Member No.: 3,174



QUOTE(solankyno1 @ Feb 3 2005, 12:12 PM)
One of my friend is doing his computer project and he has one problem. the problem is that "If we are installing any software then is it possible to make a program in C++ or VB that can crosscheck that all files under thE folder of software are installed sucessfully?"

Uhm, surely all you do is make the installer program catch any errors? If the installer can't write a file because of lacking permissions or anything like that you can catch that during the installation in the code, you don't need to check when you're done installing, do you?

And if you want to check the integrity of the installer package you could perform some sort of hash value check on the install package before starting to install.
Go to the top of the page
 
+Quote Post
solankyno1
post Feb 3 2005, 03:19 PM
Post #5


Super Member
*********

Group: Members
Posts: 315
Joined: 1-October 04
From: India
Member No.: 1,377



QUOTE(bjrn @ Feb 3 2005, 08:18 PM)
Uhm, surely all you do is make the installer program catch any errors? If the installer can't write a file because of lacking permissions or anything like that you can catch that during the installation in the code, you don't need to check when you're done installing, do you?

And if you want to check the integrity of the installer package you could perform some sort of hash value check on the install package before starting to install.



Thanks bjrn for your help. I will pass your reply to my friend. I hope his problem has solved upto some extent.
Go to the top of the page
 
+Quote Post
eaelecs
post Feb 5 2005, 11:54 AM
Post #6


Newbie [Level 1]
*

Group: Members
Posts: 10
Joined: 5-February 05
Member No.: 3,605



just install it then huh.gif
Go to the top of the page
 
+Quote Post

Reply to this topicStart new topic

Collapse

> Similar Topics

Topics Topics
  1. Stop A Program Excecution(4)
  2. What Do You Use C/c++ For?(26)
  3. Program Flow(2)
  4. Timeouting Program(2)
  5. Crazy Looking C Program(19)
  6. C++(15)
  7. Run A Program From Another One(4)
  8. Program From Mekka 97 4k(2)
  9. Need Debugging Help For A Simple Program(3)
  10. Need Help With C Program To Test If A Number Is Prime(12)
  11. Executing An Exe From Within A Program!(7)
  12. My First C++ Program(6)
  13. Source Code For Paint Like Program Under Dos In C(2)
  14. Program Lang I Know(2)
  15. Centering The Text In A Simple C++ Program?(8)
  1. Buffer Overflow In Action Tutorial(0)
  2. C Or C++ Easy Programming Generator(6)
  3. A C++ Program Print Hello With Nothing Written In Main() Method(2)
  4. A Crazy Program In C(13)
  5. How To Run A Process Through Your Program (c#)(0)
  6. Any Program Ideas?!(5)
  7. If/else Demo Program Bug(4)


 



- Lo-Fi Version Time is now: 12th October 2008 - 03:30 PM