root/trunk


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @82 [82] 06/26/07 04:40:43 mloar2 Fixed whitespace in schema file.
(edit) @81 [81] 06/18/07 18:23:43 mloar2 Change svn:externals to svn+ssh scheme.
(edit) @80 [80] 01/06/07 01:25:13 mloar2 Integrating FxCop? fixes plus restored strong names from 1.0 branch.
(edit) @70 [70] 12/26/06 12:17:06 mloar2 1.0.15 Release with new schema and numerous improvements.
(edit) @69 [69] 12/25/06 06:24:19 mloar2 Fixed access to UNC paths.
(edit) @68 [68] 12/13/06 06:17:00 mloar2 Big fixes. I think it's finally time for the 1.0 release.
(edit) @67 [67] 11/21/06 04:35:35 mloar2 Changed component code on WindowsInstaller? dll.
(edit) @66 [66] 11/21/06 04:29:11 mloar2 Fixed UI handler.
(edit) @65 [65] 11/21/06 02:36:06 mloar2 Replacing managed C++ Windows Installer interface with pure C# …
(edit) @64 [64] 11/20/06 20:36:04 mloar2 WiptException? no longer derives from ApplicationException?, in accordance …
(edit) @63 [63] 11/11/06 17:13:43 mloar2 Cleaned up build system to be more standard. Also added some …
(edit) @62 [62] 11/11/06 16:51:56 mloar2 Remove InstallUtil? junk.
(edit) @61 [61] 11/11/06 16:45:44 mloar2 No longer require InstallUtil? stuff, so remove it.
(edit) @60 [60] 11/11/06 16:44:54 mloar2 Changed MsiConfigureProduct? to an MsiConfigureProduct? call that globally …
(edit) @59 [59] 11/09/06 13:55:28 mloar2 New version!
(edit) @58 [58] 11/09/06 13:14:59 mloar2 Test
(edit) @57 [57] 11/06/06 23:42:28 mloar2 * Added copyright notice * Fixed bugs with version strings causing …
(edit) @56 [56] 11/05/06 23:00:35 mloar2 * Made setting UI level responsibility of the caller. * Cleaned up …
(edit) @55 [55] 08/07/06 06:29:21 mloar2 Fixed version ambiguity on remove. Also added attributes to schema for …
(edit) @54 [54] 08/05/06 05:44:18 mloar2 Added workaround for lack of file:// URLS by the Windows Installer. Also …
(edit) @53 [53] 07/31/06 20:44:08 mloar2 Finally, unified versioning.
(edit) @52 [52] 07/31/06 13:53:11 mloar2 Replaced ACM.Wipt.Version with System.Version.
(edit) @51 [51] 07/31/06 04:08:13 mloar2 Fixed version comparisons. Again.
(edit) @50 [50] 07/31/06 03:43:57 mloar2 Fixed Makefiles and release 1.0.10.
(edit) @49 [49] 07/31/06 03:29:20 mloar2 Fixed upgrade, transform, and installed bugs in wipt-get. Also added …
(edit) @48 [48] 07/27/06 00:23:41 mloar2 Fixed exception when MSI contains invalid version string. Added exception …
(edit) @47 [47] 07/26/06 17:18:18 mloar2 Wipt 1.0.9 release.
(edit) @46 [46] 07/26/06 17:15:51 mloar2 Reverting ComponentCode? for wipt-get, since badness occurs. 1.0.9 release …
(edit) @45 [45] 07/26/06 04:19:19 mloar2 Initial checkin of wipt-put, with associated changes to other files.
(edit) @44 [44] 07/25/06 21:52:36 mloar2 Fixed VS solution file for assembly name change.
(edit) @43 [43] 07/25/06 21:51:02 mloar2 Made changes to account for change of System.Installer assembly name. …
(edit) @42 [42] 07/25/06 21:39:58 mloar2 Renamed assembly to ACM.Wipt.WindowsInstaller?.
(edit) @41 [41] 07/25/06 21:36:37 mloar2 Added MsiDatabase? class, and preparing to rename assembly and files.
(edit) @40 [40] 07/25/06 21:36:37 mloar2 Added MsiDatabase? class, and preparing to rename assembly and files.
(edit) @39 [39] 07/24/06 02:14:18 mloar2 Added several command-line options. Removed some dead code. Cleaned …
(edit) @38 [38] 07/24/06 01:51:14 mloar2 Now initialize all array members of Product to an array of zero length. …
(edit) @37 [37] 07/22/06 03:29:30 mloar2 Fixed permissions on data directories. Also fixed compilation error on …
(edit) @36 [36] 07/20/06 22:08:41 mloar2 Incremented schema version number. Made Version instance variables …
(edit) @35 [35] 07/18/06 00:13:07 mloar2 Removed now-useless batch option. Also fixed dist-upgrade command.
(edit) @34 [34] 07/17/06 03:21:44 mloar2 Removed all support for Suites. Also changed Product to implement …
(edit) @33 [33] 07/11/06 00:30:54 mloar2 Got rid of StringToVersion?. Added parameter to timestamp executables. …
(edit) @32 [32] 07/05/06 17:11:27 mloar2 Fixed the version comparison operators so that they work correctly. Also …
(edit) @31 [31] 06/13/06 00:57:04 mloar2 Fixed IsInstalled? to behave properly when more than one version of a …
(edit) @30 [30] 06/06/06 23:32:43 mloar2 Changed default repository to HTTPS.
(edit) @29 [29] 06/05/06 03:29:06 mloar2 Fixed TARGETDIR.
(edit) @28 [28] 06/05/06 03:27:45 mloar2 Set ALLUSERS=2 on all installs.
(edit) @27 [27] 06/05/06 00:16:47 mloar2 Tweaked Makefile and added snks for System.Installer and wipt-get.
(edit) @26 [26] 06/04/06 19:58:53 mloar2 Made changes for RC1, and fixed a couple small bugs.
(edit) @25 [25] 06/03/06 04:25:19 mloar2 Fixed wipt-gui building and cleanup.
(edit) @24 [24] 06/03/06 04:24:54 mloar2 Fixed upgrading.
(edit) @23 [23] 06/03/06 04:24:06 mloar2 Fixed license text.
(edit) @22 [22] 06/03/06 04:19:05 mloar2 Added support for Upgrade and checking product codes on patches.
(edit) @21 [21] 06/03/06 04:18:24 mloar2 Added support for Patch ProductCode? attribute. Also played with operators …
(edit) @20 [20] 05/28/06 02:43:30 mloar2 Fixed Remove to actually remove specified version.
(edit) @19 [19] 05/28/06 02:20:50 mloar2 Added resource file for version info.
(edit) @18 [18] 05/15/06 16:03:57 mloar2 Added license file.
(edit) @17 [17] 05/15/06 16:01:20 mloar2 Beta 1 release.
(edit) @16 [16] 05/11/06 23:24:22 mloar2 Changed stuff?
(edit) @15 [15] 04/28/06 23:17:00 mloar2 Sanitized code.
(edit) @14 [14] 04/28/06 23:14:53 mloar2 Fixed some stuff.
(edit) @13 [13] 04/23/06 20:32:22 mloar2 Updated for schema changes and changed to allow use of FTP and local files …
(edit) @12 [12] 04/23/06 20:31:15 mloar2 Messed with stuff again.
(edit) @11 [11] 04/18/06 14:01:42 mloar2 Committed first revision of repository management tool. Also did some …
(edit) @10 [10] 04/09/06 06:53:42 mloar2 I fixed stuff!
(edit) @9 [9] 03/06/06 23:07:03 mloar2 Fixored progress stuff.
(edit) @8 [8] 03/06/06 21:18:32 mloar2 Who knows?
(edit) @7 [7] 02/25/06 13:18:02 mloar2 Modified schema to support dependencies.
(edit) @6 [6] 02/25/06 03:41:45 mloar2 Fixed up some code.
(edit) @5 [5] 02/20/06 22:26:27 mloar2 Finally fixored for VS support.
(edit) @4 [4] 02/20/06 21:36:17 mloar2 I don't know what I changed.
(edit) @3 [3] 02/18/06 01:28:34 mloar2 Fixed SerializationException? handling.
(edit) @2 [2] 02/08/06 22:38:47 mloar2 Initial import of Wipt
(add) @1 [1] 02/08/06 22:38:18 mloar2 Adding Wipt to SVN
Note: See TracRevisionLog for help on using the revision log.