hi, i want to use ebook to protect my setup program. Therefore, i use one password protected webpage to link and run the setup.exe file using this code- ##RUN('{ebook}/setup.exe').
Now, i need it to install the database engine as well which need to install using following syntax: dbsetup.exe -s -a -f1 "<path>unattend.iss" where <path> is the full path to the unattend.iss file. (The unattend.iss is compile into ebook) i've try a few code to run it, but it seems that cannot run due to the full path and the -s -a -f1 parameters.
pls help me on it. millions thanks.
(Edited by csn at 9:45 am on Sep. 10, 2002)
Posted on: 9:08 am on September 10, 2002
EBookCompiler
Try
<A HREF="##RUN('{ebook}\dbsetup.exe -s -a -f1 {quote}{ebook}\unattend.iss{quote}')">Click here</A>
Something along these lines
Maybe dbsetup.exe can't find the unintend.iss file, because of a limitation in dbsetup.exe - in which case you could copy dbsetup.exe and unintend.iss out of the ebook to some place else maybe using FILECOPY etc.
Posted on: 2:10 pm on September 10, 2002
csn
thanks. It's still cannot work, which it said invalid path.
I would like to try copy file suggestion. May i know what is the syntax of FILECOPY? can it copy 2 files in a same time? if can, what is the syntax?
thanks.
Posted on: 7:59 am on September 11, 2002
EBookCompiler
FILECOPY('xx','from_path','to_path')
So <A HREF="##FILECOPY('xx','from_path','to_path')##FILECOPY('xx','from_path','to_path')">Click here</A>
With any business, it is up to the individual owner of said business to ensure the success of the business. You may make more or less than any sample figures or results that might be quoted on our web sites or other publications. All business involves risk, and many businesses do not succeed. Further, Answers 2000 Limited does NOT represent that any particular individual or business is typical, or that any results or experiences achieved by any particular individual/business is necessarily typical.
Disclosure:
Our company's websites' content (including this website's content) includes advertisements for
our own company's websites, products, and services,
and for other organization's websites, products, and services.
In the case of links to other organization's websites,
our company may receive a payment, (1) if you purchase products or services,
or (2) if you sign-up for third party offers, after following links from this website.
Unless specifically otherwise stated, information about other organization's products and services,
is based on information provided by that organization,
the product/service vendor, and/or publicly available information - and should
not be taken to mean that we have used the product/service in question.
Additionally, our company's websites contain some adverts which we are paid
to display, but whose content is not selected by us, such as Google AdSense ads. For more
detailed information, please see Advertising/Endorsements Disclosures
Our sites use cookies, some of which may already be set on your computer. Use of our site
constitutes consent for this. For details, please see Privacy.
Click privacy for information about our company's privacy, data collection and data retention policies, and your rights.