PDA

Click to See Complete Forum and Search --> : problems in installing a package


ajeetc
Jul 26th, 1999, 09:58 PM
my package which has been developed looks for a specific directory when i install on another machine....can i change that during installation ? Also i am using data enviromment designer during development...do i need to take any specific steps during installation ??

JUSTINE ADAH
Jul 27th, 1999, 03:45 PM
YOUR PACKAGE BY STANDARD SHOULD GIVE ANY USER A DEFAULT DIRECTORY, SHOULD THE USER DECIDE TO CHANGE THE DEFAULT THEN YOUR PACKAGE SHOULD CREATE THE DESIRED DIRECTORY AND SET PATH TO IT IF NECESSARY. ALL FILES SHOULD BE IN THAT ROOT AND ITS SUBS. THIS WAY YOUR PACKAGE WOULD BE CONSIDERED FLEXIBLE AND THEREFORE FREINDLY.
I WISH YOU THE BEST AND REMAIN BLESSED

ajeetc
Jul 27th, 1999, 10:37 PM
can this be done thru the package & deploy wizard ? or any other ideas