Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Don't like INNO Setup
Message
From
01/08/2010 15:42:09
Mike Yearwood
Toronto, Ontario, Canada
 
General information
Forum:
Visual FoxPro
Category:
Installation, Setup and Configuration
Environment versions
Visual FoxPro:
VFP 9 SP2
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01474660
Message ID:
01474814
Views:
71
>All I wanted was a simple Installation program like we used to have in VFP 6.0. INNO cannot do the simple stuff; it is a program that works, if you go their way, but if you want to do something different, it seems unwieldable, like a heavy sword you just cannot lift.
>
>Is InstallShield Express that comes with VFP 9.0 any easier to use? I have version 5.
>
>All I want to do, while in Development mode, is to copy all of the files from the C:\Dev\CMW folder onto any machine and be done with it. All of the subfolders contain all of the necessary development files, i.e., classes, forms, graphics, report, etc., along with the EXE file, config.fpw. INNO just isn't made to handle the simple stuff, or else my brain is far too simple (and that could be too!). (I wonder if all that fluoride I've been drinking has dummed me down?)

Define these constants:
#define MyDistDir "c:\dev\folkschool\distributedatatest\"

Just put this in the files section:

[Files]
; NOTE: Don't use "Flags: ignoreversion" on any shared system files
Source: {#MyDistDir}*.*; DestDir: {App}; Flags: ignoreversion

App will default to C:\Program Files\yourappdir

That's it.
Previous
Reply
Map
View

Click here to load this message in the networking platform