Re: Abridged summary of innosetup@googlegroups.com - 8 updates in 4 topics

36 views
Skip to first unread message

Harvey Brofman

unread,
Aug 29, 2023, 10:31:27 AM8/29/23
to inno...@googlegroups.com
sorry for the delay, was tied up with something else yesterday. Here are two uses:

#sub ReadAndSaveLineToFile
  #Define FLine = FileRead(FH2)
  ;[2022/06/03 hb] handle special characters that break the serializer in .net
  ;[2022/10/18 hb] U&C was not being handled directly, fixed. [2023/04/18 hb] added support for && too
  #Define FLine StringChange(FLine, ' & ', ' & ')
  #Define FLine StringChange(FLine, ' && ', ' && ')
  #Define FLine StringChange(FLine, 'U&C', '&')
  #Define FLine StringChange(FLine, '<', '&lt;')
  #Define FLine StringChange(FLine, '>', '&gt;')
  #Define FLine StringChange(FLine, "'", '&apos;')
  #Define FLine StringChange(FLine, '"', '&quot;')
  #expr SaveStringToFile(InfoFile, FLine + CRLF, true, false)
#endsub

  #elif Pos("OKUpdateMessage", FileLine) > 0
    #define S=Copy(FileLine, Pos('=', FileLine) + 2, 50)
    #expr SaveStringToFile(InfoFile, '<OKUpdateMessage>' + S + '</OKUpdateMessage>' + CRLF, true)
    #pragma Message 'OK: ' + S
  #endif

this has worked up through 6.2.0

regards,
Harv

On Mon, Aug 28, 2023 at 8:01 PM <inno...@googlegroups.com> wrote:
busi engis <busi...@gmail.com>: Aug 28 11:34AM -0700

Could not Copy Setup.E32 to <my destination>
 
Error2: The file could not be found.
 
When I look in the Inno Directory I find a SetupLDR.E32 but no Setup.E32.
Any Ideas?
 
Thanks in advance.
...more
Eivind Bakkestuen <eivind.b...@gmail.com>: Aug 29 07:17AM +1000

Anti Virus kicked in and removed the file?
 
...more
Ast...@gmx.de: Aug 28 04:33PM +0200

Hello
 
I am trying to compile Inno Setup 6.2.2 Source I have Delphi 10.3.3 Installert and Microsoft HTML Help Workshop installed
 
Now I started compile.bat but it doesn't work then I started ...more
Eivind Bakkestuen <eivind.b...@gmail.com>: Aug 29 07:16AM +1000

Inno Setup has translations for many languages, including German. Is this
not working for you?
 
https://jrsoftware.org/files/istrans/
 
...more
omar reis <omar...@hotmail.com>: Aug 28 04:01AM -0700

I finally managed to get my app published on MS Store, with a Inno Setup
EXE installer.
Key points:
1- Get an EV Authenticode certificate ( must be a company certificate ) and
...more
"Jernej Simončič" <jernej|s-g....@eternallybored.org>: Aug 28 02:19PM +0200

On Monday, August 28, 2023, 13:01:04, omar reis wrote:
 
> 1- Get an EV Authenticode certificate ( must be a company certificate ) and sign the program and the installer w/ SignTool. ...more
Harvey Brofman <hbro...@gmail.com>: Aug 27 08:20PM -0700

I am getting undeclared identifier CRLF errors when compiling after the
update. I didn't see anything that seemed related to this.
 
is there a work around?
 
thanks
Harv
...more
Eivind Bakkestuen <eivind.b...@gmail.com>: Aug 28 09:35PM +1000

Is there a source snippet so we can see how it's used?
 
...more
You received this digest because you're subscribed to updates for this group. You can change your settings on the group membership page.
To unsubscribe from this group and stop receiving emails from it send an email to innosetup+...@googlegroups.com.
Reply all
Reply to author
Forward
0 new messages