View Single Post
Re: patching NSIS so that it won't stupidly append a "Half-Life" or something in the path
Old
  (#6)
Whistler
Summoner
 
Whistler's Avatar
 
Status: Offline
Posts: 1,499
Join Date: Feb 2004
Location: Mist Village
Default Re: patching NSIS so that it won't stupidly append a "Half-Life" or something in the path - 05-03-2005

I don't like Inno Setup very much, as it's written in Pascal with Borland's proprietary VCL library (i.e., Delphi). If I want to patch it, I will have to pay quite a lot of $$$ and also I don't know Pascal

Quote:
just add a backslash to the end of your installation directory in your NSIS script will fix that (C:\SIERRA\Half-Life\ for example)
thanks for that! I didn't think on it will be simple like this
  
Reply With Quote