AidanGuy
Posts: 13
Joined: Wed Feb 13, 2008 10:32 am
Location: UK

Company Name

The package i am "MSIing" doesn't have a company name the folder is installed c:\program files\my package
not c:\program files\Adobe\Reader 8.0
Is it possible to achieve this as the application doesn't function correctly if i have to change the folder structure

thanks
Cosmin
Posts: 5797
Joined: Tue Jul 10, 2007 6:39 pm
Contact: Website

Hi,

You can change the default value of the installation folder by setting a custom value in the "Application Folder" field in the "Install Parameters" page.
http://www.advancedinstaller.com/user-g ... eters.html

For example, instead of using the default [ProgramFilesFolder][Manufacturer]\[ProductName], you can use:

Code: Select all

[ProgramFilesFolder][ProductName]
If this is not what you need then please give me more details.

Regards,
Cosmin
Cosmin Pirvu - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube
AidanGuy
Posts: 13
Joined: Wed Feb 13, 2008 10:32 am
Location: UK

Thanks for the help, thats jsut what i was looking for

Return to “Common Problems”