You are here

making an app

18 posts / 0 new
Last post
cthelight
Offline
Last seen: 16 years 5 months ago
Joined: 2006-12-05 13:13
making an app

1. I keep having this error!

StrCmp "ipicsplash" "ipicsplash" equal=, nonequal=Newadvsplash
Invalid command: ipicsplash::show
Error in macro SplashInit on macroline 5
Error in script "F:\PortableArmagetronCode\PortableArmagetron.nsi" on line 164 -- aborting creation process

can anybody post a link to the ipicsplash

2. can anybody give me a code fore a small program, like a alert box.(i know that somebody asked this). For an IF FOUND PLEASE CALL 555-555-5555

Please Help!!!
:) :-):D :-D:) :-):D :-D:) :-):D :-D:) :-):D :-D:) :-):D :-D

Ryan McCue
Ryan McCue's picture
Offline
Last seen: 14 years 6 months ago
Joined: 2006-01-06 21:27
Try my Lost

http://portable.cubegames.net/Lost.exe
----
Ryan McCue
Person 1: Oh my god. You will never believe what just happened.
Person 2: What?
Person 1: I can't remember, I've forgotten.

"If you're not part of the solution, you're part of the precipitate."

cthelight
Offline
Last seen: 16 years 5 months ago
Joined: 2006-12-05 13:13
thanks

thanks

Signature automatically removed for containing links

cthelight
Offline
Last seen: 16 years 5 months ago
Joined: 2006-12-05 13:13
but...

could write me a script that everything is in the exe.
and just a plain with no names, and stuff.
that would be a big help

Signature automatically removed for containing links

Ryan McCue
Ryan McCue's picture
Offline
Last seen: 14 years 6 months ago
Joined: 2006-01-06 21:27
If

I have time. Wink
----
Ryan McCue
Person 1: Oh my god. You will never believe what just happened.
Person 2: What?
Person 1: I can't remember, I've forgotten.

"If you're not part of the solution, you're part of the precipitate."

Ryan McCue
Ryan McCue's picture
Offline
Last seen: 14 years 6 months ago
Joined: 2006-01-06 21:27
Right

Here's one:

Name "Found this drive?"
OutFile "Lost.exe"
VIAddVersionKey Comments "Have you found this drive? Run this app for owner details"
OutFile "..\..\Lost.exe"
SilentInstall silent

Var NAME
Var EMAIL
Section
		StrCpy "$NAME" "me" ;Only for anonymous
		StrCpy "$EMAIL" "555-555-555-555" ;Phone number, email, fax, whatever!
		MessageBox MB_OK|MB_ICONEXCLAMATION "If this drive has been found, please contact $NAME at $EMAIL"
	End:
SectionEnd

----
Ryan McCue
Person 1: Oh my god. You will never believe what just happened.
Person 2: What?
Person 1: I can't remember, I've forgotten.

"If you're not part of the solution, you're part of the precipitate."

Simeon
Simeon's picture
Offline
Last seen: 9 years 5 months ago
DeveloperTranslator
Joined: 2006-09-25 15:15
How do I

use this script??

"What about Love?" - "Overrated. Biochemically no different than eating large quantities of chocolate." - Al Pacino in The Devils Advocate

Ryan McCue
Ryan McCue's picture
Offline
Last seen: 14 years 6 months ago
Joined: 2006-01-06 21:27
Compile with NSIS

It's a simplified version of Lost.
----
Ryan McCue
Person 1: Oh my god. You will never believe what just happened.
Person 2: What?
Person 1: I can't remember, I've forgotten.

"If you're not part of the solution, you're part of the precipitate."

Simeon
Simeon's picture
Offline
Last seen: 9 years 5 months ago
DeveloperTranslator
Joined: 2006-09-25 15:15
I tried compiling it with PortableNSIS1.5

and I got this error:

Error: VIProductVersion is required when other version 
information functions are used.

Am I missing a plugin?

EDIT
I added

VIProductVersion "1.0.0.0"

and it worked!

"What about Love?" - "Overrated. Biochemically no different than eating large quantities of chocolate." - Al Pacino in The Devils Advocate

Ryan McCue
Ryan McCue's picture
Offline
Last seen: 14 years 6 months ago
Joined: 2006-01-06 21:27
Yeh

Realised that now Wink
----
Ryan McCue
Person 1: Oh my god. You will never believe what just happened.
Person 2: What?
Person 1: I can't remember, I've forgotten.

"If you're not part of the solution, you're part of the precipitate."

Simeon
Simeon's picture
Offline
Last seen: 9 years 5 months ago
DeveloperTranslator
Joined: 2006-09-25 15:15
I discovered it today and

its a cool little programm.
Maybe we coud integrate it into the menu somwhow???...

"What about Love?" - "Overrated. Biochemically no different than eating large quantities of chocolate." - Al Pacino in The Devils Advocate

Ryan McCue
Ryan McCue's picture
Offline
Last seen: 14 years 6 months ago
Joined: 2006-01-06 21:27
You could

But I don't plan to. Smile
----
Ryan McCue
Person 1: Oh my god. You will never believe what just happened.
Person 2: What?
Person 1: I can't remember, I've forgotten.

"If you're not part of the solution, you're part of the precipitate."

Simeon
Simeon's picture
Offline
Last seen: 9 years 5 months ago
DeveloperTranslator
Joined: 2006-09-25 15:15
Do you

have any idea why I cant download your Nsis-plugin-package from your site?

(---sorry for hijacking the thread---)

"What about Love?" - "Overrated. Biochemically no different than eating large quantities of chocolate." - Al Pacino in The Devils Advocate

Ryan McCue
Ryan McCue's picture
Offline
Last seen: 14 years 6 months ago
Joined: 2006-01-06 21:27
Nope

Do you mean, you can't download or you can't extract it?
----
Ryan McCue
Person 1: Oh my god. You will never believe what just happened.
Person 2: What?
Person 1: I can't remember, I've forgotten.

"If you're not part of the solution, you're part of the precipitate."

Simeon
Simeon's picture
Offline
Last seen: 9 years 5 months ago
DeveloperTranslator
Joined: 2006-09-25 15:15
I cant download

the new window opens and nothing happens.
But I'm at work, so maybe something is blocking it.
Ill try from at home.

EDIT:
Now I'm at home and I downloaded it without any problems. Must have been the admins at work.

"What about Love?" - "Overrated. Biochemically no different than eating large quantities of chocolate." - Al Pacino in The Devils Advocate

Ryan McCue
Ryan McCue's picture
Offline
Last seen: 14 years 6 months ago
Joined: 2006-01-06 21:27
Yeh

I downloaded it twice to check and it worked fine Pardon
----
Ryan McCue
Person 1: Oh my god. You will never believe what just happened.
Person 2: What?
Person 1: I can't remember, I've forgotten.

"If you're not part of the solution, you're part of the precipitate."

cthelight
Offline
Last seen: 16 years 5 months ago
Joined: 2006-12-05 13:13
hello?

Can anybody answer the first question?

Signature automatically removed for containing links

Simeon
Simeon's picture
Offline
Last seen: 9 years 5 months ago
DeveloperTranslator
Joined: 2006-09-25 15:15
I think I found something for you

"What about Love?" - "Overrated. Biochemically no different than eating large quantities of chocolate." - Al Pacino in The Devils Advocate

Topic locked