RE: [NF] Inno Setup question

2010-11-27 Thread Grigore Dolghin
, November 26, 2010 10:07 PM To: profoxt...@leafe.com Subject: [NF] Inno Setup question I have the following properties in my scripts: AppVerName=LTP 2.0.294 VersionInfoVersion=2.0.294 VersionInfoTextVersion=2.0.294 VersionInfoProductVersion=2.0.294 AppVersion=2.0.294 Is there a way

[NF] Inno Setup question

2010-11-26 Thread MB Software Solutions, LLC
I have the following properties in my scripts: AppVerName=LTP 2.0.294 VersionInfoVersion=2.0.294 VersionInfoTextVersion=2.0.294 VersionInfoProductVersion=2.0.294 AppVersion=2.0.294 Is there a way for me to set a variable to the version and then just have to set it once? If I did, I could code

Re: [NF] Inno Setup question

2010-11-26 Thread Frank Cazabon
In my Project Hook's AfterBuild event I have code like this: DODEFAULT(nError) m.lcBuildPRG = ADDBS(_VFP.ACTIVEPROJECT.HOMEDIR) + Programs\BuildSetup.prg IF FILE(m.lcBuildPRG) DO (m.lcBuildPRG) WITH THIS.icexeversion ENDIF So that I can build an Inno Setup script after compiling the exe.

Re: [NF] Inno setup question

2007-03-28 Thread MB Software Solutions
MB Software Solutions wrote: Francis (net) wrote: Mike, AllowNoIcons = no Which should be the default ... Best, Francis I. Coppage, Jr. Hi Francis! HmmmI've got thatneed to double check in the morn I s'pose. Thanks! Nope...that didn't work. And I don't have a

RE: [NF] Inno setup question

2007-03-28 Thread Jeff Johnson
: Wednesday, March 28, 2007 12:10 PM To: [EMAIL PROTECTED] Subject: Re: [NF] Inno setup question MB Software Solutions wrote: Francis (net) wrote: Mike, AllowNoIcons = no Which should be the default ... Best, Francis I. Coppage, Jr. Hi Francis! HmmmI've got thatneed

Re: [NF] Inno setup question

2007-03-28 Thread MB Software Solutions
Jeff Johnson wrote: Michael: Do you have anything like these in your script? If so, just delete them. [Tasks] Name: desktopicon; Description: {cm:CreateDesktopIcon}; GroupDescription: {cm:AdditionalIcons}; Flags: unchecked The Tasks were it...thanks, Jeff -- Michael J. Babcock,

RE: [NF] Inno setup question

2007-03-28 Thread Francis \(net\)
The Tasks were it...thanks, Jeff Hu ... forgot about that one! :) Best, Francis I. Coppage, Jr. ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list:

[NF] Inno setup question

2007-03-27 Thread MB Software Solutions
I wrote a simple Inno script using ISTool 5.0 to install my VFP database update files. However, I don't want to offer the user to make a shortcut icon. I don't see where to suppress that. Anyone got the tip for me to achieve this? Thanks! --Mike -- Michael J. Babcock, MCP MB Software

RE: [NF] Inno setup question

2007-03-27 Thread Francis \(net\)
Mike, AllowNoIcons = no Which should be the default ... Best, Francis I. Coppage, Jr. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of MB Software Solutions Sent: Tuesday, March 27, 2007 8:27 PM To: [EMAIL PROTECTED] Subject: [NF] Inno setup question I

RE: [NF] Inno setup question

2007-03-27 Thread Francis \(net\)
, March 27, 2007 8:27 PM To: [EMAIL PROTECTED] Subject: [NF] Inno setup question I wrote a simple Inno script using ISTool 5.0 to install my VFP database update files. However, I don't want to offer the user to make a shortcut icon. I don't see where to suppress that. Anyone got the tip for me

Re: [NF] Inno setup question

2007-03-27 Thread MB Software Solutions
Francis (net) wrote: Mike, AllowNoIcons = no Which should be the default ... Best, Francis I. Coppage, Jr. Hi Francis! HmmmI've got thatneed to double check in the morn I s'pose. Thanks! --Michael -- Michael J. Babcock, MCP MB Software Solutions, LLC