Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

VS 2003 Install Projrect, Custom Folder

0 views
Skip to first unread message

Gary Larimer

unread,
May 16, 2008, 2:51:18 PM5/16/08
to
This is the 1st time I have tried to create an msi file in VS 2003 and
everything appears to be OK except for one thing. I created a Custom Folder
which contains 'Banner.bmp' and 'Splash Screen.bmp' used by the Installer.
The Properties window for the Custom Folder contains the following entries:

(Name) User's Temporay Folder
AlwaysCreate False
Condition
DefaultLocation [TempFolder]
Property
Transitive False

With these entries I get the following error mesg: Invalid property for
folder "User's Temporary Folder". I believe the problem is the blank entry
for the Properties property, but not sure.

Tanks for any comments\information.
--
Gary Larimer
--
Gary Larimer

Phil Wilson

unread,
May 16, 2008, 3:57:18 PM5/16/08
to
This is a Visual Studio build issue, not an MSI thing. You just need to put
some made-up property name in there that is not going to be initialized,
then it will build. The install location will default to TempFolder because
that made-up property name has no value.

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


"Gary Larimer" <GaryL...@discussions.microsoft.com> wrote in message
news:D3255AD2-7703-418D...@microsoft.com...

Gary Larimer

unread,
May 16, 2008, 5:26:04 PM5/16/08
to
Thanks Phil, that solved the problem.
--
Gary Larimer
0 new messages