Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 5 of 5 total
Thread EDB Manager distribution files
Tue, Mar 16 2010 3:48 AMPermanent Link

Peter

Hello

Are there any other files to distribute with edbmgr.exe  I need to distribute (selectively) my version of the utility, with changes to the source to accommodate my app's password.

Is the Inno script available?

Regards & TIA

Peter
Tue, Mar 16 2010 1:41 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Peter,

<< Are there any other files to distribute with edbmgr.exe  I need to
distribute (selectively) my version of the utility, with changes to the
source to accommodate my app's password. >>

The only other file that you may want to distribute is the edbmgr.ini
configuration file, but you can also just create that automatically in your
version of the utility.

<< Is the Inno script available? >>

Sure, but the only thing it does is copy it into the installation directory.
Everything else is all self-contained in the actual edbmgr.exe.

--
Tim Young
Elevate Software
www.elevatesoft.com

Tue, Mar 16 2010 7:08 PMPermanent Link

Peter

Tim

Thanks, I would still like to see the script, if possible, as my Inno experience is pretty limited.

I have 2.03 build 9 installed, but my compiled edbmgr source displays '2.03 build 8' in the About box.

Regards & Thanks

Peter
Wed, Mar 17 2010 11:16 AMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Peter,

<< Thanks, I would still like to see the script, if possible, as my Inno
experience is pretty limited. >>

I've attached it.

<< I have 2.03 build 9 installed, but my compiled edbmgr source displays
'2.03 build 8' in the About box. >>

You'll need to modify the verinfo.rc resource script, recompile it
(brcc32.exe in Delphi), and then rebuild your ElevateDB Manager.

--
Tim Young
Elevate Software
www.elevatesoft.com





Attachments: setupscr.iss
Tue, Mar 23 2010 6:46 AMPermanent Link

Peter

Tim

I modified the RC file to look like this

1 VERSIONINFO
FILEVERSION 2, 3, 0, 9
PRODUCTVERSION 2, 3, 0, 9
FILEOS 4
FILETYPE 1
{
   BLOCK "StringFileInfo"
   {
      BLOCK "040904E4"
      {
         VALUE "CompanyName", "Elevate Software\000"
         VALUE "FileDescription", "ElevateDB Manager\000"
         VALUE "FileVersion", "2.03 Build 9\000"
         VALUE "InternalName", "edbmgr\000"
         VALUE "LegalCopyright", "Copyright © 2010 Elevate Software, Inc.\000"
         VALUE "OriginalFileName", "edbmgr.exe\000"
         VALUE "ProductName", "ElevateDB Manager\000"
         VALUE "ProductVersion", "2.03\000"
         VALUE "Comments", "\000"
      }
   }
   BLOCK "VarFileInfo"
   {
      VALUE "Translation", 0x409, 1252
   }
}
1 24 "edbmgr.manifest"

..then ran brcc32 verinfo.rc , changed the version number in Options, built the project, and the display in the About box says "Version 1.0.0.0 (2.3.0.9)".

There is no caption on the main form, so VersionInfo isn't getting the details that it expects,

Regards

Peter
Image