Indigo Rose Software
  #1  
Old 10-14-2004
coffeeworm coffeeworm is offline
Indigo Rose Customer
 
Join Date: Jul 2002
Location: Taiwan
Posts: 65
Huh? How to use Plugins

How can I use plugins of AMS5 that I purchased.
e.g. How to use Sqlite Database plugin in Setup Factory 7

Last edited by coffeeworm; 10-14-2004 at 02:33 AM.
Reply With Quote
  #2  
Old 10-14-2004
csd214 csd214 is offline
Forum Member
 
Join Date: Oct 2001
Location: Norway
Posts: 939
Quote:
Originally Posted by Ted Sullivan
Or even easier, just run the installer for the plugin. It will detect which compatible applications it finds (such as AutoPlay Media Studio 5.0 and Setup Factory 7.0) and install the plugin correctly. You can run it more than once to install for multiple products.
Have a look at http://www.indigorose.com/forums/showthread.php?t=9027
Reply With Quote
  #3  
Old 10-14-2004
coffeeworm coffeeworm is offline
Indigo Rose Customer
 
Join Date: Jul 2002
Location: Taiwan
Posts: 65
Huh? a test for Sqlite

csd214
Thanks for your reply.
I make a test to use Sqlite plugin like that:
the code in [Global Functions]
------------------------------------------------------------
function createDB()
db = SQLite.Open("c:\\test.db");
SQLite.Query(db, "Create table song(ID integer primary key, sid text, name text, descript text)");
SQLite.Query(db, "Create table score(ID integer primary key, pid text, sid text, name text, descript text)");
SQLite.Query(db, "Create table music(ID integer primary key, sid text, name text, descript text)");
end
--------------------------------------------------------------

the code in [action/on postInstall]
-----------------------------------------------------
createDB();
---------------------------------------

I build the project to setup.exe and run it.
The test.db will be created,but I got an err form operation.
Why?
Attached Files
File Type: zip sf7_test.zip (11.2 KB, 8 views)
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Object Plugins 'tool tip' query SUF6NEWBIE AutoPlay Media Studio 5.0 0 04-28-2004 11:45 PM
Question about plugins stkeys AutoPlay Media Studio 5.0 2 01-28-2004 12:19 PM
about plugins - IRTHUMBLIST coffeeworm AutoPlay Media Studio 5.0 9 01-10-2004 08:58 AM
AMS5 Plugins element78 General Chat 6 12-06-2003 01:29 PM
AMS5 Plugins suggestions Martin_SBT AutoPlay Media Studio 5.0 4 12-01-2003 02:32 PM


All times are GMT -6. The time now is 06:11 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Copyright © 2000 - 2009 Indigo Rose Corporation. All rights reserved.
Indigo Rose Software