# Important Note to InnoSetup Users

**URL:** https://www.finalbuilder.com/forums/t/important-note-to-innosetup-users/1702
**Category:** Discussion
**Created:** [February 17, 2011, 11:50am UTC](https://www.finalbuilder.com/forums/t/important-note-to-innosetup-users/1702 "2011-02-17T11:50:40Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Vincent](https://www.finalbuilder.com/forums/user_avatar/www.finalbuilder.com/vincent/32/938_2.png) [@Vincent](https://www.finalbuilder.com/forums/u/Vincent)
#### Post date: [February 17, 2011, 11:50am UTC](https://www.finalbuilder.com/forums/t/important-note-to-innosetup-users/1702/1 "2011-02-17T11:50:40Z")

</div>

If you were using the ISPP precompiler version of InnoSetup, you may find that the InnoSetup Action no longer works with the latest 5.4.1 release of InnoSetup.

This is **Not** a bug in FinalBuilder, so please don't report it to as one.

The Authors of InnoSetup decided to integrate the pre-compiler into the official release (which I fully support), however they have chosen to remove some functionality that we use to access the pre-compiler. You will have to use the "Use Command Line Compiler" option... and no progress will be provided for the action (as was the case when not using the command line compiler). This option is available in the most recent FB6 builds and all FB7 builds.

I have asked the authors to re-instate the previous functionality (but not holding my breath based on the response so far).&nbsp;

 ![InnoSetup.jpg](https://www.finalbuilder.com/forums/uploads/default/original/2X/9/91729a88bf26052b3c7929fdb96c25a5ca055f33.jpeg)

---

<div class="post-metadata">

### Author: ![nickd](https://www.finalbuilder.com/forums/letter_avatar_proxy/v4/letter/n/898d66/32.png) [@nickd](https://www.finalbuilder.com/forums/u/nickd)
#### Post date: [April 14, 2011, 1:42am UTC](https://www.finalbuilder.com/forums/t/important-note-to-innosetup-users/1702/2 "2011-04-14T01:42:07Z")

</div>

I have updated and can see the new option, but how do I emulate the preprocessor behavior? I want to define a variable, but how do I do the equivalent of

```
/dMyDir=%rootfolder%\
```

?

Nick

---

<div class="post-metadata">

### Author: ![braindead](https://www.finalbuilder.com/forums/letter_avatar_proxy/v4/letter/b/6f9a4e/32.png) [@braindead](https://www.finalbuilder.com/forums/u/braindead)
#### Post date: [December 8, 2011, 2:14am UTC](https://www.finalbuilder.com/forums/t/important-note-to-innosetup-users/1702/3 "2011-12-08T02:14:09Z")

</div>

I’ve found it easier to just execute ispp from an execute action as the inno setup action doesn’t work for me (can’t find an include file in the same directory as the inno setup script), then you can just pass /d as needed.
