Connecting Tech Pros Worldwide Forums | Help | Site Map

Installshield package for access - shortcut

Agent86
Guest
 
Posts: n/a
#1: Nov 12 '05
I have created install packages for my ade on mssql installation as a
windows installer package in installshield and it all works fine
except;

1. I want to determine whether Access 2002 is installed and if not,
install the access 2002 runtime.

2. I need to create a shortcut which includes the "\runtime" switch to
force runtime mode for users with a full version of access. The trick
is that this requires the full path to the executable which may be an
existing full version of Access 2002 or the newly installed runtime.

i.e. "c:\program files\office...\msaccess.exe" \runtime
"c:<pathtofile>\myproject.ade"

NOTE:
I do not have, and will not spend more $$$$ on the sagekey scripts.
Installshield is $$$ enough :).

The access packaging and deployment wizard is not the trick either.

Thanks in advance.

TC
Guest
 
Posts: n/a
#2: Nov 12 '05

re: Installshield package for access - shortcut


Check for the Access 2k "progid" ("Access.Application.10") in the
HKEY_CLASSES_ROOT hive of the registry. Everything you want is available
from there.

HTH,
TC


"Agent86" <agent86@statlerandwaldorf.com.au> wrote in message
news:eacbb63d.0401141915.47067ba6@posting.google.c om...[color=blue]
> I have created install packages for my ade on mssql installation as a
> windows installer package in installshield and it all works fine
> except;
>
> 1. I want to determine whether Access 2002 is installed and if not,
> install the access 2002 runtime.
>
> 2. I need to create a shortcut which includes the "\runtime" switch to
> force runtime mode for users with a full version of access. The trick
> is that this requires the full path to the executable which may be an
> existing full version of Access 2002 or the newly installed runtime.
>
> i.e. "c:\program files\office...\msaccess.exe" \runtime
> "c:<pathtofile>\myproject.ade"
>
> NOTE:
> I do not have, and will not spend more $$$$ on the sagekey scripts.
> Installshield is $$$ enough :).
>
> The access packaging and deployment wizard is not the trick either.
>
> Thanks in advance.[/color]


Agent86
Guest
 
Posts: n/a
#3: Nov 12 '05

re: Installshield package for access - shortcut


Thanks TC - ne chance on a bit of detail on the installshield steps to
create do the tests and create the shortcuts - ne1? - haven't done a
lot of windows installer packages..
Thanks
TC
Guest
 
Posts: n/a
#4: Nov 12 '05

re: Installshield package for access - shortcut


agent86@statlerandwaldorf.com.au (Agent86) wrote in message news:<eacbb63d.0401190451.2eaa8829@posting.google. com>...[color=blue]
> Thanks TC - ne chance on a bit of detail on the installshield steps to
> create do the tests and create the shortcuts - ne1? - haven't done a
> lot of windows installer packages..
> Thanks[/color]

Sorry, I don't know anything about Installshield, at all. Clearly,
you'd need to be looking for instructions or actions that let you read
from the registry. I'd be checking for "registry" in the online help
or printed documentation (assuming there is some!).

Alternatively, I notice there are some newsgroups named like
installshield.*, perhaps you could get help there.

TC
Closed Thread