Previous: SQL Server 2005 image deletion Memorandum
Q: How to create a webpage shortcut
A: Create a shortcut: Modify the attributes of the shortcut you just added, and modify the target and arguments items. Change the target content to [programfilesfolder] Internet Explorer \ iw.e. EXE, which directs the shortcut to IE and changes arguments to the Web site. However, you can directly create an Internet shortcut in instal lscript. I wonder why other projects do not have this function.
Q: How can I not display the file name being copied during installation?
A: In The Reture 0 dialog box of the dlg_sdstart copy dialog box, add the following statement: Disable (indvfilestatus); // It is used to control whether the current installation file is displayed on the left of the progress bar;
Q: Modify the title. No InstallShield wizard is displayed.
A: settitle ("installation" + ifx_product_name, 0, backgroundcaption); settitle ("installation" + ifx_product_name, 0, backgroundcaption); = "installation \ matrix...
Q: Modify the text in the cancel installation dialog box.
A: Modify sprintfbox in oncanceling of miscellaneous.
Q: How do I replace the InstallShield text on the interface?
A: 1. Delete InstallShield from ids_installshield in string tables and installshield_formatted from ids_installshield. 2. Set branding1 and branding2 in the additional tools -- direct editor -- Control column to 0 for weignt and height, change the width of the dlgline to 374 and remove the line.
Next article: Filter in struts solves Chinese problems