PDA

View Full Version : Trying to use /x



NewsArchive
08-29-2014, 02:04 AM
Hi all!

I have a silent install for the citrix platform.

its made to place setup in one location, but I want to be able to
change it.
In comes /x

tried
C:\SFO850\Setupbuilder\sfo85\setup.exe X/C:\testdjurs

But that did not work.

What am i doing wrong - Wanted to instal in C:\Testdjurs

Best regards

Edvard Korsbęk

NewsArchive
08-29-2014, 02:04 AM
Edvard Korsbęk <ek uden spam at datasign dot dk>,

> In comes /x

If you're using a variable to determine the install folder you need to
use /V to set the value.

--
Lee White

RPM Report Viewer.: http://www.cwaddons.com/products/rpm/
RPM Review........: http://www.clarionmag.com/cmag/v11/v11n06rpm.html
Report Faxing.....: http://www.cwaddons.com/products/afe/
---Enroll Today---: http://CWaddons.com

Creative Reporting: http://www.CreativeReporting.com

Product Release & Update Notices
http://twitter.com/DeveloperPLUS

Windows 8 brings us "The Oval, Bumper Car, Roller Coaster of Wait!"

NewsArchive
08-29-2014, 02:09 AM
Edvard,

> tried
> C:\SFO850\Setupbuilder\sfo85\setup.exe X/C:\testdjurs
>
> But that did not work.
>
> What am i doing wrong - Wanted to instal in C:\Testdjurs

setup /X pathname sets the "default" %_SB_INSTALLDIR% installation folder to
pathname.

So in your case, it should be:

setup.exe /X C:\testdjurs

Friedrich

NewsArchive
08-29-2014, 02:10 AM
And what Lee said !!!

Friedrich

NewsArchive
08-29-2014, 02:10 AM
Sorry!

And I had read documentation

but /X is different to X/

That solved it.

Apollogize for time used.

Best regards

Edvard Korsbęk