Setup.ini notes

This page records what can be inferred from the legacy SETUP.INI snippet provided for ConstructiVision.

Note

This file is a minimal InstallShield configuration stub. It does not describe file payload, registry writes, or AutoCAD integration details.

Observed contents

[Startup]
AppName=ConstructiVision
FreeDiskSpace=491
EnableLangDlg=Y

[ISUPDATE]
UpdateURL=http://

What it suggests (low-risk interpretation)

  • AppName=ConstructiVision: the installer identifies the product name as ConstructiVision.

  • FreeDiskSpace=491: a minimal free-space requirement is declared (unit not specified in the snippet).

  • EnableLangDlg=Y: a language selection dialog may be enabled during setup.

  • UpdateURL=http://: an update mechanism is configured but effectively inert here (no real endpoint).

What it does not tell us

It does not reveal file inventory, registry writes, AutoCAD integration specifics, or licensing behavior.