Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 7 of 7
  1. #1
    Join Date
    May 2004
    Location
    Vancouver, BC, Canada
    Posts
    87

    File Version... how to change it?

    Hi Guys,

    Can I change the file version of the final Exe file that I'm creating?
    That will be very important to track different versions of my application.
    I would like to change the Exe version as well as the company and etc.

    Any ideas?
    Itamar.

  2. #2
    Join Date
    Oct 2003
    Posts
    908
    There is nothing built-in to AMS50 to do this. Our license agreement does not allow you to alter the runtime executable.

  3. #3
    Join Date
    May 2004
    Location
    Vancouver, BC, Canada
    Posts
    87

    Can you suggest a different way to track?

    Can you suggest a different way to track Different versions of my application ?

    Itamar.

  4. #4
    Join Date
    May 2004
    Location
    Vancouver, BC, Canada
    Posts
    87

    The File version Issue

    Using an ini file will be very inconvenient

    Specially if you are running automate procedures that using the check version function – to confirm our version.

    I can't understand why the File Version is in use by AMS, maybe we can share

    Itamar.
    Last edited by itamar; 06-20-2004 at 05:37 PM.

  5. #5
    SUF6NEWBIE Guest
    suggestion 1. Creating project.. load current version, modify and
    do a saveas.. call it myappversion..whatever. The entire project
    is duplicated under the new project name.

    suggestion2. Create a .txt file in the docs folder of app..
    maybe call it v.txt ..have your version details in the text file.

    in startup actions read the txt file to a table or to a string..

    at your apps runtime..the result of the textfilereadtostring(v.txt)...
    is now living in memory..so you can access anytime using string actions etc.
    (you can perform a filedelete action of the docs\v.txt , if so choose..)

    suggestion 3. If you are using the 'autorun.inf' at build time..
    (publishing to folder) you could possibly edit 'autorun.inf' by adding this:


    [Product Version]
    ;put anything that suits
    myapp=2.0.0.1beta5

    ..do read from ini file actions during app runtime...
    Last edited by SUF6NEWBIE; 06-21-2004 at 12:41 AM.

  6. #6
    Join Date
    May 2004
    Location
    Vancouver, BC, Canada
    Posts
    87

    adding to the autorun.inf

    Is pretty good idea,
    Thanks.

    Itamar.

  7. #7
    Join Date
    Feb 2004
    Location
    Washington DC Area
    Posts
    73
    One of my projects tests the apps version against a web server.

    Not sure if any of this can be useful but I offer it as another example of how it could be done.

    I've got a squad of trained attack Bichon Frises and am not afraid to deploy them against critics of my PHP. You have been warned!
    Attached Files

Similar Threads

  1. Audio Tracks Project
    By Michael in forum AutoPlay Media Studio 5.0
    Replies: 7
    Last Post: 03-18-2004, 10:58 PM
  2. HOWTO: "Hide" Externally Referenced Files
    By Support in forum AutoPlay Media Studio 4.0 Examples
    Replies: 0
    Last Post: 10-23-2002, 03:19 PM
  3. HOWTO: Detect Acrobat Version
    By Support in forum AutoPlay Media Studio 4.0 Examples
    Replies: 0
    Last Post: 10-22-2002, 04:01 PM
  4. Can search allow manual browse even if file is found?
    By RichardShaw in forum Setup Factory 5.0
    Replies: 2
    Last Post: 08-28-2000, 06:08 PM
  5. Replies: 0
    Last Post: 08-17-2000, 02:29 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts