Search found 2 matches

Go to advanced search

by ZockerParadise
Fri Apr 26, 2024 12:58 pm
Forum: Building Installers
Topic: NEED HELP Installation path from Script !? HOW
Replies: 3
Views: 6970
 
Jump to post

Re: NEED HELP Installation path from Script !? HOW

Hi Thanks for answer ,

Solved :-)
by ZockerParadise
Thu Apr 25, 2024 11:17 am
Forum: Building Installers
Topic: NEED HELP Installation path from Script !? HOW
Replies: 3
Views: 6970
 
Jump to post

NEED HELP Installation path from Script !? HOW

Hello guy iam working on setup , no i have a problem , how to do to add the Instal Path from my script ..

Here is my script

param($installerDir)

# Function to extract Community folder path from UserCfg.opt file
Function Get-CommunityPath {
Param(
[string]$CfgFilePath
)
$instPathMarker ...

Go to advanced search