Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 7 of 7 total
Thread Installer
Sun, Dec 23 2007 7:07 AMPermanent Link

Roy Lambert

NLH Associates

Team Elevate Team Elevate

Tim

I know it would have some support implications but I wonder if it would be possible to have an option in the installer which essentially  installs without the version numbers on files. I ask because I (like others) have components depending on your components (and others) and its getting to be a major PITA.

Roy Lambert
Thu, Dec 27 2007 3:22 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Roy,

<< I know it would have some support implications but I wonder if it would
be possible to have an option in the installer which essentially installs
without the version numbers on files. I ask because I (like others) have
components depending on your components (and others) and its getting to be a
major PITA. >>

Which version numbers are you referring to - the ones in the file names or
the version information in the .exe or .dll files ?

--
Tim Young
Elevate Software
www.elevatesoft.com

Fri, Dec 28 2007 5:11 AMPermanent Link

Roy Lambert

NLH Associates

Team Elevate Team Elevate

Tim


Whichever one's it is that I have to alter in the packages with my components. I'd guess its the file names, but not knowing the IDE that well I'm not sure. Example below.

Roy Lambert

package nlhSQGDesign;

{$R *.res}
{$R 'nlhSQGDesign.dcr'}
{$ALIGN 8}
{$ASSERTIONS ON}
{$BOOLEVAL OFF}
{$DEBUGINFO ON}
{$EXTENDEDSYNTAX ON}
{$IMPORTEDDATA ON}
{$IOCHECKS ON}
{$LOCALSYMBOLS ON}
{$LONGSTRINGS ON}
{$OPENSTRINGS ON}
{$OPTIMIZATION ON}
{$OVERFLOWCHECKS OFF}
{$RANGECHECKS OFF}
{$REFERENCEINFO ON}
{$SAFEDIVIDE OFF}
{$STACKFRAMES OFF}
{$TYPEDADDRESS OFF}
{$VARSTRINGCHECKS ON}
{$WRITEABLECONST OFF}
{$MINENUMSIZE 1}
{$IMAGEBASE $400000}
{$DESCRIPTION 'nlhSQG Design Time'}
{$DESIGNONLY}
{$IMPLICITBUILD OFF}

requires
 designide,
 vcl,
 vcldb,
 dbrtl,
 bdertl,
 VclSmp,
 TMSD2006,
 nlhSQGrun,
 rtl,
 vclx,
 inet,
 xmlrtl,
 vclactnband,
 adortl,
 tee,
 vcljpg,
 edb106b2006run; <<<<<<<<<<<<<<<<<<<<<<<<<<<

contains
 nlhSQGReg in 'nlhSQGReg.pas',
 nlhSQGEd in 'nlhSQGEd.pas';

end.
Fri, Dec 28 2007 2:38 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Roy,

<< Whichever one's it is that I have to alter in the packages with my
components. I'd guess its the file names, but not knowing the IDE that well
I'm not sure. >>

Yep, that's the file names.   This is already on the list and has been for
some time now.  It's such a big change, however, that I'm waiting until the
proper time to implement it.

--
Tim Young
Elevate Software
www.elevatesoft.com

Sat, Dec 29 2007 5:16 AMPermanent Link

Roy Lambert

NLH Associates

Team Elevate Team Elevate

Tim

>Yep, that's the file names. This is already on the list and has been for
>some time now. It's such a big change, however, that I'm waiting until the
>proper time to implement it.

ITS NOW!!!!!


Roy Lambert
Sat, Dec 29 2007 4:00 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Roy,

<< ITS NOW!!!!! >>

No, it most definitely is not.  Too many changes, too fast = bugs.

--
Tim Young
Elevate Software
www.elevatesoft.com

Sun, Dec 30 2007 4:37 AMPermanent Link

Roy Lambert

NLH Associates

Team Elevate Team Elevate

Tim


Can we do this like the panto - OH YES IT IS <vbg>

Roy Lambert
Image