Re: INNO Installer Script

2019-10-10 Thread John J Foster via 4D_Tech
Hi Jim,

I found it and have been trying to get it to work. So far.

But glad I am in the right area.

Thanks for the help Jim.

John…



> You want to look at the [Icons] section.
> The syntax is something like:
> 
> Name: "shortcut name"; Filename: "path to file or folder"
> 
> Name: "{app}\Run Peregrine"; Filename: {app}\Peregrine\Peregrine.exe"
> 
> {app} is the built in reference "C:\Peregrine_Windows\"
> It is set by the line:
> DefaultDirName={sd}\Peregrine_Windows\
> {sd} is the system disk
> 
>   or a shortcut on the Start menu (where ever that is in Windows 10!)
> Name: "{userstartmenu}\Run Peregrine"; Filename:
> {app}\Peregrine\Peregrine.exe"
> 
> HTH,
> 
> Jim
> 
**
4D Internet Users Group (4D iNUG)
Archive:  http://lists.4d.com/archives.html
Options: https://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
**

Re: INNO Installer Script

2019-10-10 Thread Jim Hays via 4D_Tech
You want to look at the [Icons] section.
The syntax is something like:

Name: "shortcut name"; Filename: "path to file or folder"

Name: "{app}\Run Peregrine"; Filename: {app}\Peregrine\Peregrine.exe"

{app} is the built in reference "C:\Peregrine_Windows\"
It is set by the line:
DefaultDirName={sd}\Peregrine_Windows\
{sd} is the system disk

  or a shortcut on the Start menu (where ever that is in Windows 10!)
Name: "{userstartmenu}\Run Peregrine"; Filename:
{app}\Peregrine\Peregrine.exe"

HTH,

Jim

On Thu, Oct 10, 2019 at 3:16 PM John J Foster via 4D_Tech <
4d_tech@lists.4d.com> wrote:

> Hi All,
>
> 4D Volume App/Windows 10 Pro/INNO Installer
>
> I am getting closer too getting the INNO Setup script working. But…
>
> I have as issue where I’d like to an alias of the structure outside the
> program folder so the user doesn’t have to look inside and do it.
>
> For example if I have a built volume app named “Peregrine”. Let’s say I’m
> storing the program and data in the C drive as:
>
> C:\Peregrine_Windows
> C:\Peregrine_Windows/Peregrine/… all the files
> C:\Peregrine_Windows/Peregrine Data/… the three data files
>
> I will get a folder named “Peregrine” with all the things 4D needs to run
> this as an application. Inside the folder is the program file
> “Peregrine.exe” which is what I’d like Inno Setup to create an alias to
> outside of the Peregrine folder within the Peregrine_Windows folder.
>
> Is that possible?
>
> Examples?
>
> Thanks,
> John…
>
>
> **
> 4D Internet Users Group (4D iNUG)
> Archive:  http://lists.4d.com/archives.html
> Options: https://lists.4d.com/mailman/options/4d_tech
> Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
> **
**
4D Internet Users Group (4D iNUG)
Archive:  http://lists.4d.com/archives.html
Options: https://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
**