Parent Directory
|
Revision Log
+ add installer classes (did not need to create new projects)
1 | william | 145 | using System; |
2 | using System.Collections; | ||
3 | using System.Collections.Generic; | ||
4 | using System.ComponentModel; | ||
5 | using System.Configuration.Install; | ||
6 | using System.Linq; | ||
7 | |||
8 | |||
9 | namespace AnywhereTS | ||
10 | { | ||
11 | [RunInstaller(true)] | ||
12 | public partial class ATSAmdin : System.Configuration.Install.Installer | ||
13 | { | ||
14 | public ATSAmdin() | ||
15 | { | ||
16 | InitializeComponent(); | ||
17 | } | ||
18 | } | ||
19 | } |
ViewVC Help | |
Powered by ViewVC 1.1.22 |