/build/static/layout/Breadcrumb_cap_w.png

Arie Voors 4nec2

Version: 5

Don't be a Stranger!

Sign up today to participate, stay informed, earn points and establish a reputation for yourself!

Sign up! or login
Views: 6.4k  |  Created: 09/19/2007

Average Rating: 0
4nec2 has 1 inventory records, 0 Questions, 0 Blogs and 0 links. Please help add to this by sharing more!

Deployment Tips (3)

Most Common Setup Type
Not Determined
Average Package Difficulty Rating
Rated 0 / 5 (Not Rated) based on 0 ratings
Most Commonly Reported Deployment Method
Not Determined
117
Note
To install “4nec2 - French” silently (command lines).

4nec2 is a completely free NEC based antenna modeler and optimizer by Arie Voors.

01. Obtain the sources

Download the files since 'http://home.ict.nl/~arivoors/'.

Decompress the file “Setup_4nec2.exe” in the repertory “d:\tmp\4nec2\source”.
Decompress the file “Setup_4nec2X.exe” in the repertory “d:\tmp\4nec2\source”.

02. Create Inno Setup .INF files

Create Inno Setup answer's files (.INF)

“d:\tmp\4nec2\source\Setup_4nec2.inf”
“d:\tmp\4nec2\source\Setup_4nec2X.inf”

with these contents:

[Setup]
Dir=C:\Program Files\4nec2
Group=Professionnel\4nec2
NoIcons=0
Components=


03. Install 4nec2 and 3D extension

03.a. Install 4nec2
start /wait d:\tmp\4nec2\source\Setup_4nec2.exe /VERYSILENT /SP- /LOADINF=d:\tmp\4nec2\source\Setup_4nec2.inf

03.b. Install 4nec2 3D extension
start /wait d:\tmp\4nec2\source\Setup_4nec2X.exe /VERYSILENT /SP- /LOADINF=d:\tmp\4nec2\source\Setup_4nec2X.inf

03.c. To personalize the configuration (See paragraph 04 below)
xcopy "d:\tmp\4nec2\source\Program Files\4nec2\*.ini" "c:\Program Files\4nec2" /s /e /h /i /r

03.d. To record the help file (See paragraph 05 below)
regedit.exe /s d:\tmp\4nec2\source\4nec2.reg


04. To personalize the configuration

Modify if required the sections of the file “C:\Program Files\4nec2\exe\4nec2.ini”.
Save this file “d:\tmp\4nec2\source\Program Files\4nec2\exe\4nec2.ini”.

05. Contents of 4nec2.reg

REGEDIT4

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Help]
"4nec2.hlp"="C:\\Program Files\\4nec2\\exe"

06. Security

To use the software 4nec2 as a member of the group of the local users you dever to modify permissions NTFS (ACLs) in the following way:

SETACL -on "C:\Program Files\4nec2" -ot file -actn setprot -op "dacl:p_c"
SETACL -on "C:\Program Files\4nec2" -ot file -actn trustee -trst "n1:CREATEUR PROPRIETAIRE;ta:remtrst;w:dacl"
SETACL -on "C:\Program Files\4nec2" -ot file -actn trustee -trst "n1:UTILISATEURS AVEC POUVOIR;ta:remtrst;w:dacl"
SETACL -on "C:\Program Files\4nec2" -ot file -actn ace -ace "n:UTILISATEURS;p:change"
SETACL -on "C:\Program Files\4nec2\archive.zip" -ot file -actn clear -clr "dacl" -actn setprot -op "dacl:p_nc;sacl:p_c" -actn ace -ace "n:administrateurs;p:full;s:n;i:so,sc;m:set;w:dacl"
SETACL -on "C:\Program Files\4nec2\archive.zip" -ot file -actn ace -ace "n:UTILISATEURS;p:read_ex;s:n;i:so,sc;m:set;w:dacl"
SETACL -on "C:\Program Files\4nec2\archive.zip" -ot file -actn ace -ace "n:SYSTEM;p:full;s:n;i:so,sc;m:set;w:dacl"

07. Links
Inno Setup command line
SetACL - Windows permission management
Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows
117
Note
To install “4nec2 - French” silently (command lines).

4nec2 is a completely free NEC based antenna modeler and optimizer by Arie Voors.

01. Obtain the sources

Download the files since 'http://home.ict.nl/~arivoors/'.

Decompress the file “Setup_4nec2.exe” in the repertory “d:\tmp\4nec2\source”.
Decompress the file “Setup_4nec2X.exe” in the repertory “d:\tmp\4nec2\source”.

02. Create Inno Setup .INF files

Create Inno Setup answer's files (.INF)

“d:\tmp\4nec2\source\Setup_4nec2.inf”
“d:\tmp\4nec2\source\Setup_4nec2X.inf”

with these contents:

[Setup]
Dir=C:\Program Files\4nec2
Group=Professionnel\4nec2
NoIcons=0
Components=


03. Install 4nec2 and 3D extension

03.a. Install 4nec2
start /wait d:\tmp\4nec2\source\Setup_4nec2.exe /VERYSILENT /SP- /LOADINF=d:\tmp\4nec2\source\Setup_4nec2.inf

03.b. Install 4nec2 3D extension
start /wait d:\tmp\4nec2\source\Setup_4nec2X.exe /VERYSILENT /SP- /LOADINF=d:\tmp\4nec2\source\Setup_4nec2X.inf

03.c. To personalize the configuration (See paragraph 04 below)
xcopy "d:\tmp\4nec2\source\Program Files\4nec2\*.ini" "c:\Program Files\4nec2" /s /e /h /i /r

03.d. To record the help file (See paragraph 05 below)
regedit.exe /s d:\tmp\4nec2\source\4nec2.reg


04. To personalize the configuration

Modify if required the sections of the file “C:\Program Files\4nec2\exe\4nec2.ini”.
Save this file “d:\tmp\4nec2\source\Program Files\4nec2\exe\4nec2.ini”.

05. Contents of 4nec2.reg

REGEDIT4

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Help]
"4nec2.hlp"="C:\\Program Files\\4nec2\\exe"

06. Security

To use the software 4nec2 as a member of the group of the local users you dever to modify permissions NTFS (ACLs) in the following way:

SETACL -on "C:\Program Files\4nec2" -ot file -actn setprot -op "dacl:p_c"
SETACL -on "C:\Program Files\4nec2" -ot file -actn trustee -trst "n1:CREATEUR PROPRIETAIRE;ta:remtrst;w:dacl"
SETACL -on "C:\Program Files\4nec2" -ot file -actn trustee -trst "n1:UTILISATEURS AVEC POUVOIR;ta:remtrst;w:dacl"
SETACL -on "C:\Program Files\4nec2" -ot file -actn ace -ace "n:UTILISATEURS;p:change"
SETACL -on "C:\Program Files\4nec2\archive.zip" -ot file -actn clear -clr "dacl" -actn setprot -op "dacl:p_nc;sacl:p_c" -actn ace -ace "n:administrateurs;p:full;s:n;i:so,sc;m:set;w:dacl"
SETACL -on "C:\Program Files\4nec2\archive.zip" -ot file -actn ace -ace "n:UTILISATEURS;p:read_ex;s:n;i:so,sc;m:set;w:dacl"
SETACL -on "C:\Program Files\4nec2\archive.zip" -ot file -actn ace -ace "n:SYSTEM;p:full;s:n;i:so,sc;m:set;w:dacl"

07. Links
Inno Setup command line
SetACL - Windows permission management
Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows
0
Command Line
To install "4nec2 - French" silently (command lines).

01. Obtain the sources

Download the files since 'http://home.ict.nl/~arivoors/'.

Decompress the file "Setup_4nec2.exe" in the repertory "d:\tmp\4nec2\source".
Decompress the file "Setup_4nec2X.exe" in the repertory "d:\tmp\4nec2\source".

02. Create Inno Setup .INF files

Create Inno Setup answer's files (.INF)

"d:\tmp\4nec2\source\Setup_4nec2.inf"
"d:\tmp\4nec2\source\Setup_4nec2X.inf"

with these contents:

[Setup]
Dir=C:\Program Files\4nec2
Group=Professionnel\4nec2
NoIcons=0
Components=


03. Install 4nec2 and 3D extension

03.a. Install 4nec2
start /wait d:\tmp\4nec2\source\Setup_4nec2.exe /VERYSILENT /SP- /LOADINF=d:\tmp\4nec2\source\Setup_4nec2.inf

03.b. Install 4nec2 3D extension
start /wait d:\tmp\4nec2\source\Setup_4nec2X.exe /VERYSILENT /SP- /LOADINF=d:\tmp\4nec2\source\Setup_4nec2X.inf

03.c. To personalize the configuration (See paragraph 04 below)
xcopy "d:\tmp\4nec2\source\Program Files\4nec2\*.ini" "c:\Program Files\4nec2" /s /e /h /i /r

03.d. To record the help file (See paragraph 05 below)
regedit.exe /s d:\tmp\4nec2\source\4nec2.reg


04. To personalize the configuration

Modify if required the sections of the file "C:\Program Files\4nec2\exe\4nec2.ini".
Save this file "d:\tmp\4nec2\source\Program Files\4nec2\exe\4nec2.ini".

05. Contents of 4nec2.reg

REGEDIT4

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Help]
"4nec2.hlp"="C:\\Program Files\\4nec2\\exe"

06. Security

To use the software 4nec2 as a member of the group of the local users you dever to modify permissions NTFS (ACLs) in the following way:

SETACL -on "C:\Program Files\4nec2" -ot file -actn setprot -op "dacl:p_c"
SETACL -on "C:\Program Files\4nec2" -ot file -actn trustee -trst "n1:CREATEUR PROPRIETAIRE;ta:remtrst;w:dacl"
SETACL -on "C:\Program Files\4nec2" -ot file -actn trustee -trst "n1:UTILISATEURS AVEC POUVOIR;ta:remtrst;w:dacl"
SETACL -on "C:\Program Files\4nec2" -ot file -actn ace -ace "n:UTILISATEURS;p:change"
SETACL -on "C:\Program Files\4nec2\archive.zip" -ot file -actn clear -clr "dacl" -actn setprot -op "dacl:p_nc;sacl:p_c" -actn ace -ace "n:administrateurs;p:full;s:n;i:so,sc;m:set;w:dacl"
SETACL -on "C:\Program Files\4nec2\archive.zip" -ot file -actn ace -ace "n:UTILISATEURS;p:read_ex;s:n;i:so,sc;m:set;w:dacl"
SETACL -on "C:\Program Files\4nec2\archive.zip" -ot file -actn ace -ace "n:SYSTEM;p:full;s:n;i:so,sc;m:set;w:dacl"
Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows

Inventory Records (1)

View inventory records anonymously contributed by opt-in users of the K1000 Systems Management Appliance.

Versions

4nec2

Version

5

Questions & Answers (0)

Questions & Answers related to Arie Voors 4nec2

Blogs (0)

Blog posts related to Arie Voors 4nec2

Reviews (0)

Reviews related to Arie Voors 4nec2

 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ