Log in

View Full Version : Windows Phone Installer (bug free)


Pages : 1 [2]

nsaer
08-09-2026, 04:21
Take a look here otherwise i don't know

[Theme]
Music=1
Image=1
RoundEdgeBtn=0
;Interface either be in dark or light
Dark=1
;Colors are Originally from OS Windows Phone 8 (01-34)
Color=00
;Set 00 for custom color and give your color code here in BBGGRR
CustColor=$8223FE

Thank you. I tried that before and it didn't work. But I saved the file and ran it again, and it worked.

nsaer
08-09-2026, 04:30
There's a problem. The desktop shortcut is not displaying correctly.

Is there a programming error, or what?

Please help me fix this.

I apologize for my English; I'm not fluent.

https://i16.servimg.com/u/f16/18/15/28/91/1233.png

https://i16.servimg.com/u/f16/18/15/28/91/2209.png

https://i16.servimg.com/u/f16/18/15/28/91/3174.png

KaktoR
08-09-2026, 09:08
Looks like you forgot the Exec directory.

Try {app}

nsaer
08-09-2026, 09:13
Looks like you forgot the Exec directory.

Try {app}

No. I didn't forget anything. But it seems there's a programming error. I hope the experts can fix the problem.

Cesar82
08-09-2026, 18:58
No. I didn't forget anything. But it seems there's a programming error. I hope the experts can fix the problem.
If you need a different icon for your desktop shortcut, add an icon file named Icon.ico to your game folder ({app}) before compressing it, or remove the code part indicated below from your script (this way, the icon used will always be the one from your game executable).
IconFileName: "{src}\Icon.ico";

nsaer
09-09-2026, 05:36
If you need a different icon for your desktop shortcut, add an icon file named Icon.ico to your game folder ({app}) before compressing it, or remove the code part indicated below from your script (this way, the icon used will always be the one from your game executable).
IconFileName: "{src}\Icon.ico";


Thank you.
I performed the same step you mentioned,
but it didn't work.
https://i16.servimg.com/u/f16/18/15/28/91/2026-158.png

Cesar82
09-09-2026, 10:44
Thank you.
I performed the same step you mentioned,
but it didn't work.
https://i16.servimg.com/u/f16/18/15/28/91/2026-158.png

I see the `IconFileName: xxxx` part in the image.
You didn't remove it.

nsaer
10-09-2026, 10:43
I see the `IconFileName: xxxx` part in the image.
You didn't remove it.

Thank you. Everything is working now.