Results 1 to 2 of 2

Thread: To replace already existing package: Inno setup

  1. #1

    Thread Starter
    New Member
    Join Date
    Jul 2008
    Posts
    1

    To replace already existing package: Inno setup

    Hey there,

    I have already generated a setup.exe using innosetup and my default directory name is
    DefaultDirName=C:\Program Files\abc\xyz so that all the files of this application reside in xyz folder.

    Now, I want to install another version of the same application in the same directory, that is in C:\Program Files\abc\xyz
    I want all the files in the xyz folder to be overwritten by the latest version and there shouldn't any trace of the older files.

    Anybody has any idea on what is to be done?Please suggest!

    Many thanks

  2. #2
    Hyperactive Member
    Join Date
    Jun 2003
    Posts
    259

    Re: To replace already existing package: Inno setup

    use the ignoreversion flag like this

    Source: C:\Documents and Settings\Owner\Desktop\work order\SETUP FILES\unitnumber.txt; DestDir: {app}; Flags: ignoreversion;

Posting Permissions

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



Click Here to Expand Forum to Full Width