by: Anthony Baxter |
last post by:
I'm trying to use py2exe and Inno Setup to build an installer for
shtoom, which uses tkinter.
If I take the py2exe generated directory, and run the executable from
there, it works fine.
If I...
|
by: Richard Shea |
last post by:
Hi - This is probably quite a stupid question but I've never
understood what setup.py does. I've got a situation at the moment
where I would like to use a script (which someone else has written and...
|
by: dcrespo |
last post by:
Any comments?
|
by: Martin |
last post by:
Hi
I would like to place a message in an uninstaller window which will
inform the user that some folders haven't been deleted. Is that possible
using
Inno Setup?
--
Thanks in advance
Martin
|
by: Jerry Spence1 |
last post by:
I'm trying to use the Inno Setup installer for my VB.Net project and I need
a list of all the files that my project needs.
In VB6 I could use the packaging and Deployment Wizard to produce a .DEP...
|
by: Jon |
last post by:
Hi,
I have created a DLL in VB.NET.
I try to use it in my Installer program which is written in pascal (inno
setup), however unsuccessfully..
Does that means any DLL created in .NET can...
|
by: syamlalz |
last post by:
HI..Does anyone know about controlling the "Browse button" in Inno setup?? When cliking it,it should show only the drive names...not the folders...
Please help me.
|
by: Apostle |
last post by:
I don't know where to post it inBytes, but since I'm used to Python forum, I hope someone will help me here. Advices of as to where I should post this are valid!
I have made a project, compiled it...
|
by: vishnu1986 |
last post by:
Hi guys,
I saw quite a few posts regarding this but I was unable to solve this problem that I am facing.
First off, when I do the following in my setup.py,
windows=
}
...
|
by: lllomh |
last post by:
Define the method first
this.state = {
buttonBackgroundColor: 'green',
isBlinking: false, // A new status is added to identify whether the button is blinking or not
}
autoStart=()=>{
|
by: isladogs |
last post by:
The next Access Europe meeting will be on Wednesday 4 Oct 2023 starting at 18:00 UK time (6PM UTC+1) and finishing at about 19:15 (7.15PM)
The start time is equivalent to 19:00 (7PM) in Central...
|
by: Aliciasmith |
last post by:
In an age dominated by smartphones, having a mobile app for your business is no longer an option; it's a necessity. Whether you're a startup or an established enterprise, finding the right mobile app...
|
by: NeoPa |
last post by:
Hello everyone.
I find myself stuck trying to find the VBA way to get Access to create a PDF of the currently-selected (and open) object (Form or Report).
I know it can be done by selecting :...
|
by: NeoPa |
last post by:
Introduction
For this article I'll be using a very simple database which has Form (clsForm) & Report (clsReport) classes that simply handle making the calling Form invisible until the Form, or all...
|
by: Teri B |
last post by:
Hi, I have created a sub-form Roles. In my course form the user selects the roles assigned to the course.
0ne-to-many. One course many roles.
Then I created a report based on the Course form and...
|
by: isladogs |
last post by:
The next Access Europe meeting will be on Wednesday 1 Nov 2023 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM)
Please note that the UK and Europe revert to winter time on...
|
by: nia12 |
last post by:
Hi there,
I am very new to Access so apologies if any of this is obvious/not clear.
I am creating a data collection tool for health care employees to complete. It consists of a number of...
|
by: NeoPa |
last post by:
Introduction
For this article I'll be focusing on the Report (clsReport) class. This simply handles making the calling Form invisible until all of the Reports opened by it have been closed, when it...
|