> What you're doing does work - I just tried it. I'm thinking that you haven't
> got administrator privileges, so what really happens is that the setup falls
[quoted text clipped - 21 lines]
> > Why?
> > thank you!
I'll assume that MYFOLDER is actually a property name, not a folder name, so
that means you must enclose it in square brackets for it to be evaluated as
your folder name - use [MYFOLDER]

Signature
Phil Wilson
[Microsoft MVP-Windows Installer]
Definitive Guide to Windows Installer
http://apress.com/book/bookDisplay.html?bID=280
> Yes you are right, sorry I must be more detailed:
>
[quoted text clipped - 41 lines]
>> > Why?
>> > thank you!
stefania77 - 19 Jul 2006 09:14 GMT
I'm sorry but my english is not good :))
No, MYFOLDER is not a property name but a folder: Let me explain:
In the VS2003 IDE there is the "File System" in which you can add your
folders/files.
Inside the folder "File System", I created the SpecialFolder USER'S PROGRAM
MENU, then in this folder, I created with the Add Menu a new folder
(MYFOLDER) which is where I included the file to install.
Even if I select the radio button "Everybody" during the installation
procedure, this file is installed into
C:\Documents and Settings\Administrator\Start Menu\Programs\MYFOLDER
and not into
C:\Documents and Settings\ALLUSERS\Start Menu\Programs\MYFOLDER
but if I insert the file directly into USER'S PROGRAM MENU without creating
MYFOLDER the procedure is ok and it will be installed into
C:\Documents and Settings\ALLUSERS\Start Menu\Programs
> I'll assume that MYFOLDER is actually a property name, not a folder name, so
> that means you must enclose it in square brackets for it to be evaluated as
[quoted text clipped - 45 lines]
> >> > Why?
> >> > thank you!
stefania77 - 20 Jul 2006 15:40 GMT
I've solved adding (with ORCA) the Property ALLUSERS in the Property table
and setting it to 2.
thank you
bye
stefania
> I'm sorry but my english is not good :))
>
[quoted text clipped - 64 lines]
> > >> > Why?
> > >> > thank you!