Randem Systems Support Board

InnoScript => InnoScript - General Questions, Report Bugs, Problems etc... => Topic started by: sacramento on March 16, 2013, 11:05:21 AM

Title: Problem With Power Packs
Post by: sacramento on March 16, 2013, 11:05:21 AM
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
Title: Problem With Power Packs
Post by: Randem on March 16, 2013, 11:24:50 AM
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.
Title: Problem With Power Packs
Post by: sacramento on March 16, 2013, 11:31:10 AM
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?
Title: Problem With Power Packs
Post by: Randem on March 16, 2013, 06:34:47 PM
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?
Title: Problem With Power Packs
Post by: sacramento on March 16, 2013, 10:55:48 PM
Hi:
Simple if i want to enter in the option Versioning and leave it i can't close it, just that nothing more...
 
Title: Problem With Power Packs
Post by: Randem on March 16, 2013, 11:04:35 PM
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
Title: Problem With Power Packs
Post by: sacramento on March 16, 2013, 11:15:18 PM
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!
Title: Problem With Power Packs
Post by: Randem on March 16, 2013, 11:25:23 PM
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...
Title: Problem With Power Packs
Post by: Randem on March 16, 2013, 11:38:06 PM
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
Title: Problem With Power Packs
Post by: sacramento on March 16, 2013, 11:45:54 PM
Hi:
Maybe this is the problem....i don't have this folder:
 
C:Documents and SettingsYOURUSERNAMEApplication DataRandem SystemsInnoScriptRelease
Title: Problem With Power Packs
Post by: sacramento on March 16, 2013, 11:46:42 PM
Hi:
Maybe this is the problem....i don't have this folder:
 
Randem SystemsInnoScriptRelease
Title: Problem With Power Packs
Post by: Randem on March 17, 2013, 09:40:19 AM
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.
Title: Problem With Power Packs
Post by: sacramento on March 17, 2013, 10:29:38 AM
Yes i have the Innoscript in annother folder but i don't have the folder release
Title: Problem With Power Packs
Post by: Randem on March 17, 2013, 10:42:11 AM
Ok, Try Documents and SettingsYOURUSERNAMELocal SettingsRandem SystemsInnoScriptRelease",
Title: Problem With Power Packs
Post by: sacramento on March 17, 2013, 11:25:29 AM
Problem resolved...
 
Thanks for your help