[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference abbott::visual_basic

Title:Microsoft Visual Basic
Moderator:TAMARA::DFEDOR::fedor
Created:Thu May 02 1991
Last Modified:Thu Jun 05 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:2565
Total number of notes:10453

2529.0. "Application Setup Wizard" by NUBOAT::HEBERT (Captain Bligh) Wed Apr 02 1997 09:39

When I install an app that has been set up with the Application Wizard,
is there any way to direct where the app name and its icon will show up
in the Start|Programs list? I'd like to put an app _under_ {subordinate
to} an existing program in the listing, for example.

Art
T.RTitleUserPersonal
Name
DateLines
2529.1Edit the SETUP.LST file?TURRIS::twuwuv.zko.dec.com::howerMon Apr 07 1997 10:4212
It's a real kludge, but you can edit the setup.lst file. At the end, there's
a line:

DefaultDir=$(ProgramFiles)\<yourapp>

where the <yourapp> is the project name used by the setup wizard, I 
believe. Just change this to wherever you wanted the file put. The 
hassle is that you have to do this every time you rerun the wizard....
		Helen



2529.2NUBOAT::HEBERTCaptain BlighTue Apr 08 1997 15:3211
RE: -.1 - This works up to a point... it will indeed install the app down
in the subdir specified in that line. 

But, sadly, the app's icon still shows up above the divider in the
Programs list.

Someone else probably had the key: use InstallShield.

Thanks,

Art