Step 1: Start a New Project
Open Setup Factory 9 → Click New Project.
Enter a name for your installer (e.g., My Game Setup).
Step 2: Add Your Game Files
Go to the Files tab → Click Add Files.
Select your game’s EXE, DLLs, assets (images, audio, levels), and folders.
Setup Factory will copy these into the installer package.
Step 3: Define Install Location
By default, files go to C:\Program Files\Your Game.
You can customize this under Project → Settings → General Info.
Step 4: Configure Shortcuts & Options
Add desktop or Start Menu shortcuts via Project → Settings → Shortcuts.
Optionally include license agreement, splash screen, or custom branding.
Step 5: Add Custom Actions (Optional)
Use the Actions tab to script events (e.g., registry keys, prerequisites, launching DirectX installer, etc.).
Step 6: Build the Installer
Click Publish → Build.
Setup Factory generates a standalone EXE setup file.
Step 7: Test Your Installer
Run the installer on a clean machine (or VM) to confirm files install and the game launches correctly.
Pro Tip: Always include redistributables (DirectX, .NET, Visual C++ runtime) if your game needs them.