Kymoto ISStudio (Inno Script Studio)

Post details of freeware that are found to be not portable here. Posts in the submissions forum relating to freeware found to be not portable should also be moved here.
Post Reply
Message
Author
User avatar
Midas
Posts: 6725
Joined: Mon Dec 07, 2009 7:09 am
Location: Sol3

Kymoto ISStudio (Inno Script Studio)

#1 Post by Midas »

https://www.kymoto.org/products/inno-script-studio author wrote:Inno Script Studio provides help to simplify the creation of Microsoft Windows installations by allowing the generation of Inno Setup scripts by use of the intuitive interface to reduce the need to manually edit the Inno Setup scripts. :!:
Image

Overall, a rather modern interface that should be interesting to portabilizing geeks. Unfortunately, although the required Inno Setup Compiler can be placed in ISStudio folder and pointed to by writing a '.' (single dot, without quotes) in its "Options | Compiler" appropriate field, ISStudio writes it's settings to the system's registry... :(

Writes to:

Code: Select all

%AppData%\Roaming\Kymoto Solutions

HKEY_CURRENT_USER\Software\Kymoto Solutions
Download installer for current version (v2.0.0.17) from http://www.kymoto.org/.

Kymoto
Posts: 1
Joined: Sun Apr 21, 2013 4:11 am

Re: Kymoto ISStudio (Inno Script Studio)

#2 Post by Kymoto »

Hi,

I'm the author of Inno Script Studio, and thought it best to let you know a portable version is in the works and should be released shortly.

I am still investigating what changes need to be done to ensure Inno Script Studio works correctly as a portable application, so any pointers would be very welcome.

Regards,
Tim
Kymoto Solutions

User avatar
Midas
Posts: 6725
Joined: Mon Dec 07, 2009 7:09 am
Location: Sol3

Re: Kymoto ISStudio (Inno Script Studio)

#3 Post by Midas »

Hy there, Kymoto, and thanks for checking in TPFC forums. 8)

Great news about your Kymoto ISStudio -- be sure to let us know when it's portable, so this topic can be moved to 'Portable Freeware Submission' providing for more public exposure; for starters you could peruse the FAQ page at http://www.portablefreeware.com/faq.php...

User avatar
Midas
Posts: 6725
Joined: Mon Dec 07, 2009 7:09 am
Location: Sol3

Re: Kymoto ISStudio (Inno Script Studio)

#4 Post by Midas »

Inno Script Studio is currently v2.1.0.20 (changelog at http://www.kymoto.org/products/inno-scr ... se-history).

shnbwmn
Posts: 265
Joined: Sat Jul 11, 2015 12:59 am

Re: Kymoto ISStudio (Inno Script Studio)

#5 Post by shnbwmn »

The standard InnoSetup package includes a command-line switch to enable portable mode for ISStudio.

Instructions:

- Download QuickStart Pack (innosetup-qsp-X.X.X-unicode.exe)
- Run installer with /portable=1
- Check ISStudio, Preprocessor, Encryption, etc within setup (or just ISStudio if you wish)
- After installation, copy InnoSetup + ISStudio folders to wherever you want
- Uninstall both from computer
- Change path to compiler (InnoSetup folder) in ISStudio's "Settings.ini" or under "Tools > Options > Compiler Settings" within program (relative paths allowed)

Code: Select all

[Options\Compiler]
InnoCompilerPath=X:\SomeFolder\InnoSetup
The very top of "Settings.ini" should contain:

Code: Select all

[Portable]
Portable=1
Brief testing reveals some insignificant settings (window state, toolbars) written to HKCU\Software\Kymoto Solutions\Inno Script Studio 2 + empty InnoSetup key created ... so not stealth.

Post Reply