[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

microsoft.public.dotnet.framework.setup

Application folder path in setup

John

1/27/2010 10:58:00 AM

Hi

How can I add the version of the app in the application's path? I tried to
set the following the default location property in setup to the following
but no luck.

[ProgramFilesFolder][Manufacturer]\[ProductName][Version]

Also how can I add the version in the name of the desktop shortcut?

Thanks

Regards



1 Answer

Wilson, Phil

1/27/2010 5:41:00 PM

0

You're inventing property names ;=). Visual Studio tends to use its own
names for the standard MSI property names. You need [ProductVersion]

http://msdn.microsoft.com/en-us/librar...(VS.85).aspx

--
Phil Wilson
The Definitive Guide to Windows Installer
http://www.apress.com/book/view/...


"John" <info@nospam.infovis.co.uk> wrote in message
news:urMKf%23znKHA.5696@TK2MSFTNGP04.phx.gbl...
> Hi
>
> How can I add the version of the app in the application's path? I tried to
> set the following the default location property in setup to the following
> but no luck.
>
> [ProgramFilesFolder][Manufacturer]\[ProductName][Version]
>
> Also how can I add the version in the name of the desktop shortcut?
>
> Thanks
>
> Regards
>
>
>