PDA

View Full Version : Setup.exe & Setup.dll


rashminda
25-11-2012, 17:48
Doom3BFG_v1.1

no setup.cab,setup.ini,

only Setup.exe & setup.dll

but it's work 100%

how to create

Only Setup.exe & setup.dll to run setup

no other files please help.........:confused:

Fabioddq
25-11-2012, 18:54
This is called integration. (Setup.cab + Setup.ini into Setup.exe and Setup.dll (Autorun.exe))

1. Delete ";" in the front of: ;#define Internal. Do it for InstallerScript.iss and LangScript.iss;

2. Put your Setup.cab content in a blank folder called Setup.

3. Compile InstallerScript.iss and LangScript.iss;

4. Congratulations! You create integration. ;)

rashminda
26-11-2012, 07:20
not work im 100% try i show the massage ( Couldnt find Setup files )

please give me the Pic tutorials please? Fabioddq
Fabioddq

Fabioddq
26-11-2012, 11:52
Read to more attention step 1:

Delete ";" in the front of: ;#define Internal.

Show like this:

#define Internal

sarmadi
27-11-2012, 07:17
Hi Fabio, Could you repeat the process step by step ...I understand what said before but it did not work with me.Please give an example.

Fabioddq
28-11-2012, 04:06
Hi Fabio, Could you repeat the process step by step ...I understand what said before but it did not work with me.Please give an example.

Step by step above. :D
What part didn't work? :)

After integration no need Setup.cab and Setup.ini anymore. But you need them to create integration.

Just follow the steps, after move Setup.exe and Autorun.exe (Setup.dll if you convert) to somewhere and run. If works, you create integration. ;)

Note that the final size of the setup.exe and autorun.exe is larger when the integration is made.