diff options
author | Dmitry Moiseev <m0sia@m0sia.ru> | 2013-11-07 14:30:10 +0600 |
---|---|---|
committer | Dmitry Moiseev <m0sia@m0sia.ru> | 2013-11-07 14:30:10 +0600 |
commit | 2ee87e7f327866ff2997b2d74ccca584385e2d8c (patch) | |
tree | c4291693d47e249b6123e1b8b6e76dbebb7bb0e8 | |
parent | 2ea5f66d82df77beb0d295ac72af1cf1b8664fd1 (diff) | |
download | pyParrotZikTCP-2ee87e7f327866ff2997b2d74ccca584385e2d8c.tar.xz pyParrotZikTCP-2ee87e7f327866ff2997b2d74ccca584385e2d8c.zip |
initial commit
-rw-r--r-- | win32installer.iss | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/win32installer.iss b/win32installer.iss new file mode 100644 index 0000000..0cec977 --- /dev/null +++ b/win32installer.iss @@ -0,0 +1,30 @@ +[Setup] +AppName=Parrot Zik Tray +AppVerName=Parrot Zik Tray 0.1 +AppPublisher=m0sia@m0sia.ru +AppPublisherURL=https://github.com/m0sia/pyParrotZik +DefaultDirName={pf}\ParrotZikTray +DefaultGroupName=ParrotZikTray +DisableProgramGroupPage=true +OutputBaseFilename=setup +Compression=lzma +SolidCompression=true +AllowUNCPath=false +VersionInfoVersion=0.1 +;VersionInfoCompany= +;VersionInfoDescription=handytool +;PrivilegeRequired=admin + +[Dirs] +Name: {app}; Flags: uninsalwaysuninstall; + +[Files] +Source: dist\*; DestDir: {app}; Flags: ignoreversion recursesubdirs createallsubdirs + +[Icons] +Name: {group}\Parrot Zik Tray; Filename: {app}\ParrotZikTray.exe; WorkingDir: {app} + +[Run] +; If you are using GTK's built-in SVG support, uncomment the following line. +;Filename: {cmd}; WorkingDir: "{app}"; Parameters: "/C gdk-pixbuf-query-loaders.exe > lib/gdk-pixbuf-2.0/2.10.0/loaders.cache"; Description: "GDK Pixbuf Loader Cache Update"; Flags: nowait runhidden +Filename: {app}\ParrotZikTray.exe; Description: {cm:LaunchProgram,Parrot Zik Tray}; Flags: nowait postinstall skipifsilent
\ No newline at end of file |