Hi,
I have this line in my action
As you can see i am trying to delimit the string based on /F. Does setup factory allow me to delimit only on character or strings.
When i run my setup as setup.exe /S /FC:\Program Files, the action mentioned above returns me S /FC:\Program Files, indicating that it delimited on the first character / instead of /F.
Am i doing it right? Please let me know
Thanks
Bishal
I have this line in my action
Code:
Get Delimited String (%TempINIFileLocation% = string 0 in %SetupCmdLineArgs%, delimiter /F)
As you can see i am trying to delimit the string based on /F. Does setup factory allow me to delimit only on character or strings.
When i run my setup as setup.exe /S /FC:\Program Files, the action mentioned above returns me S /FC:\Program Files, indicating that it delimited on the first character / instead of /F.
Am i doing it right? Please let me know
Thanks
Bishal
Comment