Hi:
I had make a setup, and i had installed in a machine that have windows 7 - 64 bits, and when the program is installed i have a error, concerning power packs, when i try to enter in a specific option in the program...
Something wrong in the script?
this is the scrip
; InnoScript Version 11.1 Build 19
; Randem Systems, Inc.
; Copyright (c) 2002 - 2011, Randem Systems, Inc.
; Website: https://randemsystems.support (https://randemsystems.support)
; Support: https://randemsystems.support (https://randemsystems.support)
; OS: Windows XP 5.1 build 2600 (Service Pack 3)
; Derived from VB.NET Project File
; Designed for Inno Setup Version: 5.5.0 (a)
; Installed Inno Setup Version: 5.5.0 (a)
; Date: Mar
If your application needs power packs then you should install them
http://www.microsoft.com/en-us/download/details.aspx?id=25169 (http://www.microsoft.com/en-us/download/details.aspx?id=25169). You cannot just use one dll...
You are also making your install rather large by including the very large Auto OS Updater. You should remove it and let InnoScript decide just what you need. It will make your install much smaller.
Also InnoScript is up to build 24 now you should probably update it.
Hi Randem:
Thanks for the tip...
I had install the version 24, but i don't know why when i enter in the option versioning i can't leave this option...something wrong?
The Versioning option has 4 tabs and about 30 options... Please clarify exactly the setting you are referring too.
Also could you zip and post the .vbproj file (a text file with no code in it) for your project so that I may look in it?
Hi:
Simple if i want to enter in the option Versioning and leave it i can't close it, just that nothing more...
Sure you can. The OK, Cancel button or the x in the top right corner of the window will close the window. BTW: I asked for the .vbproj (.NET) file not the .pjt (InnoScript) file
HI:
I can not...First i don't have a OK button in the form and when i press the cancel button the form don't close!The only way to close is call the Windows Task Manager, and close the apllication!
Ok then you have some corruption in your InnoScript.ini file. Open the InnoScript.ini file in a text editor then delete any information in the [frmversionoptions] section (and the section header also. Then restart InnoScript to reset the form window. You can delete all the form sections if you like. InnoScript will recreate them.
The InnoScript.ini file is in the following locations:
In Windows Vista/Windows 7/Windows 8:
C:\Users\YOURUSERNAME\AppData\Local\Randem Systems\InnoScript\Release
In Windows XP:
C:\Documents and Settings\YOURUSERNAME\Application Data\Randem Systems\InnoScript\Release
Also that is the .USER file not the .VBPROJ file...
Also make sure the latest Language files are in the Language folder. The original files can be found in
C:Program Files (x86)Randem SystemsInnoScriptInnoScript 11
or
C:Program FilesRandem SystemsInnoScriptInnoScript 11
Hi:
Maybe this is the problem....i don't have this folder:
C:Documents and SettingsYOURUSERNAMEApplication DataRandem SystemsInnoScriptRelease
Hi:
Maybe this is the problem....i don't have this folder:
Randem SystemsInnoScriptRelease
Unless you installed InnoScript in a different folder or in another Language, they have to be there... Where did you install InnoScript?
If you installed in another location check there or the appropriate location for the language you have installed.
Yes i have the Innoscript in annother folder but i don't have the folder release
Ok, Try Documents and SettingsYOURUSERNAMELocal SettingsRandem SystemsInnoScriptRelease",
Problem resolved...
Thanks for your help