MicaSetup icon indicating copy to clipboard operation
MicaSetup copied to clipboard

MicaSetup is a universal advanced installation package generation tool project by pure C#.

Results 4 MicaSetup issues
Sort by recently updated
recently updated
newest added

- Your suggestions Sample: ```c# RichTextBox rtfBox = new(); using FileStream fs = File.OpenRead(path); rtfBox.Selection.Load(fs, DataFormats.Rtf); ```