main logo
Subject: Re: Inno Setup Script
Author: Greg Gum
Posted: 2003/06/12 13:59:00
 
View Entire Thread
New Search


Try this:

; VFP 8 Runtime files. Note only English resouce file included.
; Note, don't change the order, GDI must come first.
; Does not include XML features which require MSXML3.DLL, MSXML3R.DLL
AND MSXML3A.DLL
Source: "GDIPLUS.DLL" ; DestDir: "{sys}";Flags: regserver
uninsneveruninstall sharedfile onlyifdoesntexist
Source: "MSVCR70.DLL" ; DestDir: "{sys}"; Flags: uninsneveruninstall
onlyifdoesntexist
Source: "VFP8R.DLL" ; DestDir: "{pf}Common FilesMicrosoft
SharedVFP"; Flags: regserver sharedfile onlyifdoesntexist
Source: "VFP8RENU.DLL" ; DestDir: "{pf}Program FilesCommon
FilesMicrosoft SharedVFP";Flags: uninsneveruninstall onlyifdoesntexist





Ryan Katri wrote:

>Does anyone have a script for Inno Setup available for the VFP8 runtime
>files? I just want to install the minimum that is necessary, and I seem to
>remember a script passing through this list, but can't find it in the
>archives.
>
>Thanks for any help!
>
>Ryan Katri
>COB System Designs, Inc.
>
>
>--- StripMime Report -- processed MIME parts ---
>multipart/alternative
> text/plain (text body -- kept)
> text/html
>---
>
[excessive quoting removed by server]






 
©2003 Greg Gum
<-- Prior Message New Search Next Message -->