Jump to content


This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.
Photo

Source files versus generated files


2 replies to this topic

Glytzhkof

Glytzhkof
  • Moderators
  • 1,447 posts

Posted 13 November 2003 - 23:38

Hi guys, I could figure this out by trial and error, but maybe someone already has this figured out. What files need to be version controlled for an Installshield project, and what files are always generated? Can I exclude these files?:

setup.inx
IsConfig.ini
InteriorBin1
setup.brk
setup.dbg
setup.map
setup.obs
String1031.txt
String1033.txt

Would be great if someone can shed some light on this.
Regards
-Stein Åsmul

tsauerbeck

tsauerbeck
  • Members
  • 28 posts

Posted 21 November 2003 - 10:58

1.) Export your project to textfiles (file menu)
2.) Put your project under a RCS' control by choosing project -> source control

This will work if your RCS supports that Microsoft source control something "standard".


mgrove

mgrove
  • Members
  • 14 posts

Posted 28 November 2003 - 18:52

All the files listed are generated. From what I can tell, the only files that need to be included in source control are [ProjectName].isv (main project text file), *.idt (tables), and *.rul (sript files). You may also have to include any custom icon files or graphics you use in any dialogs.

MikeG