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)

Cesar82 27-10-2012 21:32

I changed Suport to redist. My installer is the redist folder that is PhysX
Separately works perfectly.

pakrat2k2 27-10-2012 21:47

Quote:

Originally Posted by LuisCésar82 (Post 409019)
Parameter /silent in SFX Maker not install PhysX.
In Control Panel not detected PhysX. Removed before.


In CI 8.5.7.4 (Setup.ini) have...

Launch2=Nvidia PhysX
Launch264=0
Launch2BeforeInstall=1
LaunchCom2={sys}\msiexec.exe
LaunchArg2=/qn /i "{src}\Support\PhysX-9.12.0613-SystemSoftware.msi"

Not got it do work.

Thats why it doesnt work if your install folder name was redist!!!

Cesar82 27-10-2012 21:53

I changed name "Suport" to "redist" in setup ini.

My setup.ini

Launch3=Nvidia PhysX
Launch364=0
Launch3BeforeInstall=0
LaunchCom3={sys}\msiexec.exe
LaunchArg3=/qn /i "{src}\Redist\PhysX-9.12.0613-SystemSoftware.msi"

..
Third Launch comand
Launch3BeforeInstall=0 -> for after install game

Cesar82 27-10-2012 23:08

PhysX Installed

Only way that actually installed.
Only displays the window installation.

Launch3=Nvidia PhysX
Launch364=0
Launch3BeforeInstall=0
LaunchCom3={sys}\msiexec.exe
LaunchArg3=/qr /i "{src}\Redist\PhysX-9.12.0613-SystemSoftware.msi"

PhysX installed in Control Panel.


Font: http://technet.microsoft.com/pt-br/l...=ws.10%29.aspx

Newbie 30-10-2012 10:19

@LuisCésar82

Thank You for that.


@yener

Any info about release date for new version.

Thank You

yener90 30-10-2012 10:34

currently busy...i couldnt even start.

currently put windows 8 on my system and saw font problem on my installer.
will also fix this.

kassane 31-10-2012 11:57

And then yener90, how is your project update new CI?
It is already possible to show a picture of how it's getting?

BAMsE 31-10-2012 12:24

yener90 please add whole PhysX LauncherSettings to setup.ini of every CI release because LuisCésar82 has done a great job of devising that and I don't want to search for his post next time I'll need to install PhysX

Quote:

Originally Posted by LuisCésar82 (Post 409030)
Only way that actually installed.
Only displays the window installation.

Launch3=Nvidia PhysX
Launch364=0
Launch3BeforeInstall=0
LaunchCom3={sys}\msiexec.exe
LaunchArg3=/qr /i "{src}\Redist\PhysX-9.12.0613-SystemSoftware.msi"

PhysX installed in Control Panel.


Font: http://technet.microsoft.com/pt-br/l...=ws.10%29.aspx


Cesar82 02-11-2012 19:09

Answer
 
If somebody can answer me:
How behaves the installer in your PCs:
* By clicking in setup.exe open the autorun page or open welcome page?
Here a few installer that use freearc and comes compiled when extracted and to execute setup.exe opens direct the splash and it is going to welcome page. If I change of folder the same file setup.exe starts to open autorun page.

Text translated in google tradutor:

Fabioddq 03-11-2012 06:21

Hi yener, how do i add this to the destination of shortcut using CI. In black highlighted.

e.g. "D:\Jogos\Painkiller Hell and Damnation\Binaries\Win32\PKHDGame-Win32-Shipping.exe" -seekfreeloadingpcconsole -fullscreen

yener90 03-11-2012 06:47

kassane
currently studying, real life hard to find some time :D
maybe i will today work on it

BAMsE
i will try to add everytime :P

Fabioddq
look here:
Code:

[Icons]
Name: {group}\{code:GetAppName} {cm:uninstall}; Filename: {uninstallexe}; WorkingDir: {app}
#ifdef CustomBinaryIcon
Name: {group}\{code:GetAppName}; Filename: {app}\{code:GetMyAppExePath}\{code:GetMyAppExeName}; WorkingDir: {app}\{code:GetMyAppExePath}; IconFilename: {app}\{code:GetMyAppExePath}\{#CustomBinaryIcon}; Check:FirstExecCheck;
Name: {userdesktop}\{code:GetAppName}; Filename: {app}\{code:GetMyAppExePath}\{code:GetMyAppExeName}; WorkingDir: {app}\{code:GetMyAppExePath}; IconFilename: {app}\{code:GetMyAppExePath}\{#CustomBinaryIcon}; Check:FirstExecCheck;
#else
Name: {group}\{code:GetAppName}; Filename: {app}\{code:GetMyAppExePath}\{code:GetMyAppExeName}; WorkingDir: {app}\{code:GetMyAppExePath}; Check:FirstExecCheck; Parameters: "-seekfreeloadingpcconsole -fullscreen;"
Name: {userdesktop}\{code:GetAppName}; Filename: {app}\{code:GetMyAppExePath}\{code:GetMyAppExeName}; WorkingDir: {app}\{code:GetMyAppExePath}; Check:FirstExecCheck; Parameters: "-seekfreeloadingpcconsole -fullscreen";

#endif
...


Fabioddq 03-11-2012 07:36

Quote:

Originally Posted by yener90 (Post 409401)
Fabioddq
look here:
Code:

[Icons]
Name: {group}\{code:GetAppName} {cm:uninstall}; Filename: {uninstallexe}; WorkingDir: {app}
#ifdef CustomBinaryIcon
Name: {group}\{code:GetAppName}; Filename: {app}\{code:GetMyAppExePath}\{code:GetMyAppExeName}; WorkingDir: {app}\{code:GetMyAppExePath}; IconFilename: {app}\{code:GetMyAppExePath}\{#CustomBinaryIcon}; Check:FirstExecCheck;
Name: {userdesktop}\{code:GetAppName}; Filename: {app}\{code:GetMyAppExePath}\{code:GetMyAppExeName}; WorkingDir: {app}\{code:GetMyAppExePath}; IconFilename: {app}\{code:GetMyAppExePath}\{#CustomBinaryIcon}; Check:FirstExecCheck;
#else
Name: {group}\{code:GetAppName}; Filename: {app}\{code:GetMyAppExePath}\{code:GetMyAppExeName}; WorkingDir: {app}\{code:GetMyAppExePath}; Check:FirstExecCheck; Parameters: "-seekfreeloadingpcconsole -fullscreen;"
Name: {userdesktop}\{code:GetAppName}; Filename: {app}\{code:GetMyAppExePath}\{code:GetMyAppExeName}; WorkingDir: {app}\{code:GetMyAppExePath}; Check:FirstExecCheck; Parameters: "-seekfreeloadingpcconsole -fullscreen";

#endif
...


Thanks for help yener, but still did not work. I don't know why in this game, ci is not creating the shortcut at all. This happens only in this game (Painkiller Hell and Damnation). I'm very confused, do you have any idea why this happens? Thanks again.

P.S. I indicate the correct path: MyExecutablePath=Binaries\Win32

yener90 03-11-2012 08:17

ci has a checkup now..if executable of shortcut doesnt exist, it will not create the shortcut.

Th3Raven 03-11-2012 09:22

1 Attachment(s)
Quote:

Originally Posted by Fabioddq (Post 409402)
Thanks for help yener, but still did not work. I don't know why in this game, ci is not creating the shortcut at all. This happens only in this game (Painkiller Hell and Damnation). I'm very confused, do you have any idea why this happens? Thanks again.

P.S. I indicate the correct path: MyExecutablePath=Binaries\Win32

Fabio put the .exe that i,ve created in game root/binaries/win 32 folder and in conversion setup.ini point to it.
the .exe contain that arguments (it's a .bat file converted to .exe )

PS i have included the .bat file; the used ico and the converter used :D
See the attachment below

Demonn 03-11-2012 09:46

Hi all I still do not hear much of what you do with the arc etc. ..

I use the traditional setup with inno yener script.

And I see many new things that I do not really hear anything. On this picture it lol I have to do to get three versions of a game on the same repack.

http://imageshack.us/a/img10/589/preview8580.jpg

I have to compress the folders put some scrip etc. ..


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