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)

Gupta 16-08-2016 03:04

Razor can u do me a favour?
i can't manage to create something like this post #53 i mean by the scrolling of form when mouse hovers on the tiles.
can u share a example or jst the trick.
I want to use it in my modified version of ur WPI.

Thanks in advance

mahbod 25-08-2016 03:11

Please All INeed This Script Please I Like Use This in my setup

http://sl.uploads.im/t/1Ovn2.png

-PUNISHER- 25-08-2016 03:42

Quote:

Originally Posted by PrinceGupta2000 (Post 450794)
i mean by the scrolling of form when mouse hovers on the tiles.

Create a function WPIFormMouseMove with condition that if MouseIsMoving then set the Tiles position = Tiles Position - X ///Cursor's X coordinate

:) Pretty easy stuff if you are able to use these lines of WPI:

Code:

  {$EXTERNALSYM MOUSEEVENTF_MOVE}
  MOUSEEVENTF_MOVE            = $0001; { mouse move }
  {$EXTERNALSYM MOUSEEVENTF_ABSOLUTE}
  MOUSEEVENTF_ABSOLUTE        = $8000; { absolute move }


Gupta 25-08-2016 03:59

Quote:

Originally Posted by -PUNISHER- (Post 451040)
Create a function WPIFormMouseMove with condition that if MouseIsMoving then set the Tiles position = Tiles Position - X ///Cursor's X coordinate

:) Pretty easy stuff if you are able to use these lines of WPI:

Code:

  {$EXTERNALSYM MOUSEEVENTF_MOVE}
  MOUSEEVENTF_MOVE            = $0001; { mouse move }
  {$EXTERNALSYM MOUSEEVENTF_ABSOLUTE}
  MOUSEEVENTF_ABSOLUTE        = $8000; { absolute move }


Thanks bt already done

mahbod 25-08-2016 04:52

Please Guy I NEED This Script

edward99 28-08-2016 02:33

Edward
 
1 Attachment(s)
I Modified WPI

L0v3craft 29-08-2016 16:57

Quote:

Originally Posted by edward99 (Post 451140)
I Modified WPI

Your setup contains spam. When I close it, my browser opens a website... corep.....

Razor12911 29-08-2016 17:05

Quote:

Originally Posted by edward99 (Post 451140)
I Modified WPI

What are we supposed to do with this?

L0v3craft 29-08-2016 17:51

Quote:

Originally Posted by Razor12911 (Post 451180)
What are we supposed to do with this?

Thanks Razor12911 for this installer ! But I want replace the up arrow to unlock the first screen, with a simple clic of the mouse. Can you say to me what I must edit ?

Razor12911 29-08-2016 18:00

Find this in script

procedure LockKeyDown(Sender: TObject; var Key: Word; Shift: TShiftState);
make it

procedure LockKeyDown(Sender: TObject);

then find:
OnKeyDown:=@LockKeyDown;

Make this
OnClick:=@LockKeyDown;

Note: This is not tested, I wrote code with Notepad.

L0v3craft 29-08-2016 18:17

Quote:

Originally Posted by Razor12911 (Post 451187)
Find this in script

procedure LockKeyDown(Sender: TObject; var Key: Word; Shift: TShiftState);
make it

procedure LockKeyDown(Sender: TObject);

then find:
OnKeyDown:=@LockKeyDown;

Make this
OnClick:=@LockKeyDown;

Note: This is not tested, I wrote code with Notepad.

I got this

https://s18.postimg.org/vr3ywvsv9/Immagine.png

Razor12911 29-08-2016 18:20

remove that line

L0v3craft 29-08-2016 18:29

Quote:

Originally Posted by Razor12911 (Post 451193)
remove that line

Perfect :)

dregatar 18-09-2016 10:34

Hi I'm new here.
Has anyone managed to get the installing percentage working in this script??

rinaldo 22-09-2016 21:41

Quote:

Originally Posted by dregatar (Post 451787)
Hi I'm new here.
Has anyone managed to get the installing percentage working in this script??

there are a million in Threed

Prince Soft 30-09-2016 00:05

Please
 
My Friends Any Body Have Any Project For Better?

Prince Soft 30-09-2016 00:09

Quote:

Originally Posted by truerepacks (Post 449643)
I doesn't Want to mess with anyone i m jst answring edward

There r two reason why i m not sharing my script
1. I did write the Slideshow module again and optimize it to reduce the slideshow timing according to the cpu usage and added some more Slideshow feature in it
bt the worst part is that i some how manages to produce errors, a lot of errors

and secondly i am working on this

My Friend truerepacks Share This Project That I Wand To Fix Errors And Design It For Better.

Fakhruddinmaruf_ 02-10-2016 06:37

how to make autorun of setup? why when i compile the setup, there is no autorun that have compiled

Fakhruddinmaruf_ 04-10-2016 06:23

Quote:

Originally Posted by george047 (Post 436427)
can't get past this screen.http://s19.postimg.org/v2n6ff4mr/fgd.jpg

How to get past this screen

How to enable lockscreen like that?

Fakhruddinmaruf_ 06-10-2016 04:48

2 Attachment(s)
How to fix this? Error when redist has installed and appear that.http://fileforums.com/attachment.php...1&d=1475754470
http://fileforums.com/attachment.php...1&d=1475754470

Razor12911 06-10-2016 12:13

Quote:

Originally Posted by Fakhruddinmaruf_ (Post 452534)

http://fileforums.com/attachment.php...1&d=1410653813

Can you see the part that says, Publish by Ubisoft?

Then look at the part that says Installation Finalization, it shows that the original script doesn't have any of the errors but the modified one does.

The original script is found here
http://fileforums.com/showpost.php?p=433799&postcount=1

Fakhruddinmaruf_ 08-10-2016 00:32

2 Attachment(s)
Quote:

Originally Posted by Razor12911 (Post 452545)
http://fileforums.com/attachment.php...1&d=1410653813

Can you see the part that says, Publish by Ubisoft?

Then look at the part that says Installation Finalization, it shows that the original script doesn't have any of the errors but the modified one does.

The original script is found here
http://fileforums.com/showpost.php?p=433799&postcount=1

ok sir i have downloaded your original script. but I have a problem. I will repack GTA IV. it haven't the icon of executable. whereas its icon will be a shortcut on the desktop. what should I do in order if sucsesfully installed of game. the game have icon in desktop.http://fileforums.com/attachment.php...1&d=1475911832
http://fileforums.com/attachment.php...1&d=1475911832

edward99 08-10-2016 01:44

[Execs]
;Tile Caption|Exec Directory|Exec File|Shortcut Name/Action Name
AppExe1=GTA IV||LaunchGTAIV.exe|GTA IV

Fakhruddinmaruf_ 08-10-2016 07:23

2 Attachment(s)
Quote:

Originally Posted by edward99 (Post 452581)
[Execs]
;Tile Caption|Exec Directory|Exec File|Shortcut Name/Action Name
AppExe1=GTA IV||LaunchGTAIV.exe|GTA IV

It's same. Empty icon. I mean that LaunchGTAIV.exe later can exist on the desktop icon although in folder game there will be no icon. see this picture to know what i mean
http://fileforums.com/attachment.php...1&d=1475936472
http://fileforums.com/attachment.php...1&d=1475936472

Razor12911 08-10-2016 10:10

1 Attachment(s)
Do this

Fakhruddinmaruf_ 08-10-2016 20:49

Quote:

Originally Posted by Razor12911 (Post 452595)
Do this

Ok, work razor

edward99 11-10-2016 11:18

Edward
 
2 Attachment(s)
Hello Guys I modified A New One
I didn't complete it till now

Blade2239 12-10-2016 04:27

Sweet

Fakhruddinmaruf_ 18-10-2016 00:42

Please if you know how fix this, reply quickly
Okay. I use DLG compressor and i will add my setup-1.bin on widows phone installer. But i just got problems
http://fileforums.com/attachment.php...1&d=1476776294
http://fileforums.com/attachment.php...1&d=1476776294
Please reply this post. I very need your help. Thanks

Noobknight 04-11-2016 01:56

Razor12911
How to add multiple data.bin file is windows style .iss script???
And thanks for this .iss file....

ZAZA4EVER 12-11-2016 14:30

[Archives]
;Precomp 0.38, 0.40, 0.41 and 0.42
;Archive Types 7Zip, Freearc and WinRAR
PrecompVer=0.38
Archive1Type=Freearc
Archive1Source={src}\data1.bin
Archive1Output={app}
Archive1Disk=1
Archive1Password=
PrecompVer=0.38
Archive2Type=Freearc
Archive2Source={src}\data2.bin
Archive2Output={app}
Archive2Disk=1
Archive2Password=
PrecompVer=0.38
Archive3Type=Freearc
Archive3Source={src}\data3.bin
Archive3Output={app}
Archive3Disk=1
Archive3Password=

user123456 03-01-2017 04:21

i want to change color how i do this ?
 
i want to change color how i do this ?

ZAZA4EVER 03-01-2017 10:09

1 Attachment(s)
From Theme
Change This Number From 01 to 20
Note : Make save Before Complie

rinaldo 04-01-2017 18:49

do not use the original razor WPI...but a mod ;)

records.inf You can store the progress of the extraction timer

Sebazz 05-01-2017 08:33

Thanks for the help. But i has a custom inno based in wpi with the razor code, for this reason i like fix this things.

rinaldo 05-01-2017 09:24

1 Attachment(s)
maybe you're wrong, progress remains 100 :eek:

Sebazz 05-01-2017 16:12

Quote:

Originally Posted by rinaldo (Post 455022)
maybe you're wrong, progress remains 100 :eek:

Yes men youre right. You can upload the script please. Thanks

rinaldo 05-01-2017 17:37

upload your script

rinaldo 05-01-2017 18:10

1 Attachment(s)
your script no have percentage code

Siber Pro 09-01-2017 07:48

Hello guys I was trying to add video on lockscreen by import code in iss file but it's not working. How I can do?


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

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