I had the same problem and then when I checked the install/modules directory on my hosting site somehow the upload had skipped over the transfer of all the module zip files. You probably have no actual modules in the directory and thus running http://yourdomain.com/Install/Install.aspx?mode=InstallResources produces what may seem like to be a succesful module install to the uniniated like this...
Installing Resources
Install Resources Status Report
Installation Complete
Where as if you ACTUALLY installed any modules they installed as listed below.
Installing Resources
Install Resources Status Report
00:00:00.015 - Installing Module File E:\kunden\homepages\28\d140172405\Install\Module\Announcements_3.3.1_Install.zip:
00:00:00.734 - Installing Module File E:\kunden\homepages\28\d140172405\Install\Module\Blog_3.02.00_Install.zip:
00:00:01.593 - Installing Module File E:\kunden\homepages\28\d140172405\Install\Module\Contacts_3.1_Install.zip:
00:00:01.687 - Installing Module File E:\kunden\homepages\28\d140172405\Install\Module\Documents_03.01.03_Install.zip:
00:00:01.906 - Installing Module File E:\kunden\homepages\28\d140172405\Install\Module\Events_3.2_Install.zip:
00:00:02.656 - Installing Module File E:\kunden\homepages\28\d140172405\Install\Module\FAQs_3.1_Install.zip:
00:00:02.718 - Installing Module File E:\kunden\homepages\28\d140172405\Install\Module\Feedback_03.02.01_Install.zip:
00:00:02.812 - Installing Module File E:\kunden\homepages\28\d140172405\Install\Module\Forum_3.20.06_Install.zip:
00:00:06.609 - Installing Module File E:\kunden\homepages\28\d140172405\Install\Module\Gallery_3.0.12_Install.zip:
00:00:06.687 - Installing Module File E:\kunden\homepages\28\d140172405\Install\Module\Help_2.0.3_Install.zip:
00:00:07.062 - Installing Module File E:\kunden\homepages\28\d140172405\Install\Module\HTML_3.3.0_Install.zip:
00:00:07.156 - Installing Module File E:\kunden\homepages\28\d140172405\Install\Module\IFrame_3.2_Install.zip:
00:00:07.343 - Installing Module File E:\kunden\homepages\28\d140172405\Install\Module\Links_3.3_Install.zip:
00:00:07.484 - Installing Module File E:\kunden\homepages\28\d140172405\Install\Module\Media_03.02.00_Install.zip:
00:00:07.718 - Installing Module File E:\kunden\homepages\28\d140172405\Install\Module\NewsFeeds_3.1.1_Install.zip:
00:00:07.750 - Installing Module File E:\kunden\homepages\28\d140172405\Install\Module\Reports_4.3.1_Source.zip:
00:00:07.765 - Installing Module File E:\kunden\homepages\28\d140172405\Install\Module\Repository_3.1.10_Install.zip:
00:00:09.765 - Installing Module File E:\kunden\homepages\28\d140172405\Install\Module\Store_01.00.01_Install.zip:
00:00:10.500 - Installing Module File E:\kunden\homepages\28\d140172405\Install\Module\Survey_3.3_Install.zip:
00:00:10.765 - Installing Module File E:\kunden\homepages\28\d140172405\Install\Module\UserDefinedTable_3.03.01_Install.zip:
00:00:11.593 - Installing Module File E:\kunden\homepages\28\d140172405\Install\Module\UsersOnline_3.1_Install.zip:
00:00:11.640 - Installing Module File E:\kunden\homepages\28\d140172405\Install\Module\WhatsNew_3.3_Install.zip:
00:00:11.687 - Installing Module File E:\kunden\homepages\28\d140172405\Install\Module\XML_3.1_Install.zip:
Installation Complete
A SUGGESTION TO THOSE RESPONSIBLE FOR THE INSTALL PROCEDURE:
Please have the install messages say how many module files where found and how many where installed. This would create less confusion. Also it would be a great step forward for those new to DNN and pros alike if the DNN install process where to validate the required directories/file structure on the server BEFORE the install takes place to make sure all files and directories are in place and they are the correct size. I am sure this would slow down the install procedure but a small price for ensuring that everyone is working without issues of missing files.
From my experience the install process "WORKS" with all sorts of files missing and leads to hours, days and weeks of furstration in finding what is missing.
Obviously the directory/files list would have to be easilly modifiable in a text document for the managment of custom installs. Perhaps with file options of critical (0), warning (1) and non critical(2)
directory/files list file structure might be like this:
default.aspx, 2345789, 0
default.aspx.vb, 2345789, 0
directory1/file1.zip, 2345, 1, File need for blah blah reason. Install later using blah blah command.
directory1/file2.txt, 45789, 2
Regards, Rod.