FileForums

FileForums (https://fileforums.com/index.php)
-   Conversion Tutorials (https://fileforums.com/forumdisplay.php?f=55)
-   -   yener90's Inno Project Source Codes (https://fileforums.com/showthread.php?t=91563)

Th3Raven 20-09-2012 01:28

Quote:

Originally Posted by yener90 (Post 406797)
normally it should...try it out.

It doesn't(or maybe i haven't found the correct LaunchArg for .msi )
I fave tried for Physx with all the LaunchArg, but with no results. :(

amin fear 20-09-2012 02:05

Quote:

Originally Posted by Th3Raven (Post 406803)
It doesn't(or maybe i haven't found the correct LaunchArg for .msi )
I fave tried for Physx with all the LaunchArg, but with no results. :(

Proper Arg For [Run] Section Of Inno Setup :

Code:

[Run]
Filename: "msiexec.exe"; Parameters: "/i ""{tmp}\Setup.msi"""


Silent Setup
[Run]
Filename: "msiexec.exe"; Parameters: "/q /i ""{tmp}\Setup.msi""";

Not Tested On Yener90 CI ... But Works on usual Inno Setups ...

amin fear 20-09-2012 02:13

Quote:

Originally Posted by thedarkman (Post 406791)
Hi yener90,

msiexec.exe support with your script? because i want make installer with silent install steam & physx, thanks :D

You can create Silent Installs From MSIs by using the " SFX Maker " Program ...

after that use the compiled exe setup in CI ...

thedarkman 20-09-2012 03:24

Quote:

Originally Posted by amin fear (Post 406809)
You can create Silent Installs From MSIs by using the " SFX Maker " Program ...

after that use the compiled exe setup in CI ...

wow.. this is what i need, thanks
:p

Cesar82 20-09-2012 21:04

Suggestion for the next CI (If Possible)
1 - Pause extraction time when no extracting. (Ex: when requesting disk).
2 - Allow click on buttons when installing Redist.
3 - Allow play the video again (add a button to switch between video and slides).

yener90 22-09-2012 08:26

Quote:

Originally Posted by LuisCésar82 (Post 406898)
Suggestion for the next CI (If Possible)
1 - Pause extraction time when no extracting. (Ex: when requesting disk).
2 - Allow click on buttons when installing Redist.
3 - Allow play the video again (add a button to switch between video and slides).

1. Ok this really difficult.
2. Also difficult -> launching files without using launching feature.
3. Please tell me: HOW??
what you imagine??
Everybody has wishes, but without any imaginations.
currenlty video will be played one time, then automaticly will switch to slideshow.
if i add your feature -> always video playing or always slideshow without stopping, someone else get upset about this.

yener90 22-09-2012 08:30

UPDATE 8.5.6.7
- fixed text problem in directory selection page
- added arabic support

pakrat2k2 22-09-2012 08:31

yener, your CI is amazing period. You cant possibly include everyone's wishes. but for #3 instead of play video once, you could set it to loop indefinately? That way IF a person wants video played they can leave the avi in setup.cab, if not delete it & have just slideshow.

yener90 22-09-2012 08:34

Quote:

Originally Posted by pakrat2k2 (Post 407032)
yener, your CI is amazing period. You cant possibly include everyone's wishes. but for #3 instead of play video once, you could set it to loop indefinately? That way IF a person wants video played they can leave the avi in setup.cab, if not delete it & have just slideshow.

first version was like that :D
but it get to the nerves of some.
me too :p
always seeing same scene again and again and again...

pakrat2k2 22-09-2012 08:58

Quote:

Originally Posted by Th3Raven (Post 406803)
It doesn't(or maybe i haven't found the correct LaunchArg for .msi )
I fave tried for Physx with all the LaunchArg, but with no results. :(

from mass effect 3 which has physx installed

Launch6=Physx
Launch664=0
LaunchCom6=Redist\physx\redist\PhysX-9.11.1107-SystemSoftware.msi
LaunchArg6=/q:a

just change the Launch6 to whatever number you need in setup.ini, also the physx version number too. :)

the biggest issue with msi installer is that it doesnt always uninstall older version before trying to install new version
and that may be why it doesnt work properly.

Th3Raven 22-09-2012 09:30

Quote:

Originally Posted by pakrat2k2 (Post 407038)
from mass effect 3 which has physx installed

Launch6=Physx
Launch664=0
LaunchCom6=Redist\physx\redist\PhysX-9.11.1107-SystemSoftware.msi
LaunchArg6=/q:a

just change the Launch6 to whatever number you need in setup.ini, also the physx version number too. :)

the biggest issue with msi installer is that it doesnt always uninstall older version before trying to install new version
and that may be why it doesnt work properly.

thank you for this suggestion and also thx amin fear for his.:D
i will try both to see witch one works.

Cesar82 22-09-2012 19:38

yener90 With reference to my previous suggestion:
3 - Allow play the video again (add a button to switch between video and slides).
I mean if someone wants to repeat the video, have a button to repeat.
As this base: Video after slides is perfect.
If I knew programming, I could create my own script. But what I know is just for curiosity (I have no course).
Do not know if you've ever tested, but from what I read so far, it is possible to add cursor.cur.
I tested creating a Cursor.ani (Animated Cursor) and it worked perfectly. I created the animated cursor and then just had to change the extension to cursor.ani cursor.cur.
I think this may be included in the script (If there cursor.ani use as cursor).
In CI Designer 0.4a after you close and reopen the program, the part where the buttons move the label not being reloaded ini file (temp folder). Back to default.
Reason I'm posting here is simply to suggest improvements in its optimum work yener90.

Ozzy1911 24-09-2012 21:53

Could someody help me out with this?

Whenever i'm using i.e. Peterf's or some else command line packing. my freearc archive ends up having all the files outside the folders. And when it unpacks the files, no mather if i do it manually or by installation, it gets messed up.

yener90 25-09-2012 14:54

no it doesnt.

IMPORTANT UPDATE 8.5.6.8
- NetFramework independent CI
- Cryptor is no more NetFramework based
-> converted completely to pascal

kassane 25-09-2012 16:08

Quote:

Originally Posted by yener90 (Post 407177)
no it doesnt.

IMPORTANT UPDATE 8.5.6.8
- NetFramework independent CI
- Cryptor is no more NetFramework based
-> converted completely to pascal

Yener90, this new version is slow to open!
I'm testing it, if I find a problem I notice!
The previous version would open normally, but not this...


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

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