|
-
Jul 31st, 2002, 01:19 AM
#1
Thread Starter
Registered User
Inno Setup Desktop Icons
Anyone remember how to install a desktop icon for all users rather than just for the user installing the app?
-
Jul 31st, 2002, 01:53 AM
#2
Junior Member
I think:
Name: {commondesktop}\My App; Filename: {app}\myapp.exe; Components: Application; Tasks: desktopicon; IconIndex: 0
- gaffa
-
Jul 31st, 2002, 02:12 AM
#3
Retired VBF Adm1nistrator
Something that may be on intrest/use; a copy&paste from the readme :
{group}
The path to the Start Menu folder, as selected by the user on Setup's Select Start Menu Folder wizard page. On Windows NT, this folder is always created under the All Users profile unless the user installing the application does not have administrative privileges, in which case it is created on the user's profile.
{sendto}
The path to the current user's Send To folder. (There is no common Send To folder.)
{userappdata} & {commonappdata}
The path to the Application Data folder.
{userdesktop} & {commondesktop} *
The path to the desktop folder. It's recommended that desktop shortcuts be placed in {userdesktop}.
{userdocs} & {commondocs}
The path to the My Documents folder (or on NT 4.0, the Personal folder).
{userfavorites} & {commonfavorites}
The path to the Favorites folder. Usage of these constants requires a MinVersion setting of at least "
4.1, 4". Currently only Windows 2000, Me, and later support {commonfavorites}; if used on previous Windows versions, it will translate to the same directory as {userfavorites}.
{userprograms} & {commonprograms} *
The path to the Programs folder on the Start Menu.
{userstartmenu} & {commonstartmenu} *
The path to the top level of the Start Menu.
{userstartup} & {commonstartup} *
The path to the Startup folder on the Start Menu.
{usertemplates} & {commontemplates}
The path to the Templates folder. Currently only Windows 2000, Me, and later support {commontemplates}; if used on previous Windows versions, it will translate to the same directory as {usertemplates}.
Microsoft MVP : Visual Developer - Visual Basic [2004-2005]
-
Jul 31st, 2002, 07:10 PM
#4
Thread Starter
Registered User
thanks Gaffa_reborn and plenderj, I'll give that a go.
Just wondering what menarche means
-
Aug 1st, 2002, 02:29 AM
#5
Retired VBF Adm1nistrator
teeheehee i was wondering when someone would ask 
menarche /mE"nA;ki/
· n. the first occurrence of menstruation.
– ORIGIN C19: mod. L., from Gk mUn ‘month’ + arkhU ‘beginning’.
Microsoft MVP : Visual Developer - Visual Basic [2004-2005]
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|