Menu

How to creat a

wildfarmer
2017-01-07
2017-01-10
  • wildfarmer

    wildfarmer - 2017-01-07

    How to make a installer? Thank you.

     

    Last edit: wildfarmer 2017-01-07
  • Filip Sikora

    Filip Sikora - 2017-01-09

    I don't know what you mean. Can you explain little bit more ?

     
    • wildfarmer

      wildfarmer - 2017-01-09

      Sorry, my English is not good. How to make a executable installation package like "dotNetDiskImager_0.7.245.21_Installer.exe"?

       
  • Filip Sikora

    Filip Sikora - 2017-01-09

    It's OK, I just didn't know what you were asking. I made that installer by myself. I can share the source code if you like.

     
    • wildfarmer

      wildfarmer - 2017-01-10

      Thank you very much. I need it to learn how to make a installer. My email address is wstcsw AT gmail.com. When I used this tool, I found some problems and fixed them, how do I submit the code to you?

       
      • Filip Sikora

        Filip Sikora - 2017-01-10

        You can now download installer source code from here: https://sourceforge.net/projects/dotnetdiskimager/files/src/.

        You can add attachment to this thread, so if you want, add your fixed code here. I would like to ask what exactly did you find and fix ?

         
        • wildfarmer

          wildfarmer - 2017-01-10

          AboutWindow.xaml

          • Line 19
          <TextBlock Margin="130,80,10,0" TextWrapping="Wrap" VerticalAlignment="Top">
          

          MainWindow.xaml

          • Line 70
          <TextBox TabIndex="3" x:Name="checksumTextBox" Height="23" Margin="10,123,177,0" IsReadOnly="True" Text="" VerticalAlignment="Top" VerticalContentAlignment="Center" Grid.Row="1" AllowDrop="True" Drop="program_Drop" PreviewDragOver="imagePathTextBox_PreviewDragOver" GotKeyboardFocus="checksumTextBox_GotFocus" GotMouseCapture="checksumTextBox_GotFocus"/>
          
          • Line 73
          <ComboBox TabIndex="4" x:Name="checksumComboBox" Margin="387,123,98,0" Grid.Row="1" VerticalAlignment="Top" Height="23" SelectedIndex="0">
          
          • Line 84
          <StackPanel Margin="5,212,0,0" Grid.Row="1" Height="23" VerticalAlignment="Top" Orientation="Horizontal">
          
          • Line 109
              <Button TabIndex="13" x:Name="cancelButton" ToolTip="Cancel current operation" HorizontalAlignment="Right" Padding="5,0" VerticalAlignment="Top" Click="cancelButton_Click" Height="23">
                  <StackPanel Orientation="Horizontal">
                      <Label Content="{StaticResource cancelIcon}" Padding="0,0,3,0"/>
                      <TextBlock Text="Cancel"/>
                  </StackPanel>
              </Button>
          </StackPanel>
          

          MainWindow.xaml.cs

          • Line 1799, add
          DisplayInfoPart(false);
          

          This tool is very good. Thank you again.

           
          • Filip Sikora

            Filip Sikora - 2017-01-10

            Interesting. I have Windows 8.1 and it looks normal and I also tested it on my friend's laptop with Windows 10 and it also looked normal. I'll fix it so it will look consistent across all OS.

            Thanks for reporting this.

             

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.