Re: program shortcut visibility
- From: "MikeD" <nobody@xxxxxxxxxxx>
- Date: Thu, 22 Dec 2005 13:41:09 -0500
"Wyne" <Wyne@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:31D250C0-6A86-4C14-A4F1-222671178B0B@xxxxxxxxxxxxxxxx
> Hi,
>
> I have an App made using VB6. When I installed it to an XP machine from
> administrator account, its shortcut appear in "Start Menu/Programs". But
> if I
> log on another (non-administrator) user account, this shortcut is not
> visible.
>
> To make this program accessible to all users, I have to copy its shortcut
> to
> "C:\Documents and Settings\All Users\Start Menu\Programs\". It is not
> convienent to our customers. And when removing this program, this new
> shortcut will not be deleted automatically, because it is not registered.
>
> How can I modify the PDW's setup1.vbp to allow for creating shortcut in
> All
> Users' Start Menu during installation?
You don't need to modify setup1.vbp at all. In PDW, at the Start Menu Items
step, click on the group name and then click the Properties command button.
You should have option buttons to select either a private or common NT
group. Select common. Repeat this for any other groups that you may have
(not likely you will, but it's possible).
You could also manually edit the SETUP.LST file. Open this file in Notepad
or any text editor. Find the [IconGroups] section and add (or modify) the
following line:
PrivateGroup0=0
Save the file. You'll need to make this change after each time you run PDW,
though, so it's much better to do set it within PDW itself.
--
Mike
Microsoft MVP Visual Basic
.
- Prev by Date: Odd Dictionary object behaviour
- Next by Date: Re: Default Error
- Previous by thread: Odd Dictionary object behaviour
- Next by thread: Newbe question about fill
- Index(es):
Relevant Pages
|