project files structure and content
project files structure and content
This is not described in help files but I need a full list of project core files - these which have to be stored in my repository, containing project crucial data (not IDE settings). I hope, all these files are in text format.
-
- Posts: 904
- Joined: Thu Dec 22, 2005 7:03 pm
- Contact:
Most of these files are in plain text format. You need everything in your project folder except BAK files and DLL files. I think there was another post in these forums which described the individual files and their meanings in detail.
Candice Jones
InstallAware
Home of The Next Generation MSI Installer
Get your free copy today - http://www.installaware.com/
InstallAware
Home of The Next Generation MSI Installer
Get your free copy today - http://www.installaware.com/
> Most of these files are in plain text format.
most of them are binary.
>You need everything in your project folder except BAK files and DLL files.
I don't want store IDE settings and compiler output.
>there was another post in these forums
yes, it was my post, but I not received complete information.
> which described the individual files and their meanings in detail
it was attempt to it...
I'll try to sumarize both threads:
.MPR: Project file, contains project level settings and references to scripts, dialogs, support files, merge modules, etc.
.MIA: Script file, either your main setup script, or your include scripts
.MIA.BRK: Breakpoints for the named script file
.MIA.FLD: Code folding for the named script file
.DFM: Dialog design
.DFM.MIAF: Dialog rules
.DFM.BAGGAGE: AVI or other "baggage" files to be kept next to the .DFM file on each save
*.tanslations.* files for translations
But I still don't know:
- is this list complete?
- which of them are core project files and should be stored in repository?
- which are not so important and can be generated by IA on the fly (compiled)?
- file format (text/binary)
- Is it possible to have core project data in one text file (e.g. plugin to archive it)?
most of them are binary.
>You need everything in your project folder except BAK files and DLL files.
I don't want store IDE settings and compiler output.
>there was another post in these forums
yes, it was my post, but I not received complete information.
> which described the individual files and their meanings in detail
it was attempt to it...
I'll try to sumarize both threads:
.MPR: Project file, contains project level settings and references to scripts, dialogs, support files, merge modules, etc.
.MIA: Script file, either your main setup script, or your include scripts
.MIA.BRK: Breakpoints for the named script file
.MIA.FLD: Code folding for the named script file
.DFM: Dialog design
.DFM.MIAF: Dialog rules
.DFM.BAGGAGE: AVI or other "baggage" files to be kept next to the .DFM file on each save
*.tanslations.* files for translations
But I still don't know:
- is this list complete?
- which of them are core project files and should be stored in repository?
- which are not so important and can be generated by IA on the fly (compiled)?
- file format (text/binary)
- Is it possible to have core project data in one text file (e.g. plugin to archive it)?
-
- Posts: 904
- Joined: Thu Dec 22, 2005 7:03 pm
- Contact:
All of these files are required. None of them are generated on the fly. Some are in text format and some are binary (the dialogs in particular). They cannot be merged into a single file.
Candice Jones
InstallAware
Home of The Next Generation MSI Installer
Get your free copy today - http://www.installaware.com/
InstallAware
Home of The Next Generation MSI Installer
Get your free copy today - http://www.installaware.com/
Who is online
Users browsing this forum: No registered users and 97 guests