|
|
|
|
![]() ![]() |
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. |
|
|
|
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.
|
|
|
|
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. |
|
|
|
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. |
|
|
|
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. |
|
|
|
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
|
|
|
|
![]() ![]() |
Similar Topics
|
Lo-Fi Version | Time is now: 12th October 2008 - 03:30 PM |