Page 1 of 1

Files View and Directory References

Posted: Tue Apr 10, 2007 4:19 pm
by Superfreak3
Is there a complete listing of the directory properties as displayed in the Files View? Would My Documents folder be $MYDOCUMENTS$, for example.

Here is where our files are currently directed....

Global Assembly Cache
My Documents
$PROGRAMFILES$\\Our Directory
Windows\\Profiles\\Application Data\\Our Directory
Windows\\Profiles\\Start Menu\\Our Directory.

I was just wondering what current values InstallAware may have that I can use, such as $PROGRAMFILES$.

Posted: Tue Apr 10, 2007 6:15 pm
by Gizm0
All of them are documented. Please refer to the manual under "Predefined Variables" section to get an idea :D

Posted: Tue Apr 10, 2007 8:34 pm
by jimo
Check out "Get Folder Location" in the Help File.

Posted: Wed Apr 11, 2007 8:09 am
by Superfreak3
Which manual contains the 'Predefined Variables' section you mentioned? I can't find that section in any of the .pdf's I've downloaded.

Help appreciated!

Thanks!

Posted: Wed Apr 11, 2007 9:49 am
by Superfreak3
Also, I would need access to the property that holds the Product Version information. Would this be $ProductVersion$.

In an .ini file I need the computer name on which the installation is occurring. I need this for a share path name of \\\\Computer Name\\our folder. Currently, I placed a Get System Setting action for Logged on Computer Name and place this into a ComputerName variable. Will this work?

Posted: Wed Apr 11, 2007 3:09 pm
by jimo
Which manual contains the 'Predefined Variables' section you mentioned?

The Help File.

I placed a Get System Setting action for Logged on Computer Name and place this into a ComputerName variable. Will this work?

Yes