Jump to content

leeborg

Member
  • Posts

    1
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Malta

About leeborg

Profile Information

  • OS
    Windows 7 x86

leeborg's Achievements

0

Reputation

  1. Hi there, I have a software project that I made with Visual Basic it has a database within the software (with Access Database 2003), now I am trying to deploy it using Inno Setup, and in the past when I compile the Inno Setup project the database is gathered from the Visual Basic project folder path of the software, and whenever I have the database full or empty, when the software is compile in Inno Setup and then installed, the database will be full or empty according to how the database is in the Visual Basic project folder. But now, everytime I deploy, it gets the same database that was in the past, if the database in the Visual Basic project is empty, when I compile the Inno Setup project and install the software, the database is not empty as it is in the Visual Basic project folder, it is still a database from the past. I rechecked that I was getting the database from the right path, and I am. I am wondering if some kind of buffer is not cleared before the Inno Setup compiles the setup file, and the old database is the same as the past. The weird thing is.. that after I install the software and go to the Software location in the Program Files path, the database is empty, but from the software it still shows previous data which is NOT actually in the Program Files path database of the software, this is weird and I cannot find a solution. Do you have any ideas? Thanks in advance
×
×
  • Create New...