Recent

Author Topic: InnoSetup for Lazarus ?  (Read 33096 times)

LA.Center

  • Full Member
  • ***
  • Posts: 244
    • LA.Center
Re: InnoSetup for Lazarus ?
« Reply #30 on: October 27, 2011, 02:41:25 am »
we have uploaded the initial build but don't expect to much just yet.

Cheers

LA.Center

  • Full Member
  • ***
  • Posts: 244
    • LA.Center
Re: InnoSetup for Lazarus ?
« Reply #31 on: November 01, 2011, 05:55:41 pm »
we have uploaded the latest version http://code.google.com/p/laz-cross-setup-builder/

this is the version we also use as a side tool for XPower++

Have fun.

lainz

  • Hero Member
  • *****
  • Posts: 4742
  • Web, Desktop & Android developer
    • https://lainz.github.io/
Re: InnoSetup for Lazarus ?
« Reply #32 on: June 25, 2015, 05:40:20 am »
I know this is an old post, this can be improved:
- Add a custom manifest that adds compatibility with each windows version, to avoid “This program might not have installed correctly” Vista+

Maybe this must be added to lazarus, like was added the dpi setting and privileges?

Code: [Select]
<compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
  <application>
    <!--The ID below indicates application support for Windows Vista -->
      <supportedOS Id="{e2011457-1546-43c5-a5fe-008deee3d3f0}" />
    <!--The ID below indicates application support for Windows 7 -->
      <supportedOS Id="{35138b9a-5d96-4fbd-8e2d-a2440225f93a}" />
    <!--The ID below indicates application support for Windows 8 -->
      <supportedOS Id="{4a2f28e3-53b9-4441-ba9c-d69d4a4a6e38}"/>
    <!--The ID below indicates application support for Windows 8.1 -->
      <supportedOS Id="{1f676c76-80e1-4239-95bb-83d0f6d0da78}"/>
    <!--The ID below indicates application support for Windows 10 -->
<supportedOS Id="{8e0f7a12-bfb3-4fe8-b9a5-48fd50a15a9a}"/>
  </application>
</compatibility>

http://stackoverflow.com/questions/898220/how-to-prevent-this-program-might-not-have-installed-correctly-messages-on-vis


 

TinyPortal © 2005-2018