Skip to content
#

installer

Here are 984 public repositories matching this topic...

Squirrel.Windows
rohitisinhk
rohitisinhk commented Mar 11, 2020

Why do we always append "-a" to the app argument in shortcuts.

My application takes parameter as
MyApp.exe --mainConfig "SomeXml" --otherConfig "PathToSomeOtherXml"

However when the shortcut is created it appears as:
MyApp.exe -a "--mainConfig SomeXml --otherConfig someOtherConfig

BerndSelig
BerndSelig commented Jan 22, 2016

See http://stackoverflow.com/questions/34942142/inno-setup-passing-constant-array-of-string-in-unicode-installer-fails-with-typ

  FmtMessage('BlaBla%1', ['abc']);  // works with both inno setup versions
  FmtMessage('BlaBla', []);         // works with both inno setup versions  

  MyFmtMessage(['abc']);     // type mismatch with unicode
  MyFmtMessage([]);                 // type mismatch wi
Tool-X

Tool-X is a kali linux hacking Tool installer. Tool-X developed for termux and other Linux based systems. using Tool-X you can install almost 370+ hacking tools in termux app and other linux based distributions.

  • Updated Jun 11, 2020
  • Python
cbrune
cbrune commented Aug 16, 2018

It would be great for the project to use public continuous integration and provide a public dashboard of current build status.

Nice features that come to mind:

  • build every machine for every change
  • provide a decent dashboard to display the results

A big stretch goal would be to automate some tests. For that a first step would be to automate tests for the kvm_x86_64 virtual machine an

Improve this page

Add a description, image, and links to the installer topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the installer topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.