Skip to content

An alternative to Ninite, save time installing apps!

License

Notifications You must be signed in to change notification settings

keithudev/autoinstall

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

autoinstall

autoinstallnew

An alternative to Ninite, save time installing apps!

Want to contribute?

Contribute by adding more apps, since it is very difficult to add them one by one.

To add an app go to the Apps.cs file, all the apps will be there.

How does it work?

{
  'Development': { // This is where the category will be called, within that category are the apps.
      'vscode': { // ID of the app
          'name': 'Visual Studio Code', // Name of the app
          'icon': 'vscode.png', // Icon
          'downloadUrl': 'https://code.visualstudio.com/sha/download?build=stable&os=win32-x64-user', // Download URL
          'type': 'exe', // Type of executable (exe or msi)
          'params': '/silent', // Parameters to add to the executable
          'afterParams': 'taskkill /f /im Code.exe' // Post-install command
      }
  }
}

How to add an icon?

  1. Add the icon image to the icons folder (it must be in low quality, to save space).
  2. Add <None Remove="icons\icon.png" /> in the <ItemGroup> in autoinstall.csproj.
  3. Add <Resource Include="icons\icon.png" /> in the second <ItemGroup> in autoinstall.csproj.

About

An alternative to Ninite, save time installing apps!

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages