Closed
Bug 15036
Opened 26 years ago
Closed 26 years ago
Need to correct process of creating wizardmachine.exe -i cck.ini
Categories
(CCK Graveyard :: CCK-Wizard, defect, P3)
Tracking
(Not tracked)
VERIFIED
FIXED
M14
People
(Reporter: bmartin, Assigned: vparthas)
References
Details
Latest CCK build dated: 09-23-99
Currently, users must create a Wizardmachine.exe -i cck.ini shortcut to launch
CCK Tool. This process needs to be done automatically.
Updated•26 years ago
|
Assignee: gayatrib → varada
Comment 1•26 years ago
|
||
There are several ways to handle this. One good way would be to have the
top-level cache file contain an entry that specifies a default ini file to use
if the command line doesn't contain an explicit reference. It would also be OK
to have a hard-coded name in the event that neither the command line args nor
the cache file specifies anything. This would help us a lot in our day to day
work.
Comment 2•26 years ago
|
||
I cheated and added a hack to set the inifile to "cck.ini" if no other value is
available. The elegant fix can come later. The creation of an appropriate
shortcut when installing is still important.
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
The wizardmachine can now be executed by using the command with or without the
parameter. There is a wizardmachine.ini file in the root directory. the top
level application ini file should be specified here. the format is
[Default]
inifile=<foo.ini>
You need to log in
before you can comment on or make changes to this bug.
Description
•