![]() |
Quote:
|
I've tried this one but after clicking Next on the previous dialog it goes directly to installation.
The Next button should turn into Install button before starting installation Is it possible? :) |
Quote:
Code:
if (curpageid=wpselectdir) then wizardform.nextbutton.caption:='Install'; |
The page that i want to change it's button name is the tasks page, what is the id of that page?
|
Quote:
|
It's wpSelectTasks
Quote:
Hello again, i'm using this parameter to compress my files Quote:
Thank you :) Hello razor, When using unarc.dll you gave me i get invalid password error, how can i unpack passworded arc's using it? Noob is back again. I have a question, i was an installshield user before innosetup, installshield used to skip the already installed files and only install the new ones if there is any, is it possible to do that in innosetup? |
Question
Need help.
The code pat below is for Inno Ansi Version. I wanted modify to work on inno unicode version. Code:
function GetDC(HWND: DWord): DWord; external '[email protected] stdcall';Code:
if GetDriveType(l[c]+':')=DRIVE_FIXED then |
change PansiChar to PChar
ansi = pansichar unicode = pchar IF I remember it correctly, make backup of script, before making changes. test to see if it worked. |
Quote:
Has at the beginning of the code. Code:
#ifdef UNICODEDoes not pass this line. Code:
if GetDriveType(l[c]+':')=DRIVE_FIXED thenhttp://i.imgur.com/NnkKUWm.jpg Note:This script is part of the script of the game The Witcher 2 by peterf1999. |
because that script needs ANSI not Unicode.
If your just changing images etc, using peterf's original script modified for your game, then it will compile just fine no errors. |
Quote:
I need a script basic that meets the that need. Does not have to replace only some details of that part. Thank You pakrat2k2. |
@LuisCйsar82, to display drive info on unicode version change this to
|
Quote:
I'm actually experimenting at this moment with some dangerous C macro automatism to be able to turn an ANSI program into a Unicode program by just defining "UNICODE". :) |
Quote:
Code:
#ifdef UNICODE |
Yup, that's what I'm talking about. People should get used to such automatisms as they help porting (ANSI <-> Unicode, 32-bit <-> 64-bit, Windows <-> Unix) without major headaches!
|
| All times are GMT -7. The time now is 00:51. |
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
FileForums @ https://fileforums.com