2
votes
5answers
71 views
How do you distribute an HTML/Javascript web app?
I've built a web page using HTML and Javascript that acts like a desktop app. I'd like to distribute it to users in the methods they are most familiar with. For Windows users, I …
3
votes
2answers
1k views
In Inno Setup is it possible to add conditional statements to what in the [Run] section gets executed?
Alternatively is it possible to manually update the built in progress bar?
Basically I have 2 MSIs included and using Inno Setup as a bootstrapper, and depending on user input one …
0
votes
1answer
35 views
Error in PDFCreator setuplog.txt Port and Print Monitor
I am trying to create a setup for SourceForge PDFCreator using Inno Setup and getting following error in Setuplog.txt:
Printerdriver-Directory (Environment: Windows 4.0):
Result …
1
vote
1answer
2k views
How to install SQL Server 2008 Express with Inno Setup?
anyone have script or procedures to install SQL Server 2008 Express, set up the database for the app and finally install a client .NET WinForm application?
0
votes
0answers
14 views
Inno Setup installer package supplied file list
Hi Guys,
I've got a "Project" containing a mixed set of files that my application compiles into an installable using InnoSetup. Many of the project files are system or configurati …
0
votes
1answer
19 views
Inno Setup Problems
Dear all,
I have two problems with INNO Setup?
How do I check if an env. variable exists and has a value? (I'm interested in %VS90COMNTOOLS%)
How do I run the installer with ele …
1
vote
6answers
935 views
How can I call a .NET DLL from an Inno Setup script?
I want to call a function from a .NET DLL (coded in C#) from an Inno Setup script.
I have:
marked the Register for COM interop option in the project properties,
changed the ComV …
0
votes
1answer
25 views
installing gadget to user desktop
Is is possible to install gadget to user's desktop somehow?
I believe its needed to copy files to folder:
C:\Users\curusername\AppData\Local\Microsoft\Windows Sidebar\Gadgets\test …
0
votes
2answers
55 views
Inno Setup uninstall executable location and name
Can I configure it to be placed in the same location (C:\windows\something) that .msi files produced by windows installer are hidden in, instead of in C:\Porgram Files\MyAppFolder\ …
0
votes
3answers
199 views
How to change defaultdirname parameter just before Install in Inno Setup?
I want to change defaultdirname parameter in ssInstall part. How can I do that? Is there a function for setting [Setup] parameters.
0
votes
2answers
53 views
Building Inno Setup installer for MSI files
Hi,
I'm building a deployment for a work environment, and doing it with Inno Setup. I wrap the other installers in one Inno-exe-File. It's working fine with other exe installers, …
-1
votes
2answers
49 views
Is it possible to ‘Pin to start menu’ using Innosetup?
I'm using the excellent Innosetup installer and I notice that some Applications (often from Microsoft) get installed with their launch icon already highly visible ('pinned?' ) in t …
0
votes
1answer
74 views
Uninstall fails because program is running. How do I make Inno Setup check for running process prior to attempting delete?
Inno Setup fails to remove components during uninstall cause my program is still running and the executable cannot be deleted. How do I have it check to see if it is running before …
0
votes
1answer
40 views
Creating a text file with Inno-Setup
I've got a dialog box which is taking in a software activation code that needs to be stored in the {app} directory. I've been trying to do this with Pascal, but Inno-Setup doesn't …
6
votes
4answers
471 views
Vista & C# - Drag & Drop problem (not related to elevation)
Application in question is .Net 2.0 Framework WinForms. It is supposed to work on large user base (installation from CD). Installation done using InnoSetup.
On two machines, appli …
