File: msvc60_system_files.iss

package info (click to toggle)
svn-workbench 1.5.0-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 2,400 kB
  • ctags: 1,585
  • sloc: python: 12,163; sh: 74; makefile: 46; ansic: 9
file content (9 lines) | stat: -rw-r--r-- 373 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
;
;	msvc60_system_files.iss
;

; begin VC system files
Source: "..\vc6redist\msvcp60.dll";	DestDir: "{sys}"; Flags: restartreplace uninsneveruninstall
Source: "..\vc6redist\msvcirt.dll";	DestDir: "{sys}"; Flags: restartreplace uninsneveruninstall
Source: "..\vc6redist\msvcrt.dll";	DestDir: "{sys}"; Flags: restartreplace uninsneveruninstall
; end VC system files