FileForums

FileForums (https://fileforums.com/index.php)
-   Conversion Tutorials (https://fileforums.com/forumdisplay.php?f=55)
-   -   Windows Phone Installer (WPI) (https://fileforums.com/showthread.php?t=96242)

78372 17-07-2017 08:50

Because you used incompatible arc.exe and unarc.dll

harshlohaan 17-07-2017 19:03

Thanks for the response. :)
I used the Carldric Clements' Mini Compressor to compress the game data. I've also tried copying the resources from his compressor's ISDone Support folder but still I get this error.

Titeuf 04-08-2017 00:12

Hello,
How to change the font, bold or otherwise because when using clear images, the text is difficult to read.
Thanks in advance,
Titeuf

MMBDON 09-08-2017 10:30

Script
 
Sir, Please provide this script with WPI.

MMBDON 09-08-2017 10:35

Quote:

Originally Posted by edward99 (Post 449670)
Wpi

Edward99 Sir, please provide your modified WPI V6.0 Inno Script. Please sir.....

Kobi Blade 21-08-2017 03:24

It's a shame you retired, you will always be among the best Razor, I can understand how you feel though.

I haven't done anything in this community yet who given me so much, but I always used your projects in my work (properly credited).

Sebazz 27-08-2017 09:58

Someone can help me ? What is the code for add this option in the iss script. Thanks

https://k60.kn3.net/6/2/3/B/B/F/0BF.jpg

-NORO- 27-08-2017 10:49

Quote:

Originally Posted by Sebazz (Post 462029)
Someone can help me ? What is the code for add this option in the iss script. Thanks

https://k60.kn3.net/6/2/3/B/B/F/0BF.jpg

You need to create a checkbox like "create a desktop icon" , this is the same principle , also look at CreateShortcuts function in your .iss , you will understand.

StartMenuIcon:=CheckBoxCreate(WizardForm,x,x,x,x,' Create Start Menu Icons');
CheckBoxSetChecked(StartMenuIcon,True);

It creates a checkbox but you need to declare first StartMenuIcon as variable and add it in procedures as CheckBoxOnUp,CheckBoxOnUpdown , .. etc.

Sebazz 27-08-2017 13:18

Quote:

Originally Posted by -NORO- (Post 462031)
You need to create a checkbox like "create a desktop icon" , this is this same principle , also look at CreateShortcuts function in your .iss , you will understand.

StartMenuIcon:=CheckBoxCreate(WizardForm,x,x,x,x,' Create Start Menu Icons');
CheckBoxSetChecked(StartMenuIcon,True);

It creates a checkbox but you need to declare first StartMenuIcon as variable and add it in procedures as CheckBoxOnUp,CheckBoxOnUpdown , .. etc.

Ok. I add these function lines, only have a problem with this code. When try to add the function, this not compile because says duplicate.

I try to copy this same function and replace the 'DesktopChk' with 'StartMenuIcon', but dont worked. Can you help me?

Code:

function CreateShortcuts:Boolean;
begin
  if ISDoneError then
    Result:=False
  else
    Result:=CheckBoxGetChecked(DesktopChk);
end;


MMBDON 28-08-2017 09:50

Installer Request
 
Razor12911 brother plz provide download link for EZ Installer(GUI) with UltraArc Support(Precompmt).

mikey26 04-09-2017 03:31

@saada your best bet is to go ask corepack.this is not the place where you find help on corepacks stuff.

darkwolves 04-09-2017 23:16

Does anyone have the latest wpi installer by razor?
one un alterd by anyone else?

Chayan Manna 05-09-2017 02:05

Quote:

Originally Posted by darkwolves (Post 462159)
Does anyone have the latest wpi installer by razor?
one un alterd by anyone else?

Go to the first post.....
http://fileforums.com/showthread.php?t=96242

MCI 05-09-2017 18:27

Whast?? :confuso: :confuso:

darkwolves 06-09-2017 17:55

Quote:

Originally Posted by Chayan Manna (Post 462160)


Ah ok thank you i am very new to the installer scene...
i kept seeing different ones labled 5.1 :confused: it confused me..lol


All times are GMT -7. The time now is 11:11.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
FileForums @ https://fileforums.com