Jump to content


This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.
Photo

Any Tool for Setup Testing


2 replies to this topic

venkateswari

venkateswari
  • Members
  • 3 posts

Posted 18 July 2005 - 15:04

Hi,
Can anybody let me know if there is any tool/utility available for setup testing .
( to test whether the installation has been carried out sucessfully )

Moreover where all the files will get exceuted while installing an exe..
other than Desktop, Quick Launch, Registry, Physical locations,...


Regards
Venkateswari

Zweitze

Zweitze
  • Full Members
  • 522 posts

Posted 18 July 2005 - 21:42

If setup is based on Windows Installer, and it actually succeeds, you can be sure that all DLLs, EXEs etc. you want to install, are installed.

This just leaves the question whether you made a design error, eg. you forgot to include a file.
Try Dependency Checker (in Windows Resource Kits), which shows all -statically linked- DLLs of an EXE or DLL. Run it on the target system, and it also shows missing DLLs.
DC does not show dynamically linked DLLs, OCXs etc. For this, try NTFileMon from http://www.sysinternals.com which shows any file access by any program on the system.

venkateswari

venkateswari
  • Members
  • 3 posts

Posted 19 July 2005 - 12:03

Is there any other utility other than "Installation Monitor" to test whether the setup has executed properly