PDA

View Full Version : دو dvd



nima_smart
دوشنبه 06 دی 1389, 09:50 صبح
با عرض سلام.

من می خواهم یک ستاپ بزنم که دو تا dvd بشود.ولی یک مشکل هست وقتی فایلها از دی وی دی یک نصب می شود .پبغام نمی دهد که دیسک دو را وارد کنید.پیغام می دهد که فایل در دیسک موجود نیست

اگر ممکن تنظیمات دویسک توضیح بدهید ممنون میشوم

WOLF21
دوشنبه 06 دی 1389, 14:11 عصر
باید فایلهایت را در مدیا گذاشته وحجم cd را مشخص و خواستن چند cd در طی نصب بازی و اسمی که در مدیا برای cd گذاشتی را وقتی داری cd را رایت می کنی همون را بگذاری. اگر متوجه نشدین میتونم با عکس را هنماییتون کنم.

nima_smart
سه شنبه 14 دی 1389, 09:23 صبح
اگر ممکن هست با عکس نشان بدهید ممنون می شوم.
می خواهم وقتی به دی وی دی 2 می رسد. cancell , ok داشته باشد و بتوانیم میسر فایلی بعدی انتخاب کنیم.
در ضمن وقتی من cab درست میکنم .به ترتیب نمی سازد.مثلا 1 و 2 و3 بعد یک 11 میذاره.مشکل چی هست با تشکر

CodeWizzard
شنبه 25 دی 1389, 11:17 صبح
با سلام، این قسمت از راهنمای اینستال شیلد گرفته شده :
EnterDisk
InstallShield 2010 » InstallScript Language Reference

The EnterDisk function displays a dialog that prompts the end user to insert the next disk. The system variable SRCDIR contains the default path, which is displayed in the dialog. The end user can modify the default path by typing a new path and clicking OK.

EnterDisk recognizes the correct disk by searching the disk for the tag file specified by szTagFile. If the disk does not contain the tag file, the function calls the EnterDiskError function to display an error message that prompts the end user to enter the correct disk. At build time, InstallShield does not automatically generate tag files in the disk image folders. To use tag files, add them to the disk image folders after the folders are built.


Note

You cannot use the PlaceWindow function in conjunction with the EnterDisk function. By default, the dialog appears in the center of the desktop, unless the background window mode is enabled. If the installation is in window mode, the dialog opens in the center of the background window.

The default title is Setup Needs the Next Disk. To change the title, call SetDialogTitle before calling EnterDisk.

Syntax
EnterDisk (szMsg, szTagFile);

Parameters
EnterDisk Parameters
Parameter
Description

szMsg
Specifies the message that prompts the end user to insert the proper disk.

szTagFile
Specifies the name of the tag file. EnterDisk searches for this file on the inserted disk. If the file is not found, the function calls the EnterDiskError function to display a message that asks the user to insert the correct disk. If you pass a null string ("") in this parameter, the function does not search for any file; it assumes that the correct disk is being used.


Return Values
EnterDisk Return Values
Return Value
Description

OK (1)
Indicates that the user clicked the OK button.

< 0
Indicates that an unspecified error has occurred.