Hi steph,
You're right to post the question here. This newsgroup is for developing
setup project through Visual Studio setup project type.
From your description, your current question is how to let VS 2008 setup
project generate the outputMSIa.EXE AND outputMSIw.exe that can be used on
windows 2000 platform(which differenitate unicode and non-unicode on the
different name), correct?
I've tested the VS 2008 setup project and it does only output the single
setup.exe. Currently, I'll do some further research on this and I'll update
you as soon as I get any new information.
Sincerely,
Steven Cheng
Microsoft MSDN Online Support Lead
Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
msdnmg@microsoft.com.
==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
ications.
Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscriptions/support/default.aspx.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
>From: =?Utf-8?B?U3RlcGg=?= <steph@newsgroups.nospam>
>Subject: Creating setup program for Windows 2000
>Date: Wed, 7 May 2008 02:31:02 -0700
>Hi,
>
[quoted text clipped - 12 lines]
>
>All suggestions are welcome.
Steven Cheng [MSFT] - 09 May 2008 03:42 GMT
Hi Steph,
As Phil suggested, for windows 2000 system, the reasonable approach to use
new installer package is upgrading the windows installer runtime. In
addition to the windows installer 2.0 he mentioned, windows installer 3.0
runtime is also available for windows 2000(with sp3 or sp4):
#Windows Installer 3.0 Redistributable
http://www.microsoft.com/downloads/details.aspx?familyid=5FBC5470-B259-4733-
A914-A956122E08E8&displaylang=en
3.0 provide new msiexec /? install options that provide more advanced
install features:
#Windows Installer 3.0 is available
http://support.microsoft.com/?kbid=884016
Sincerely,
Steven Cheng
Microsoft MSDN Online Support Lead
Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
msdnmg@microsoft.com.
==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
ications.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
>Hi steph,
>
[quoted text clipped - 65 lines]
>>
>>All suggestions are welcome.
Steven Cheng [MSFT] - 09 May 2008 03:42 GMT
Hi Steph,
As Phil suggested, for windows 2000 system, the reasonable approach to use
new installer package is upgrading the windows installer runtime. In
addition to the windows installer 2.0 he mentioned, windows installer 3.0
runtime is also available for windows 2000(with sp3 or sp4):
#Windows Installer 3.0 Redistributable
http://www.microsoft.com/downloads/details.aspx?familyid=5FBC5470-B259-4733-
A914-A956122E08E8&displaylang=en
3.0 provide new msiexec /? install options that provide more advanced
install features:
#Windows Installer 3.0 is available
http://support.microsoft.com/?kbid=884016
Sincerely,
Steven Cheng
Microsoft MSDN Online Support Lead
Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
msdnmg@microsoft.com.
==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
ications.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
>Hi steph,
>
[quoted text clipped - 65 lines]
>>
>>All suggestions are welcome.
You don't need InstMsiA for Windows 2000.
http://www.microsoft.com/downloads/details.aspx?FamilyID=4b6140f9-2d36-4977-8fa1
-6f8a0f5dca8f&displaylang=en&Hash=VCd%2f%2bODr0uUVPSA9AGG4GLTu8C7QaquxdDcFvbj1BY
502OYnyTFN2UBYKrVO5Adk4Z5ZUXkOVP4XYpMoQy89bg%3d%3d

Signature
Phil Wilson
Definitive Guide to Windows Installer
http://www.apress.com/book/view/1590592972
> Hi,
>
[quoted text clipped - 15 lines]
>
> All suggestions are welcome.
Thank you both for your help. It is much appreciated.