Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Creating extra directories after install
Message
From
22/11/2011 06:41:33
 
General information
Forum:
Visual FoxPro
Category:
Installation, Setup and Configuration
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows 7
Network:
Windows 2003 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01529297
Message ID:
01529468
Views:
37
This message has been marked as a message which has helped to the initial question of the thread.
>>>Hi everybody,
>>>
>>>I'm creating an installation file using Inno Setup. After the program is installed in the Program Files directory I also want to create a directory in ProgramData directory and add a file there.
>>>
>>>I am using Inno Setup and this is my first time using it.
>>>
>>>Can you please show me a sample if you're using Inno Setup for your installations?
>>>
>>>Thanks in advance.
>>
>>If I need an empty folder I create the folder in my source and put a dummy file in there, then add that file to the installation script.
>
>I don't understand what you're proposing. I want the installation to create an extra directory in ProgramData folder. What should I do to make it happen?
>
>Thanks.

I believe a line like this in your script will copy the Claims Log.txt file to your ProgramData folder and put it in a sub folder called My New Folder:

Source: C:\Development\VFP9\VMP2005\CM\Claims Log.txt; DestDir: {commonappdata}\My New Folder
Frank.

Frank Cazabon
Samaan Systems Ltd.
www.samaansystems.com
Previous
Reply
Map
View

Click here to load this message in the networking platform