|
-
Jan 31st, 2006, 09:20 AM
#1
Thread Starter
Addicted Member
Inno settings for 'all users' or 'just this user'?
Hi,
Does anybody know if it is possible to get Inno to offer the option to install an app for 'all users' or 'just this user'.
As always, I appreciate any help.
Last edited by A.P.Gumby; Jan 31st, 2006 at 10:39 AM.
Using Visual Studio 2008.
I am not young enough to know everything - Oscar Wilde
-
Jan 31st, 2006, 09:38 AM
#2
Re: Inno settings for 'all users' or 'just this user'?
Moved to application deployment
-
Jan 31st, 2006, 10:03 AM
#3
Thread Starter
Addicted Member
Re: Inno settings for 'all users' or 'just this user'?
Perhaps I should have said that I tried posting this question in the Application Deployment some time back but had no replies.
Sorry for posting on the wrong forum but I am desperate to resolve this.
Using Visual Studio 2008.
I am not young enough to know everything - Oscar Wilde
-
Jan 31st, 2006, 10:31 AM
#4
Re: Inno settings for 'all users' or 'just this user'?
You will probably get a quicker answer in the InnoSetup news group.
news.jrsoftware.org
-
Jan 31st, 2006, 10:38 AM
#5
Thread Starter
Addicted Member
Re: Inno settings for 'all users' or 'just this user'?
Thanks,
I did not know about that group.
I will try there
Using Visual Studio 2008.
I am not young enough to know everything - Oscar Wilde
-
Jan 31st, 2006, 12:46 PM
#6
Hyperactive Member
Re: Inno settings for 'all users' or 'just this user'?
This will place your file in the All Users directory:
Source: C:\MyPrograms\Test.txt; DestDir: {commonappdata}\Test
(Substitute your directories and file names of course)
If you use the third party software ISTOOL, under files and directories it will give you a drop down of all possible directories....making it tons easier.
Hope this helps.
Talk does not cook rice.
-Chinese Proverb
-
Feb 1st, 2006, 02:47 AM
#7
Thread Starter
Addicted Member
Re: Inno settings for 'all users' or 'just this user'?
Thanks for the reply VB4fun.
I was really looking for something that gives an install time option that the user clicks so that (if they have sufficient priveleges) they have an option (check box) that allows them to install my app for all users or just the launching users.
I have seen this on some application installations and thought that it would be a neat idea for my latest app.
Using Visual Studio 2008.
I am not young enough to know everything - Oscar Wilde
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
|