473,398 Members | 2,404 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,398 software developers and data experts.

Installer for a secured MDE

I have ODE 2000, as well as other versions of Office.

Currently i install and split solutions into mde Fe and mdb Be files at
clients site. Then for updates (which exclude changes to the data) i package
the new mde, and a readme, and sometimes a video or help files into an
install exe. I then post it to my website and provide the user with a link
to download and insall it. . It puts a shortcut to the files where i define,
program files, and desktop. Simple, works great using a freeware installer,
and for my clients its a hassle free approach .

However i'm now implementing security on some applications, and want to do
the same. But since i want to use a dedicated MDW file, i need to create the
desktop shortcut with the correct target file script.. Most installers just
put the file name into the target field of the shortcut, and if there's
command line options, they are added to the end of this string. So the
target string ends up the wrong way round for connecting with the defined
MDW. I'm sure some of the heavyweight installer programs will do this, but I
would have difficulty cost justifying the expense.

Is there a tool in ODE 2000 which will help me with this 'simple' task, or
any other clever suggestions.?

Thanks
Gerry Abbott
--

Nov 13 '05 #1
3 1435
Does anyone have any experience which is relevant to my query.
Or even a reference to a more relevant site.?
Thanks
"Gerry Abbott" <pl****@ask.ie> wrote in message
news:c7*******************@news.indigo.ie...
I have ODE 2000, as well as other versions of Office.

Currently i install and split solutions into mde Fe and mdb Be files at
clients site. Then for updates (which exclude changes to the data) i package the new mde, and a readme, and sometimes a video or help files into an
install exe. I then post it to my website and provide the user with a link
to download and insall it. . It puts a shortcut to the files where i define, program files, and desktop. Simple, works great using a freeware installer, and for my clients its a hassle free approach .

However i'm now implementing security on some applications, and want to do
the same. But since i want to use a dedicated MDW file, i need to create the desktop shortcut with the correct target file script.. Most installers just put the file name into the target field of the shortcut, and if there's
command line options, they are added to the end of this string. So the
target string ends up the wrong way round for connecting with the defined
MDW. I'm sure some of the heavyweight installer programs will do this, but I would have difficulty cost justifying the expense.

Is there a tool in ODE 2000 which will help me with this 'simple' task, or
any other clever suggestions.?

Thanks
Gerry Abbott
--

Nov 13 '05 #2
Have you looked at Tony Toews' site?

http://www.granite.ab.ca/access/autofe.htm
Darryl Kerkeslager
"lkjlkj" <pl****@ask.ie> wrote:|
Does anyone have any experience which is relevant to my query.
Or even a reference to a more relevant site.?
"Gerry Abbott" <pl****@ask.ie> wrote:
I have ODE 2000, as well as other versions of Office.

Currently i install and split solutions into mde Fe and mdb Be files at
clients site. Then for updates (which exclude changes to the data) i package
the new mde, and a readme, and sometimes a video or help files into an
install exe. I then post it to my website and provide the user with a link to download and insall it. . It puts a shortcut to the files where i

define,
program files, and desktop. Simple, works great using a freeware

installer,
and for my clients its a hassle free approach .

However i'm now implementing security on some applications, and want to do the same. But since i want to use a dedicated MDW file, i need to create

the
desktop shortcut with the correct target file script.. Most installers

just
put the file name into the target field of the shortcut, and if there's
command line options, they are added to the end of this string. So the
target string ends up the wrong way round for connecting with the defined MDW. I'm sure some of the heavyweight installer programs will do this, but I
would have difficulty cost justifying the expense.

Is there a tool in ODE 2000 which will help me with this 'simple' task,

or any other clever suggestions.?

Thanks
Gerry Abbott
--


Nov 13 '05 #3
For anyone interested I got a simple solution.

Briefly what I was trying to achieve.
Use a standard installer to install an MDE, and add a desktop/program file
shortcut which has the correct target file script to start the mde using a
specified MDW file.

Assumptions
1. The BE is already created, and its location known.
2. The FE contains the correct table links to this BE file
3. The MDW file location is fixed and known.
4. Familiarity with a standard installer, eg ClickTeam
5. The install directory is fixed and cannot change
How to do it.
1. Create the appropriate shortcut, file, with the path to the MDW file.
2. Place this shortcut file along with the front end file in a directory of
your choosing.
3. Open Clickteam installer, and point to this directory, for the source of
files.
4. Instead of creating a shortcut to the mde file, create a shortcut to the
shortcut file.
5. Everyting else as normal with the installer.
6. Compile the setup file.

Since a shortcut to a shortcut is actually only a copy of the shortcut file,
this does the job, and copies the shortcut already created (and tested) to
the desktop.

Limitations.
Since the shortcut script is hard coded into the files in the installer, the
mde file must be installed into this location.
Gerry Abbott

"Gerry Abbott" <pl****@ask.ie> wrote in message
news:c7*******************@news.indigo.ie...
I have ODE 2000, as well as other versions of Office.

Currently i install and split solutions into mde Fe and mdb Be files at
clients site. Then for updates (which exclude changes to the data) i
package the new mde, and a readme, and sometimes a video or help files
into an install exe. I then post it to my website and provide the user
with a link to download and insall it. . It puts a shortcut to the files
where i define, program files, and desktop. Simple, works great using a
freeware installer, and for my clients its a hassle free approach .

However i'm now implementing security on some applications, and want to do
the same. But since i want to use a dedicated MDW file, i need to create
the desktop shortcut with the correct target file script.. Most installers
just put the file name into the target field of the shortcut, and if
there's command line options, they are added to the end of this string. So
the target string ends up the wrong way round for connecting with the
defined MDW. I'm sure some of the heavyweight installer programs will do
this, but I would have difficulty cost justifying the expense.

Is there a tool in ODE 2000 which will help me with this 'simple' task, or
any other clever suggestions.?

Thanks
Gerry Abbott
--

Nov 13 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: Norman Fritag | last post by:
Hi there, I would like to retrieve of a secured database the Username and the group that he / she belongs to, to apply access rights to some button click events, which are accessing forms that...
2
by: VB Programmer | last post by:
I want to write a file to the "secured" dir that is on my website. The full path is: C:\inetpub\wwwroot\MyWebSite\Secured I tried this, but it didn't work: Dim strFileName As String =...
3
by: TK | last post by:
Excuse me for multiple posting because I've posted this message to aspnet.security NG but have not got any response yet. I'm building an ASP.NET application works in Forms Authentication mode...
3
by: John West | last post by:
I have a Web Site that I want to monitor and gather information from which requires a secured user id and password of which I have but don't know how to gather get by the secured log in to get to...
1
by: vineet.jsl | last post by:
Hello Everybody, i am facing some problem in accessing secured web service. i have some experience with web services but not with Secured web services. Actually what i have to do is, first, i...
2
by: Daniel Frechette | last post by:
Hi, Is it possible to have secured (SSL/HTTPS) and non-secured (HTTP) content in the same page without breaking the security? I am developing a secured reservation system in which the user can...
1
by: trihanhcie | last post by:
Hi, I have a <img src = "http:// ..."> which needs to be put in a secured page. For example on amazon when the confirmation page is displayed... The problem is that it's a secured page (https)...
1
by: securedcardss | last post by:
http://card.2youtop.info secured credit card card credit instant secured card cash credit secured card
2
by: =?Utf-8?B?TWFoZXNoIFJlZGR5?= | last post by:
i have a secured webservice implemented using WSE2.0, also i have added a soap extention to it for removing certain header information. now my problem is, i am not able to access another unsecured...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.